[9] RFR(S): 8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
Zoltán Majó
zoltan.majo at oracle.com
Fri Jan 16 12:19:43 UTC 2015
Hi,
please review the following small patch.
Bug: https://bugs.openjdk.java.net/browse/JDK-8069162
Problem: The test serviceability/dcmd/compiler/CompilerQueueTest.java is
currently unstable as it passes only if the method
sun.reflect.GeneratedConstructorAccessor1::newInstance is *not* in the
compile queue. The test does not control when (and if) that method is
compiled, therefore the test can fail non-deterministically.
Solution: The problem with the test is addressed by JDK-806912.
Quarantine the test until 806912 is fixed.
Webrev: http://cr.openjdk.java.net/~zmajo/8069162/webrev.00/
Testing: manual testing, JPRT with the option -onlytests
'.*hotspot_serviceability.*'
Thank you and best regards,
Zoltan
More information about the hotspot-compiler-dev
mailing list