-
Bug
-
Resolution: Fixed
-
P4
-
9, 10, 11.0.3-oracle, 13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8221700 | 11.0.3-oracle | Shilpa Chetan | P4 | Closed | Fixed |
In the guide showing how to convert legacy (JDK8) VM options into new option values (JDK9+) there is a bug for the PrintReferenceGC entry. Its replacement should be "-Xlog:gc+ref*=debug" instead of "-Xlog:ref*=debug"
Here is a link for the JDK9 documentation:
https://docs.oracle.com/javase/9/tools/java.htm#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5__CONVERTGCLOGGINGFLAGSTOXLOG-A5046BD1
The same error is also in the JDK10 documentation at
https://docs.oracle.com/javase/10/tools/java.htm#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5__CONVERTGCLOGGINGFLAGSTOXLOG-A5046BD1
and presumably in the upcoming JDK11 documentation at (guessing)
https://docs.oracle.com/javase/11/tools/java.htm#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5__CONVERTGCLOGGINGFLAGSTOXLOG-A5046BD1
Of course the error is also in the current "JDK12" documentation. Please fix in all of these instances if possible.
Here is a link for the JDK9 documentation:
https://docs.oracle.com/javase/9/tools/java.htm#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5__CONVERTGCLOGGINGFLAGSTOXLOG-A5046BD1
The same error is also in the JDK10 documentation at
https://docs.oracle.com/javase/10/tools/java.htm#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5__CONVERTGCLOGGINGFLAGSTOXLOG-A5046BD1
and presumably in the upcoming JDK11 documentation at (guessing)
https://docs.oracle.com/javase/11/tools/java.htm#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5__CONVERTGCLOGGINGFLAGSTOXLOG-A5046BD1
Of course the error is also in the current "JDK12" documentation. Please fix in all of these instances if possible.
- backported by
-
JDK-8221700 Error in PrintReferenceGC legacy VM options translation table
- Closed
- duplicates
-
JDK-8210562 oopStorage logging has increased in JDK11 when using PrintReferenceGC
- Closed
- relates to
-
JDK-8210716 Detailed GC logging request misses some
- Resolved
-
JDK-8210724 Change the verbosity threshold of logging for [oopstorage,ref]
- Resolved