stdout]: module jdk.internal.md
[stdout]: module jdk.unsupported.desktop
[stdout]: ready
[stdout]: WARNING in native method: JNI FindClass received a bad class descriptor "Ljava/lang/Module;". A correct class descriptor has no leading "L" or trailing ";". Incorrect descriptors will not be accepted in future releases.
[stdout]: Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
[stdout]: V [jvm.dll+0xd368b1] os::win32::platform_print_native_stack+0x101 (os_windows_x86.cpp:185)
[stdout]: V [jvm.dll+0x88e750] JavaThread::print_jni_stack+0xe0 (javaThread.cpp:1773)
[stdout]: V [jvm.dll+0x9503cf] checked_jni_FindClass+0x13f (jniCheck.cpp:563)
[stdout]: C [jdwp.dll+0x2577e] findClass+0x13e (util.c:103)
[stdout]: C [jdwp.dll+0x49b4] getName+0x44 (ModuleReferenceImpl.c:46)
[stdout]: C [jdwp.dll+0xfbce] debugLoop_run+0x226 (debugLoop.c:168)
[stdout]: C [jdwp.dll+0x220cc] connectionInitiated+0x94 (transport.c:310)
[stdout]: C [jdwp.dll+0x21f5e] acceptThread+0x112 (transport.c:374)
[stdout]: V [jvm.dll+0xaef6bd] JvmtiAgentThread::call_start_function+0xcd (jvmtiImpl.cpp:91)
[stdout]: V [jvm.dll+0x891136] JavaThread::thread_main_inner+0x266 (javaThread.cpp:773)
[stdout]: V [jvm.dll+0xf67364] Thread::call_run+0x1b4 (thread.cpp:237)
[stdout]: V [jvm.dll+0xd34dc7] thread_native_entry+0xd7 (os_windows.cpp:544)
[stdout]: C [ucrtbase.dll+0x2268a] (no source info available)
[stdout]: C [KERNEL32.DLL+0x17ac4] (no source info available)
[stdout]: C [ntdll.dll+0x5a8c1] (no source info available)
[stdout]:
i=0, modId=2, modName=null
Timeout signalled after 480 seconds
This then seems to cause the entire test task to timeout!
[stdout]: module jdk.unsupported.desktop
[stdout]: ready
[stdout]: WARNING in native method: JNI FindClass received a bad class descriptor "Ljava/lang/Module;". A correct class descriptor has no leading "L" or trailing ";". Incorrect descriptors will not be accepted in future releases.
[stdout]: Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
[stdout]: V [jvm.dll+0xd368b1] os::win32::platform_print_native_stack+0x101 (os_windows_x86.cpp:185)
[stdout]: V [jvm.dll+0x88e750] JavaThread::print_jni_stack+0xe0 (javaThread.cpp:1773)
[stdout]: V [jvm.dll+0x9503cf] checked_jni_FindClass+0x13f (jniCheck.cpp:563)
[stdout]: C [jdwp.dll+0x2577e] findClass+0x13e (util.c:103)
[stdout]: C [jdwp.dll+0x49b4] getName+0x44 (ModuleReferenceImpl.c:46)
[stdout]: C [jdwp.dll+0xfbce] debugLoop_run+0x226 (debugLoop.c:168)
[stdout]: C [jdwp.dll+0x220cc] connectionInitiated+0x94 (transport.c:310)
[stdout]: C [jdwp.dll+0x21f5e] acceptThread+0x112 (transport.c:374)
[stdout]: V [jvm.dll+0xaef6bd] JvmtiAgentThread::call_start_function+0xcd (jvmtiImpl.cpp:91)
[stdout]: V [jvm.dll+0x891136] JavaThread::thread_main_inner+0x266 (javaThread.cpp:773)
[stdout]: V [jvm.dll+0xf67364] Thread::call_run+0x1b4 (thread.cpp:237)
[stdout]: V [jvm.dll+0xd34dc7] thread_native_entry+0xd7 (os_windows.cpp:544)
[stdout]: C [ucrtbase.dll+0x2268a] (no source info available)
[stdout]: C [KERNEL32.DLL+0x17ac4] (no source info available)
[stdout]: C [ntdll.dll+0x5a8c1] (no source info available)
[stdout]:
i=0, modId=2, modName=null
Timeout signalled after 480 seconds
This then seems to cause the entire test task to timeout!
- relates to
-
JDK-8345422 Fix JNI Checker "in native method" warnings in the debug agent and debugger tests
-
- Resolved
-
-
JDK-8345516 Debug agent should print stack trace when exiting due to an exception
-
- Open
-
-
JDK-8345515 Debug agent should print stack trace when exiting due to an exception
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/77cfcee8
-
Review(master) openjdk/jdk/22528