-
Bug
-
Resolution: Fixed
-
P4
-
hs14, 6u10
-
b02
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2173659 | 7 | Vladimir Kozlov | P4 | Resolved | Fixed | b49 |
JDK-2180480 | 6u18 | Vladimir Kozlov | P4 | Resolved | Fixed | b01 |
JDK-2183744 | OpenJDK6 | Vladimir Kozlov | P3 | Resolved | Fixed | b17 |
See comments.
Problem:
Hotspot has flags which could be unavailable in different
VM versions (server vs client, product vs debug).
It complicates VM testing.
Solution:
Add new product flag -XX:+IgnoreUnrecognizedVMOptions to allow
ignore unrecognized VM options and execute a java program.
By default it is off.
Problem:
Hotspot has flags which could be unavailable in different
VM versions (server vs client, product vs debug).
It complicates VM testing.
Solution:
Add new product flag -XX:+IgnoreUnrecognizedVMOptions to allow
ignore unrecognized VM options and execute a java program.
By default it is off.
- backported by
-
JDK-2183744 allow to ignore unrecognized VM options
-
- Resolved
-
-
JDK-2173659 allow to ignore unrecognized VM options
-
- Resolved
-
-
JDK-2180480 allow to ignore unrecognized VM options
-
- Resolved
-
- duplicates
-
JDK-6646674 Add mechanism for ignoring unrecognized command-line arguments with standard Java launcher
-
- Closed
-
- relates to
-
JDK-6836095 Please add -XX:+IgnoreUnrecognizedVMOptions to compiler/6823453/Test.java options
-
- Closed
-