JDK-8352758 : Backslash missing in release notes
  • Type: Bug
  • Component: docs
  • Sub-Component: release_notes
  • Affected Version: 24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2025-03-20
  • Updated: 2025-03-24
Description
A DESCRIPTION OF THE PROBLEM :
https://bugs.openjdk.org/browse/JDK-8343757 shows release notes containing this:

log_info(gc)("A\n[gc] B");

However, in the final release notes at https://jdk.java.net/24/release-notes#JDK-8288298 this has been changed to:

log_info(gc)("An[gc] B");

And then the example no longer makes sense.



Comments
may have something to do with the processing done as the notes are pushed to java.net
24-03-2025