--- old/test/jdk/java/text/Normalizer/ICUBasicTest.java 2020-01-10 13:49:53.000000000 -0800 +++ new/test/jdk/java/text/Normalizer/ICUBasicTest.java 2020-01-10 13:49:53.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -22,10 +22,10 @@ */ /* * @test - * @bug 4221795 8032446 + * @bug 4221795 8032446 8174270 * @summary Confirm Normalizer's fundamental behavior. Imported from ICU4J 3.2's * src/com/ibm/icu/dev/test and modified. - * @modules java.base/sun.text java.base/sun.text.normalizer + * @modules java.base/sun.text java.base/jdk.internal.icu.text * @library /java/text/testlib * @compile -XDignore.symbol.file ICUBasicTest.java * @run main/timeout=30 ICUBasicTest @@ -39,11 +39,9 @@ */ import sun.text.Normalizer; -import sun.text.normalizer.NormalizerBase; -import sun.text.normalizer.NormalizerImpl; +import jdk.internal.icu.text.NormalizerBase; import static java.text.Normalizer.Form.*; -import static sun.text.normalizer.NormalizerBase.Mode.*; public class ICUBasicTest extends IntlTest {