-
Bug
-
Resolution: Fixed
-
P3
-
9, 10, 11
-
b19
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205790 | 11.0.1 | Claes Redestad | P3 | Resolved | Fixed | team |
One way to fix this would be by making the map field final (which would necessitate using something like Unsafe.putObjectVolatile to set the field during deserialization).
- backported by
-
JDK-8205790 Unsafe publication of java.util.Properties.map
- Resolved
- relates to
-
JDK-8029891 Deadlock detected in java/lang/ClassLoader/deadlock/GetResource.java
- Closed