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

Christian Thalinger christian.thalinger at oracle.com
Tue Aug 28 14:57:14 PDT 2012


Oops.  I just noticed that I used:

-XX:-IgnoreUnrecognizedVMOptions

while it should be:

-XX:+IgnoreUnrecognizedVMOptions

-- Chris

On Aug 28, 2012, at 2:38 PM, Christian Thalinger <christian.thalinger at oracle.com> wrote:

> Thanks, Vladimir.  -- Chris
> 
> On Aug 28, 2012, at 2:28 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> 
>> Good.
>> 
>> Vladimir
>> 
>> Christian Thalinger wrote:
>>> 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