test/java/util/Locale/InternationalBAT.java

Print this page

        

@@ -20,14 +20,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 /*
  * @test
- * @bug 4449637
+ * @bug 4449637 8008577
  * @summary Basic acceptance test for international J2RE. Verifies that the
  * most important locale data and character converters exist and are
  * minimally functional.
+ * @run main/othervm -Djava.locale.providers=JRE,SPI InternationalBAT
  */
 
 import java.io.UnsupportedEncodingException;
 import java.text.DateFormat;
 import java.util.Calendar;