-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8361452 | 21.0.9-oracle | Sarvesh Kumar Jain | P4 | Resolved | Fixed | b02 |
JDK-8361655 | 21.0.9 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8361453 | 17.0.17-oracle | Sarvesh Kumar Jain | P4 | Resolved | Fixed | b02 |
JDK-8361661 | 17.0.17 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8361454 | 11.0.29-oracle | Sarvesh Kumar Jain | P4 | Resolved | Fixed | b02 |
JDK-8361455 | 8u471 | Sarvesh Kumar Jain | P4 | Resolved | Fixed | b02 |
# Internal Error (synchronizer.cpp:485), pid=51719, tid=51740
# fatal error: Synchronizing on object 0x00000000e7717b60 of klass java.lang.Boolean at bug6494356.main(bug6494356.java:60)
#
# JRE version: Java(TM) SE Runtime Environment (23.0) (build 23-internal-2024-02-15-2215338.frederic.parain.jdk)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23-internal-2024-02-15-2215338.frederic.parain.jdk, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xe787eb] ObjectSynchronizer::handle_sync_on_value_based_class(Handle, JavaThread*)+0x4db
#
java.lang.Boolean is one of the classes to be migrated to be a value class in JEP 401 Preview, which would cause this test to fail even without the DiagnoseSyncOnValueBasedClasses diagnostic option.
- backported by
-
JDK-8361452 Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
-
- Resolved
-
-
JDK-8361453 Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
-
- Resolved
-
-
JDK-8361454 Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
-
- Resolved
-
-
JDK-8361455 Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
-
- Resolved
-
-
JDK-8361655 Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
-
- Resolved
-
-
JDK-8361661 Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
-
- Resolved
-
- links to
-
Commit openjdk/jdk/013aff87
-
Commit(master) openjdk/jdk17u-dev/08c1b9d6
-
Commit(master) openjdk/jdk21u-dev/5486e42b
-
Review openjdk/jdk/18147
-
Review(master) openjdk/jdk17u-dev/3708
-
Review(master) openjdk/jdk21u-dev/1939