-
Bug
-
Resolution: Incomplete
-
P4
-
8, 9
Issue was found with jdk 8 b112 64 bit, on ubuntu 12.04, with FF24
To reproduce
1. Install mentioned jre.
2. load URL http://sqeweb.us.oracle.com/net/sqenfs-1/export1/comp/jsn/users/larry/bugreport/runtimeArgs/html/testRuntimeJNLPArgsMaxTenuringThreshold.html
3. If you find applet print nothing after "VM options" the bug is reproduced
4. expected: appelt should print Vm Option: -XX:MaxTenuringThreshold=30.
"-XX:MaxTenuringThreshold=30" is pass in JNLP with java-vm-args. the option is expected to get with System.getProperty("javaplugin.vm.options").
To reproduce
1. Install mentioned jre.
2. load URL http://sqeweb.us.oracle.com/net/sqenfs-1/export1/comp/jsn/users/larry/bugreport/runtimeArgs/html/testRuntimeJNLPArgsMaxTenuringThreshold.html
3. If you find applet print nothing after "VM options" the bug is reproduced
4. expected: appelt should print Vm Option: -XX:MaxTenuringThreshold=30.
"-XX:MaxTenuringThreshold=30" is pass in JNLP with java-vm-args. the option is expected to get with System.getProperty("javaplugin.vm.options").