equal
deleted
inserted
replaced
25 * @test |
25 * @test |
26 * @bug 4122840 4135202 4408066 4838107 8008577 |
26 * @bug 4122840 4135202 4408066 4838107 8008577 |
27 * @summary test NumberFormat |
27 * @summary test NumberFormat |
28 * @library /java/text/testlib |
28 * @library /java/text/testlib |
29 * @modules java.base/sun.util.resources |
29 * @modules java.base/sun.util.resources |
|
30 * jdk.localedata |
30 * @compile -XDignore.symbol.file NumberTest.java |
31 * @compile -XDignore.symbol.file NumberTest.java |
31 * @run main/othervm -Djava.locale.providers=COMPAT,SPI NumberTest |
32 * @run main/othervm -Djava.locale.providers=COMPAT,SPI NumberTest |
32 */ |
33 */ |
33 |
34 |
34 import java.util.*; |
35 import java.util.*; |