@run/othervm -XX:-AggressiveOpts Test > x.txt
@run/othervm -XX:+AggressiveOpts Test > y.txt
@run FileChecker x.txt y.txt
class Test {
System.out.println(Sysgem.getProperty("sun.boot.class.path"));
}
@run/othervm -XX:+AggressiveOpts Test > y.txt
@run FileChecker x.txt y.txt
class Test {
System.out.println(Sysgem.getProperty("sun.boot.class.path"));
}
- relates to
-
JDK-8025047 Remove alt-rt.jar, used by +AggressiveOpts (hotspot)
-
- Closed
-