It looks like the Common-Cleaner is missing because the thread dump stops after there is an exception reporting the C1 Compiler thread:
Thread "C1 CompilerThread0" id=17 Address=0x000001e9411f4a60
r15: 0x00007ff9e5106948: jvm!MethodCompileQueue_lock_storage + 0x8
r14: 0x00007ff9e5106970: jvm!MethodCompileQueue_lock_storage + 0x30
r13: 0x00007ff9e4c4ff08: jvm!??_C@_0BI@BCLPDBO@breakpoints?5are?5present@
r12: 0x0000004b15dff728: In java stack for thread "C1 CompilerThread0" sun.jvm.hotspot.runtime.CompilerThread@0x000001e9411f4a60
r11: 0x0000004b15dfd150: Error: sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x0000004b15dfd1f8
sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x0000004b15dfd1f8
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.InstanceConstructor.newWrongTypeException(InstanceConstructor.java:62)
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VirtualBaseConstructor.instantiateWrapperFor(VirtualBaseConstructor.java:111)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor(Metadata.java:78)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.MetadataField.getValue(MetadataField.java:43)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.MetadataField.getValue(MetadataField.java:40)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.ConstantPool.getPoolHolder(ConstantPool.java:141)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.ConstantPool.printValueOn(ConstantPool.java:753)
at jdk.hotspot.agent/sun.jvm.hotspot.utilities.PointerLocation.printOn(PointerLocation.java:243)
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.JavaThread.printThreadContextOn(JavaThread.java:533)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor$46.doit(CommandProcessor.java:1717)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor.executeCommand(CommandProcessor.java:2230)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor.executeCommand(CommandProcessor.java:2200)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor.run(CommandProcessor.java:2071)
at jdk.hotspot.agent/sun.jvm.hotspot.CLHSDB.run(CLHSDB.java:112)
at jdk.hotspot.agent/sun.jvm.hotspot.CLHSDB.main(CLHSDB.java:44)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.runCLHSDB(SALauncher.java:285)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.main(SALauncher.java:507)
hsdb> + quit
Thread "C1 CompilerThread0" id=17 Address=0x000001e9411f4a60
r15: 0x00007ff9e5106948: jvm!MethodCompileQueue_lock_storage + 0x8
r14: 0x00007ff9e5106970: jvm!MethodCompileQueue_lock_storage + 0x30
r13: 0x00007ff9e4c4ff08: jvm!??_C@_0BI@BCLPDBO@breakpoints?5are?5present@
r12: 0x0000004b15dff728: In java stack for thread "C1 CompilerThread0" sun.jvm.hotspot.runtime.CompilerThread@0x000001e9411f4a60
r11: 0x0000004b15dfd150: Error: sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x0000004b15dfd1f8
sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x0000004b15dfd1f8
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.InstanceConstructor.newWrongTypeException(InstanceConstructor.java:62)
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VirtualBaseConstructor.instantiateWrapperFor(VirtualBaseConstructor.java:111)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor(Metadata.java:78)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.MetadataField.getValue(MetadataField.java:43)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.MetadataField.getValue(MetadataField.java:40)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.ConstantPool.getPoolHolder(ConstantPool.java:141)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.ConstantPool.printValueOn(ConstantPool.java:753)
at jdk.hotspot.agent/sun.jvm.hotspot.utilities.PointerLocation.printOn(PointerLocation.java:243)
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.JavaThread.printThreadContextOn(JavaThread.java:533)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor$46.doit(CommandProcessor.java:1717)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor.executeCommand(CommandProcessor.java:2230)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor.executeCommand(CommandProcessor.java:2200)
at jdk.hotspot.agent/sun.jvm.hotspot.CommandProcessor.run(CommandProcessor.java:2071)
at jdk.hotspot.agent/sun.jvm.hotspot.CLHSDB.run(CLHSDB.java:112)
at jdk.hotspot.agent/sun.jvm.hotspot.CLHSDB.main(CLHSDB.java:44)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.runCLHSDB(SALauncher.java:285)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.main(SALauncher.java:507)
hsdb> + quit
- duplicates
-
JDK-8344928 Test serviceability/sa/ClhsdbThreadContext.java fails with 'Thread "Common-Cleaner"' missing from stdout/stderr
-
- Closed
-
-
JDK-8344929 Test serviceability/sa/ClhsdbThreadContext.java fails with 'Thread "Common-Cleaner"' missing from stdout/stderr
-
- Closed
-