-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300846 | 11.0.19-oracle | Dukebot | P4 | Resolved | Fixed | b04 |
JDK-8283423 | 11.0.16 | Jie Fu | P4 | Resolved | Fixed | b01 |
Several sun/tools/jstatd tests fail to build after JDK-8210022:
test/jdk/sun/tools/jstatd/JstatdTest.java:138: error: incompatible types: jdk.testlibrary.OutputAnalyzer cannot be converted to jdk.test.lib.process.OutputAnalyzer
OutputAnalyzer output = ProcessTools.executeProcess(processBuilder);
^
open/test/jdk/sun/tools/jstatd/JstatdTest.java:193: error: incompatible types: jdk.testlibrary.OutputAnalyzer cannot be converted to jdk.test.lib.process.OutputAnalyzer
OutputAnalyzer output = ProcessTools.executeProcess(processBuilder);
^
test/jdk/sun/tools/jstatd/JstatdTest.java:138: error: incompatible types: jdk.testlibrary.OutputAnalyzer cannot be converted to jdk.test.lib.process.OutputAnalyzer
OutputAnalyzer output = ProcessTools.executeProcess(processBuilder);
^
open/test/jdk/sun/tools/jstatd/JstatdTest.java:193: error: incompatible types: jdk.testlibrary.OutputAnalyzer cannot be converted to jdk.test.lib.process.OutputAnalyzer
OutputAnalyzer output = ProcessTools.executeProcess(processBuilder);
^
- backported by
-
JDK-8283423 sun/tools/jstatd test build failures after JDK-8210022
-
- Resolved
-
-
JDK-8300846 sun/tools/jstatd test build failures after JDK-8210022
-
- Resolved
-
- relates to
-
JDK-8210022 remove jdk.testlibrary.ProcessThread, TestThread and XRun
-
- Resolved
-