RFR: 8048913: java/util/logging/LoggingDeadlock2.java times out (original) (raw)
Daniel Fuchs daniel.fuchs at oracle.com
Tue Jul 8 12:58:26 UTC 2014
- Previous message: [9] RFR (S): 8038261: JSR292: cache and reuse typed array accessors
- Next message: RFR: 8048913: java/util/logging/LoggingDeadlock2.java times out
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Please find below a fix for
8048913: java/util/logging/LoggingDeadlock2.java times out
http://cr.openjdk.java.net/~dfuchs/webrev_8048913/webrev.00/
jdk/test/java/util/logging/LoggingDeadlock2.java has been seen failing in timeout in some of our internal nightly builds.
java/util/logging/LoggingDeadlock2.java StatusError Program `...' interrupted! (timed out?)
As far as I could see this mostly happened with fastdebug builds, and the log I was able to examine showed that -Xcomp was also used. I believe that the issue here is that:
- jdk/test/java/util/logging/LoggingDeadlock2.java starts a JVM subprocess
- the @run command line defines /timeout=15
My suggestion is thus simply to remove the /timeout=15 from the @run command line, relying on the default jtreg timeout instead, which hopefully will have been tuned for the global configuration (fastdebug + -Xcomp) in which the testsuite is running.
best regards,
-- daniel
- Previous message: [9] RFR (S): 8038261: JSR292: cache and reuse typed array accessors
- Next message: RFR: 8048913: java/util/logging/LoggingDeadlock2.java times out
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]