JT Harness : Tests that had errors

java/lang/ClassLoader/loadLibraryDeadlock/TestLoadLibraryDeadlock.java: Checks if there's no deadlock between the two lock objects - class loading lock and ClassLoader.loadedLibraryNames hashmap.
java/lang/ClassLoader/loadLibraryUnload/LoadLibraryUnloadTest.java: Checks that JNI_OnLoad is invoked only once when multiple threads call System.loadLibrary concurrently, and JNI_OnUnload is invoked when the native library is loaded from a custom class loader.
java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java: verify if the native library is unloaded when the class loader is GC'ed
java/lang/ProcessBuilder/Basic.java#id0: Basic tests for Process and Environment Variable code
java/lang/StackWalker/NativeMethod.java: Verify file name, line number and bci of native methods
java/lang/String/nativeEncoding/StringPlatformChars.java:
java/lang/Thread/virtual/JfrEvents.java: Basic test for JFR jdk.VirtualThreadXXX events
java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0: Stress test Thread.getStackTrace on a virtual thread that is pinned
java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java:
jni/nullCaller/NullCallerTest.java: Test uses custom launcher that starts VM using JNI that verifies various API called with a null caller class function properly.

Report generated on Jun 11, 2025 12:22:42 PM
Using JT Harness 6.0 b24; built on May 12, 2025, 12:00:00 AM EDT with openjdk version "11.0.27" 2025-04-15