test/java/util/Properties/ConcurrentLoadAndStoreXML.java

Print this page

        

@@ -23,13 +23,10 @@
 
 /* @test
  * @bug 8005281
  * @summary Test that the Properties storeToXML and loadFromXML methods are
  *   thread safe
- * @run main ConcurrentLoadAndStoreXML
- * @run main/othervm -Dsun.util.spi.XmlPropertiesProvider=jdk.internal.util.xml.BasicXmlPropertiesProvider ConcurrentLoadAndStoreXML
-
  */
 
 import java.io.*;
 import java.util.Properties;
 import java.util.Random;