< prev index next >

test/java/util/Locale/Bug6989440.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test
  * @bug 6989440
  * @summary Verify ConcurrentModificationException is not thrown with multiple
  *     thread accesses.
+ * @modules java.base/sun.util.locale.provider
  * @compile -XDignore.symbol.file=true Bug6989440.java
  * @run main Bug6989440
  */
 import java.text.spi.DateFormatProvider;
 import java.util.spi.LocaleNameProvider;
< prev index next >