You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: Could not find class leak
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.jfr.event.oldobject.TestClassLoaderLeak.main(TestClassLoaderLeak.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:855)
Steps to Reproduce
Steps to reproduce the behavior:
jtreg jdk/test/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
Expected behavior
run pass
JDK version
openjdk version "1.8.0_332"
OpenJDK Runtime Environment (Alibaba Dragonwell 8.11.12) (build 1.8.0_332-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell 8.11.12) (build 25.332-b01, mixed mode)
Execution environment
The text was updated successfully, but these errors were encountered:
Description
jdk/test/jdk/jfr/event/oldobject/TestClassLoaderLeak.java失败
Steps to Reproduce
Steps to reproduce the behavior:
jtreg jdk/test/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
Expected behavior
run pass
JDK version
Execution environment
The text was updated successfully, but these errors were encountered: