-
Bug
-
Resolution: Fixed
-
P4
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8354927 | 21.0.8-oracle | Shyam kishor | P4 | Resolved | Fixed | master |
The "-noclassgc" is an undocumented java launcher option, which the java launcher internally converts to the HotSpot VM specific "-Xnoclassgc" before passing it to the JVM.
The test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest2.java should instead use "-Xnoclassgc" which is specified in the java command specification https://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html#extra-options-for-java as being specific to Hotspot JVM.
The test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest2.java should instead use "-Xnoclassgc" which is specified in the java command specification https://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html#extra-options-for-java as being specific to Hotspot JVM.
- backported by
-
JDK-8354927 Replace usage of -noclassgc with -Xnoclassgc in test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest2.java
-
- Resolved
-
- relates to
-
JDK-8286851 Deprecate for removal several of the undocumented java launcher options
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/3e03e667
-
Review(master) openjdk/jdk/21012