-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
9
The fix for JDK-8081452 appears to have broken the JDK 9 build on all platforms; excerpt from the build log:
Compiling 1569 files for jdk.localedata
/scratch/jenkins/workspace/9-dev-build-linux-x64/build/linux-x86_64-normal-server-release/support/gensrc/jdk.charsets/sun/nio/cs/ext/ExtendedCharsets.java:35: error: cannot find symbol
import sun.nio.cs.AbstractCharsetProvider;
^
symbol: class AbstractCharsetProvider
location: package sun.nio.cs
Compiling 1569 files for jdk.localedata
/scratch/jenkins/workspace/9-dev-build-linux-x64/build/linux-x86_64-normal-server-release/support/gensrc/jdk.charsets/sun/nio/cs/ext/ExtendedCharsets.java:35: error: cannot find symbol
import sun.nio.cs.AbstractCharsetProvider;
^
symbol: class AbstractCharsetProvider
location: package sun.nio.cs
- duplicates
-
JDK-8081522 build failed with jdk8081452 change.
-
- Resolved
-
- relates to
-
JDK-8081452 Move sun.nio.cs.AbstractCharsetProvider into jdk.charset/sun.nio.cs.ext
-
- Resolved
-