EVALUATION
The fix has been verified as part of hs15-b02 pit.
|
|
|
EVALUATION
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/323728917cf4
|
|
|
SUGGESTED FIX
Add new -XX product flag -XX:+IgnoreUnrecognizedVMOptions to allow ignore unrecognized VM options and execute a java program. By default it is off.
|
|
|
EVALUATION
Hotspot JVM has flags which could be unavailable in different VM versions (server vs client, product vs debug). It complicates JVM testing since JVM aborts a java program execution if there are specified options which are unavailable (unrecognized).
|
|
|
SUGGESTED FIX
Add the flag to the test compiler/6775880/Test.java
to run it with product VM (DeoptimizeALot flag is
the debug flag unavailable in product VM).
|
|
|