-
Bug
-
Resolution: Fixed
-
P1
-
hs23, 7u4
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224288 | 8 | Christian Tornqvist | P1 | Closed | Fixed | b38 |
JDK-8018114 | 7u45 | Kevin Walls | P1 | Closed | Fixed | b01 |
JDK-8002140 | 7u10 | Kevin Walls | P1 | Closed | Fixed | b15 |
JDK-2224175 | hs24 | Christian Tornqvist | P1 | Closed | Fixed | b29 |
JDK-8001651 | hs23.6 | Mikael Vidstedt | P1 | Closed | Fixed | team |
JDK-2228790 | hs23.4 | Christian Tornqvist | P1 | Closed | Other | |
JDK-2223663 | hs23.2 | Kevin Walls | P2 | Closed | Won't Fix |
If unknown -XX options passed to JVM from JDK 7u5 b02 then it only prints message about fatal exception:
/export/jdk/jdk1.7.0_05b02/bin/java -XX:unknownFlag
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
With previous builds JVM also printing information about unknown options:
/export/jdk/jdk1.7.0_05b01/bin/java -XX:unknownFlag
Unrecognized VM option 'unknownFlag'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized options reporting works with any previous updates, JDK 1.7.0 FCS and with JDK 7u5 b01.
No information about unknown options printed using -XX:Flags=<file with unknown options> too.
That fact causing runtime/7110720/Test7110720.sh test failures:
http://vice.russia.sun.com/results/1.7.0_05/b02/vm/win2008r2-x64-32_hs/workDir/runtime/7110720/Test7110720.jtr
/export/jdk/jdk1.7.0_05b02/bin/java -XX:unknownFlag
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
With previous builds JVM also printing information about unknown options:
/export/jdk/jdk1.7.0_05b01/bin/java -XX:unknownFlag
Unrecognized VM option 'unknownFlag'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized options reporting works with any previous updates, JDK 1.7.0 FCS and with JDK 7u5 b01.
No information about unknown options printed using -XX:Flags=<file with unknown options> too.
That fact causing runtime/7110720/Test7110720.sh test failures:
http://vice.russia.sun.com/results/1.7.0_05/b02/vm/win2008r2-x64-32_hs/workDir/runtime/7110720/Test7110720.jtr
- backported by
-
JDK-2224175 VM not printing unknown -XX options
- Closed
-
JDK-2224288 VM not printing unknown -XX options
- Closed
-
JDK-2228790 VM not printing unknown -XX options
- Closed
-
JDK-8001651 VM not printing unknown -XX options
- Closed
-
JDK-8002140 VM not printing unknown -XX options
- Closed
-
JDK-8018114 VM not printing unknown -XX options
- Closed
-
JDK-2223663 VM not printing unknown -XX options
- Closed
(2 backported by)