-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 15, 16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8343578 | 11.0.27-oracle | Abhishek N | P4 | Resolved | Fixed | master |
java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java fails intermittently:
#section:main
----------messages:(4/199)----------
command: main -Xcheck:jni NativeLibraryTest
reason: User specified action: run main/othervm/native -Xcheck:jni NativeLibraryTest
Mode: othervm [/othervm specified]
elapsed time (seconds): 2.248
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(13/850)----------
java.lang.RuntimeException: Expected unloaded=4 but got=3
at NativeLibraryTest.main(NativeLibraryTest.java:65)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:842)
#section:main
----------messages:(4/199)----------
command: main -Xcheck:jni NativeLibraryTest
reason: User specified action: run main/othervm/native -Xcheck:jni NativeLibraryTest
Mode: othervm [/othervm specified]
elapsed time (seconds): 2.248
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(13/850)----------
java.lang.RuntimeException: Expected unloaded=4 but got=3
at NativeLibraryTest.main(NativeLibraryTest.java:65)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:842)
- backported by
-
JDK-8343578 NativeLibraryTest.java fails intermittently, unloaded count is not same as expected
- Resolved
- relates to
-
JDK-8257996 NativeLibraryTest.java still fails intermittently after JDK-8200102
- Open
-
JDK-8195695 NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
- Resolved
-
JDK-8231340 java/lang/reflect/callerCache/ReflectionCallerCacheTest.java failed with "java.lang.AssertionError: failed to satisfy condition"
- Closed
(1 links to)