-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b16
```
/data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/JavacTask.java:46: error: package com.sun.tools.javac.api is not visible
import com.sun.tools.javac.api.JavacTaskImpl;
^
(package com.sun.tools.javac.api is declared in module jdk.compiler, which does not export it to the unnamed module)
/data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/JavacTask.java:47: error: package com.sun.tools.javac.api is not visible
import com.sun.tools.javac.api.JavacTool;
^
(package com.sun.tools.javac.api is declared in module jdk.compiler, which does not export it to the unnamed module)
Note: /data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/AbstractTask.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
TEST RESULT: Failed. Compilation failed: Compilation failed
/data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/JavacTask.java:365: error: Result.exitCode in package com.sun.tools.javac.main is not accessible
return taskImpl.doCall().exitCode;
^
(package com.sun.tools.javac.main is declared in module jdk.compiler, which does not export it to the unnamed module)
Note: /data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/AbstractTask.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
TEST RESULT: Failed. Compilation failed: Compilation failed
```
/data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/JavacTask.java:46: error: package com.sun.tools.javac.api is not visible
import com.sun.tools.javac.api.JavacTaskImpl;
^
(package com.sun.tools.javac.api is declared in module jdk.compiler, which does not export it to the unnamed module)
/data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/JavacTask.java:47: error: package com.sun.tools.javac.api is not visible
import com.sun.tools.javac.api.JavacTool;
^
(package com.sun.tools.javac.api is declared in module jdk.compiler, which does not export it to the unnamed module)
Note: /data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/AbstractTask.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
TEST RESULT: Failed. Compilation failed: Compilation failed
/data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/JavacTask.java:365: error: Result.exitCode in package com.sun.tools.javac.main is not accessible
return taskImpl.doCall().exitCode;
^
(package com.sun.tools.javac.main is declared in module jdk.compiler, which does not export it to the unnamed module)
Note: /data1/jiefu/docker/jdk/test/langtools/tools/lib/toolbox/AbstractTask.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
TEST RESULT: Failed. Compilation failed: Compilation failed
```
- duplicates
-
JDK-8264202 compilation error in jdk/javadoc/doclet/testRelatedPackages/TestRelatedPackages.java
-
- Closed
-
- relates to
-
JDK-8260388 Listing (sub)packages at package level of API documentation
-
- Resolved
-