-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: core-svc
-
b40
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8019057 | 7u45 | Deven You | P3 | Closed | Fixed | b01 |
| JDK-8004160 | 7u40 | Unassigned | P3 | Closed | Fixed | b06 |
System.getProperties() returns a globally accessible set of properties. Another thread can modify the system properties while you are iterating them so CME will be thrown.
The following SDK/JDK test is added by this fix:
sun/management/AgentCMETest.java
The following SDK/JDK test is added by this fix:
sun/management/AgentCMETest.java
- backported by
-
JDK-8004160 properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
-
- Closed
-
-
JDK-8019057 properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
-
- Closed
-