-
Bug
-
Resolution: Fixed
-
P4
-
8, 9, 10, 11, 12
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229944 | 11.0.6-oracle | Man Cao | P4 | Resolved | Fixed | b01 |
JDK-8228880 | 11.0.5 | Man Cao | P4 | Resolved | Fixed | b02 |
JDK-8229975 | openjdk8u232 | Man Cao | P4 | Resolved | Fixed | b05 |
There is a data race on JvmtiEnvBase::_tag_map, which is initialized with double-checked locking. It lacks proper memory fences on the load/store operations.
- backported by
-
JDK-8228880 Data race on JvmtiEnvBase::_tag_map in double-checked locking
- Resolved
-
JDK-8229944 Data race on JvmtiEnvBase::_tag_map in double-checked locking
- Resolved
-
JDK-8229975 Data race on JvmtiEnvBase::_tag_map in double-checked locking
- Resolved
- relates to
-
JDK-8223227 Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase
- Resolved