These tests nsk/jvmti/RedefineClasses
redefclass028.cpp
redefclass029.cpp
redefclass030.cpp
try to provoke compilation and exit if CompileMethodLoad event are not received
with `exit(95 + PASS)`
Before exit they also try to resume java using
`nsk_jvmti_resumeSync();`
However, the java is not suspended this resume is failing. The failure is silently ignored now but going to fail after
https://bugs.openjdk.org/browse/JDK-8352654
is fixed.
redefclass028.cpp
redefclass029.cpp
redefclass030.cpp
try to provoke compilation and exit if CompileMethodLoad event are not received
with `exit(95 + PASS)`
Before exit they also try to resume java using
`nsk_jvmti_resumeSync();`
However, the java is not suspended this resume is failing. The failure is silently ignored now but going to fail after
https://bugs.openjdk.org/browse/JDK-8352654
is fixed.
- links to
-
Review(master)
openjdk/jdk/27992