Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299153 | 21 | Coleen Phillimore | P3 | Resolved | Fixed | b03 |
The test PrintClasses runs two jcmd on its own process and if run with JFR the second jcmd triggers an assertion in the JVM:
assert(field_holder() == ik) failed: must be already initialized to this class
Can be reproduced with:
test TEST=runtime/CommandLine/PrintClasses.java JTREG="JAVA_OPTIONS=-XX:StartFlightRecording"
assert(field_holder() == ik) failed: must be already initialized to this class
Can be reproduced with:
test TEST=runtime/CommandLine/PrintClasses.java JTREG="JAVA_OPTIONS=-XX:StartFlightRecording"
- backported by
-
JDK-8299153 Test PrintClasses hits assert when run with code that retransform classes
-
- Resolved
-