src/java.base/share/classes/sun/text/bidi/BidiBase.java

Print this page

        

*** 50,61 **** import java.lang.reflect.Array; import java.text.AttributedCharacterIterator; import java.text.Bidi; import java.util.Arrays; ! import sun.misc.JavaAWTFontAccess; ! import sun.misc.SharedSecrets; import sun.text.normalizer.UBiDiProps; import sun.text.normalizer.UCharacter; import sun.text.normalizer.UTF16; /** --- 50,61 ---- import java.lang.reflect.Array; import java.text.AttributedCharacterIterator; import java.text.Bidi; import java.util.Arrays; ! import jdk.internal.misc.JavaAWTFontAccess; ! import jdk.internal.misc.SharedSecrets; import sun.text.normalizer.UBiDiProps; import sun.text.normalizer.UCharacter; import sun.text.normalizer.UTF16; /**