-
Bug
-
Resolution: Fixed
-
P3
-
19, 20
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289018 | 20 | Markus Grönlund | P3 | Resolved | Fixed | b04 |
JDK-8291304 | 19.0.2 | Markus Grönlund | P3 | Resolved | Fixed | b01 |
JDK-8291140 | 19.0.1 | Markus Grönlund | P3 | Resolved | Fixed | b04 |
JDK-8326561 | 17.0.11 | Goetz Lindenmaier | P3 | Resolved | Fixed | b05 |
vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.java
Here's a snippet from the log file:
#section:main
----------messages:(4/435)----------
command: main -agentlib:hs302t002=pathToNewByteCode=./bin,-waittime=5,package=nsk,samples=100,mode=compiled nsk.jvmti.scenarios.hotswap.HS302.hs302t002.hs302t002
reason: User specified action: run main/othervm/native -agentlib:hs302t002=pathToNewByteCode=./bin,-waittime=5,package=nsk,samples=100,mode=compiled nsk.jvmti.scenarios.hotswap.HS302.hs302t002.hs302t002
Mode: othervm [/othervm specified]
elapsed time (seconds): 4.085
----------configuration:(0/0)----------
----------System.out:(30/1899)*----------
Agent:: VM.. Started..
Enabled. noftification..[2.238s][info][jfr,startup] Started recording 1. No limit specified, using maxsize=250MB as default.
[2.238s][info][jfr,startup]
[2.238s][info][jfr,startup] Use jcmd 81124 JFR.dump name=1 filename=FILEPATH to copy recording data to file.
# info :: File = ./bin/newclass00/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/MyClass.class
# info **Agent:: opening file ./bin/newclass00/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/MyClass.class
# info file size= 728
File red completely
# error occured while redefining JVMTI_ERROR_UNSUPPORTED_REDEFINITION_METHOD_MODIFIERS_CHANGED Redefine failed ..
Constructor..
cls.toString() public
Passed ..
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=\\os_windows.cpp:3762
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (c:\\sb\\prod\\1655746817\\workspace\\open\\src\\hotspot\\os\\windows\\os_windows.cpp:3762), pid=81124, tid=64432
# assert(ms < 1000) failed: Un-interruptable sleep, short time use only
#
# JRE version: Java(TM) SE Runtime Environment (19.0+28) (fastdebug build 19-ea+28-2096)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 19-ea+28-2096, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Core dump will be written. Default location: C:\\sb\\prod\\1655809690\\testoutput\\test-support\\jtreg_open_test_hotspot_jtreg_vmTestbase_nsk_jvmti_quick\\scratch\\3\\hs_err_pid81124.mdmp
#
# An error report file with more information is saved as:
# C:\\sb\\prod\\1655809690\\testoutput\\test-support\\jtreg_open_test_hotspot_jtreg_vmTestbase_nsk_jvmti_quick\\scratch\\3\\hs_err_pid81124.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
----------System.err:(0/0)----------
----------rerun:(40/7054)*----------
Here's the crashing thread's stack:
--------------- T H R E A D ---------------
Current thread (0x000001e407df7db0): JfrThreadSampler "JFR Thread Sampler" [stack: 0x0000000f9d500000,0x0000000f9d600000] [id=64432]
Stack: [0x0000000f9d500000,0x0000000f9d600000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xc84f41] os::platform_print_native_stack+0xf1 (os_windows_x86.cpp:235)
V [jvm.dll+0xee66eb] VMError::report+0x10eb (vmError.cpp:835)
V [jvm.dll+0xee822e] VMError::report_and_die+0x7fe (vmError.cpp:1687)
V [jvm.dll+0xee89b4] VMError::report_and_die+0x64 (vmError.cpp:1468)
V [jvm.dll+0x5a7137] report_vm_error+0xb7 (debug.cpp:283)
V [jvm.dll+0xc7fb13] os::naked_short_sleep+0x33 (os_windows.cpp:3762)
V [jvm.dll+0x86b489] JfrThreadSampler::run+0x159 (jfrThreadSampler.cpp:527)
V [jvm.dll+0xe58e0c] Thread::call_run+0x1ac (thread.cpp:365)
V [jvm.dll+0xc837e9] thread_native_entry+0xb9 (os_windows.cpp:545)
C [ucrtbase.dll+0x1fb80]
C [KERNEL32.DLL+0x84d4]
C [ntdll.dll+0x51791]
- backported by
-
JDK-8289018 misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
-
- Resolved
-
-
JDK-8291140 misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
-
- Resolved
-
-
JDK-8291304 misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
-
- Resolved
-
-
JDK-8326561 misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
-
- Resolved
-
- duplicates
-
JDK-8288905 misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
-
- Closed
-
- relates to
-
JDK-8288663 JFR: Disabling the JfrThreadSampler commits only a partially disabled state
-
- Resolved
-
-
JDK-8288748 JFR: Disabling the JfrThreadSampler commits only a partially disabled state
-
- Resolved
-
-
JDK-8292592 JFR test TestNative is not reliable due to low rate of sampling.
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/ab1e3cfb
-
Commit openjdk/jdk19/6037ccdd
-
Review openjdk/jdk17u-dev/2219
-
Review openjdk/jdk19/57