-
Bug
-
Resolution: Fixed
-
P3
-
11, 12
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8213369 | 11.0.4-oracle | Erik Gahlin | P3 | Resolved | Fixed | b01 |
JDK-8217923 | 11.0.3-oracle | Erik Gahlin | P3 | Closed | Fixed | b05 |
JDK-8219238 | 11.0.3 | Erik Gahlin | P3 | Resolved | Fixed | master |
JDK-8240413 | openjdk8u262 | Erik Gahlin | P3 | Resolved | Fixed | team |
The JFR parser (ChunkParser.java) has been instrumented with log statement to debug parser issues, for instance, information about the chunk header or contents of the constant pool types.
The functionality has however stopped working The reason is that the jdk.jfr.internal.JVM class has not been initialized, so the log levels are not registered in the VM.
The dependency on the JVM class was removed from the jdk.jfr.internal.Logger so that files could be parsed on a JVM that doesn't support JFR. We should add back the dependency, but in case we get UnsatisfiedLinkError loading the JVM klass we should fall back to no logging.
The workaround is to debug the parser and start a recording on command-line at the same time:
java -Xlog:jfr+parser+system -XX:StartFlightRecording ..
The functionality has however stopped working The reason is that the jdk.jfr.internal.JVM class has not been initialized, so the log levels are not registered in the VM.
The dependency on the JVM class was removed from the jdk.jfr.internal.Logger so that files could be parsed on a JVM that doesn't support JFR. We should add back the dependency, but in case we get UnsatisfiedLinkError loading the JVM klass we should fall back to no logging.
The workaround is to debug the parser and start a recording on command-line at the same time:
java -Xlog:jfr+parser+system -XX:StartFlightRecording ..
- backported by
-
JDK-8213369 -Xlog:jfr* doesn't work with the JFR parser
-
- Resolved
-
-
JDK-8219238 -Xlog:jfr* doesn't work with the JFR parser
-
- Resolved
-
-
JDK-8240413 -Xlog:jfr* doesn't work with the JFR parser
-
- Resolved
-
-
JDK-8243879 -Xlog:jfr* doesn't work with the JFR parser
-
- Resolved
-
-
JDK-8217923 -Xlog:jfr* doesn't work with the JFR parser
-
- Closed
-
- duplicates
-
JDK-8212825 jfr.dcmd log is not shown
-
- Closed
-
- relates to
-
JDK-8239140 Backport JFR to OpenJDK 8
-
- Resolved
-
(1 duplicates, 1 relates to)