There is a nested comment in
src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
While nested comments are ignored by the compiler (see section "3.7. Comments" of the JLS), they are still bad practice that should be fixed.
In the same file there are also some other minor formatting issues that may be fixed at the same time.
src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
While nested comments are ignored by the compiler (see section "3.7. Comments" of the JLS), they are still bad practice that should be fixed.
In the same file there are also some other minor formatting issues that may be fixed at the same time.