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
|