Despite the fix in JDK-8375485 we are still seeing this test fail.
nsk.share.Failure: PRODUCT BUG: class was not unloaded in 10
at nsk.jvmti.CompiledMethodUnload.compmethunload001.runThis(compmethunload001.java:117)
at nsk.jvmti.CompiledMethodUnload.compmethunload001.run(compmethunload001.java:74)
at nsk.jvmti.CompiledMethodUnload.compmethunload001.main(compmethunload001.java:70)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1516)
nsk.share.Failure: PRODUCT BUG: class was not unloaded in 10
at nsk.jvmti.CompiledMethodUnload.compmethunload001.runThis(compmethunload001.java:117)
at nsk.jvmti.CompiledMethodUnload.compmethunload001.run(compmethunload001.java:74)
at nsk.jvmti.CompiledMethodUnload.compmethunload001.main(compmethunload001.java:70)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1516)
- relates to
-
JDK-8375485 Tests in vmTestbase/nsk are failing due to missing class unloading after 8373945
-
- Resolved
-