Request for reviews (XS): 7194662: JSR 292: PermuteArgsTest times out in nightly test runs

Christian Thalinger christian.thalinger at oracle.com
Tue Aug 28 13:13:47 PDT 2012


http://cr.openjdk.java.net/~twisti/7194662

7194662: JSR 292: PermuteArgsTest times out in nightly test runs
Reviewed-by:

The reason for the timeouts with debug builds is the flag
VerifyDependencies which is on by default in debug builds.

The quick fix is to add -XX:-VerifyDependencies to the failing test.

test/java/lang/invoke/PermuteArgsTest.java



More information about the hotspot-dev mailing list