DeoptimizeALot JTreg tests

Vladimir Kozlov Vladimir.Kozlov at Sun.COM
Mon Sep 28 14:06:53 PDT 2009


You can use flag -XX:+IgnoreUnrecognizedVMOptions with these tests.

Vladimir

Andrew John Hughes wrote:
> There are two tests in OpenJDK7:
> 
> compiler/6823453/Test.java : DeoptimizeALot causes fastdebug server
> jvm to fail with assert(false,"unscheduable graph")
> compiler/6833129/Test.java : Object.clone() and Arrays.copyOf ignore
> coping with -XX:+DeoptimizeALot
> 
> that fail due to the absence of +DeoptimizeALot on a product build and
> prevent a clean run from being achieved.  Is there not some way these
> tests can be automatically skipped if they are inapplicable to the
> build being tested?


More information about the hotspot-dev mailing list