test/sun/util/locale/provider/Bug8024141.java

Print this page

        

@@ -21,12 +21,13 @@
  * questions.
  */
 
 /*
  * @test
- * @bug 8024141
+ * @bug 8008577 8024141
  * @summary Test for cache support of sun.util.locale.provider.LocaleResources.getTimeZoneNames
+ * @run main/othervm -Djava.locale.providers=JRE,SPI Bug8024141
  */
 
 import java.time.ZoneId;
 import static java.util.Locale.ENGLISH;
 import static java.time.format.TextStyle.FULL;