-
Bug
-
Resolution: Fixed
-
P3
-
None
-
+ uname -a
Linux iZbp12zgu0g4u8ugvr6m7fZ 5.10.134-16.3.al8.x86_64 #1 SMP Tue Mar 26 18:54:05 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
+ cat /etc/os-release
NAME="Alibaba Cloud Linux"
VERSION="3 (Soaring Falcon)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
UPDATE_ID="9.1"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"+ free -h
total used free shared buff/cache available
Mem: 123Gi 1.3Gi 88Gi 10Mi 33Gi 121Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 25
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
BIOS Vendor ID: Alibaba Cloud
CPU family: 25
Model: 17
Model name: AMD EPYC 9T24 96-Core Processor
BIOS Model name: pc-i440fx-2.1
Stepping: 1
CPU MHz: 3694.923
BogoMIPS: 5400.00
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 32768K
NUMA node0 CPU(s): 0-31
+ java -version
openjdk version "24" 2025-03-18
OpenJDK Runtime Environment (build 24)
OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-06-25T20:10:27Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
+ git remote -v
origin git@github.com:openjdk/jdk.git (fetch)
origin git@github.com:openjdk/jdk.git (push)
+ git branch- master
+ git log -n 1
+ head -n 1
commit b3bf31a0a08da679ec2fd21613243fb17b1135a9
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ uname -a Linux iZbp12zgu0g4u8ugvr6m7fZ 5.10.134-16.3.al8.x86_64 #1 SMP Tue Mar 26 18:54:05 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (Soaring Falcon)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" UPDATE_ID="9.1" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 123Gi 1.3Gi 88Gi 10Mi 33Gi 121Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 32 On-line CPU(s) list: 0-31 Thread(s) per core: 2 Core(s) per socket: 16 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD BIOS Vendor ID: Alibaba Cloud CPU family: 25 Model: 17 Model name: AMD EPYC 9T24 96-Core Processor BIOS Model name: pc-i440fx-2.1 Stepping: 1 CPU MHz: 3694.923 BogoMIPS: 5400.00 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K NUMA node0 CPU(s): 0-31 + java -version openjdk version "24" 2025-03-18 OpenJDK Runtime Environment (build 24) OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-06-25T20:10:27Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + git remote -v origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) + git branch master + git log -n 1 + head -n 1 commit b3bf31a0a08da679ec2fd21613243fb17b1135a9 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean - master
-
b05
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8336130 | 23.0.1 | Chris Plummer | P3 | Resolved | Fixed | b03 |
JDK-8335459 | 23 | Chris Plummer | P3 | Resolved | Fixed | b30 |
JDK-8335581 | 21.0.5-oracle | Chris Plummer | P3 | Resolved | Fixed | b01 |
JDK-8337623 | 21.0.5 | Andrew Lu | P3 | Resolved | Fixed | b02 |
"MainThread" #31 [1560215] prio=5 os_prio=0 cpu=112.94ms elapsed=480.14s tid=0x00007f5cc41e82c0 nid=1560215 waiting on condition [0x00007f5c6fa27000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park(java.base@24/Native Method)
- parking to wait for <0x000000011bbc0e80> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(java.base@24/LockSupport.java:371)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@24/AbstractQueuedSynchronizer.java:519)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@24/ForkJoinPool.java:4021)
at java.util.concurrent.ForkJoinPool.managedBlock(java.base@24/ForkJoinPool.java:3967)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@24/AbstractQueuedSynchronizer.java:1712)
at java.lang.ProcessImpl.waitFor(java.base@24/ProcessImpl.java:425)
at TestScaffold.waitForVMDisconnect(TestScaffold.java:781)
- locked <0x000000011b7fe0f8> (a BreakpointOnClassPrepare)
at TestScaffold.resumeToVMDisconnect(TestScaffold.java:1015)
at TestScaffold.listenUntilVMDisconnect(TestScaffold.java:743)
at BreakpointOnClassPrepare.runTests(BreakpointOnClassPrepare.java:148)
at TestScaffold.startTests(TestScaffold.java:468)
at BreakpointOnClassPrepare.main(BreakpointOnClassPrepare.java:96)
Got BreakpointEvent: 1 for thread instance of java.lang.Thread(name='MyThread-1', id=335)
Timeout signalled after 480 seconds
STDERR:
[1ms] run args: [BreakpointOnClassPrepareTarg, SUSPEND_NONE]
[173ms] Got ClassPrepareEvent: ClassPrepareEvent in thread MyThread-1
[224ms] FAILED: Exception occured in eventHandler: com.sun.jdi.ObjectCollectedException
at java.base/java.lang.Thread.getStackTrace(Thread.java:2389)
at TestScaffold.failure(TestScaffold.java:491)
at TestScaffold$EventHandler.run(TestScaffold.java:298)
at java.base/java.lang.Thread.run(Thread.java:1575)
com.sun.jdi.ObjectCollectedException
at jdk.jdi/com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:56)
at jdk.jdi/com.sun.tools.jdi.ObjectReferenceImpl.referenceType(ObjectReferenceImpl.java:174)
at jdk.jdi/com.sun.tools.jdi.ThreadReferenceImpl.toString(ThreadReferenceImpl.java:636)
at java.base/java.lang.String.valueOf(String.java:4556)
at BreakpointOnClassPrepare.breakpointReached(BreakpointOnClassPrepare.java:107)
at TestScaffold$EventHandler.notifyEvent(TestScaffold.java:193)
at TestScaffold$EventHandler.run(TestScaffold.java:277)
at java.base/java.lang.Thread.run(Thread.java:1575)
- backported by
-
JDK-8335459 Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
- Resolved
-
JDK-8335581 Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
- Resolved
-
JDK-8336130 Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
- Resolved
-
JDK-8337623 Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
- Resolved
- relates to
-
JDK-8333542 Breakpoint in parallel code does not work
- Resolved
- links to
-
Commit openjdk/jdk/4e8cbf88
-
Commit openjdk/jdk/9d744b0e
-
Commit(master) openjdk/jdk21u-dev/e478a235
-
Review openjdk/jdk/19910
-
Review openjdk/jdk/19976
-
Review(master) openjdk/jdk21u-dev/877