-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b112
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034413 | 7u65 | Daniil Titov | P3 | Resolved | Fixed | b01 |
JDK-8026452 | 7u60 | Unassigned | P3 | Closed | Fixed | b01 |
There is compilation error in 8CPU tests after 8022270: JNLP TCK failures in 7u45
[echo] Compile tests to C:\deploy_output_8_cpu_5\tmp\deploy/testclasses
[mkdir] Created dir: C:\deploy_output_8_cpu_5\tmp\deploy\testclasses
[mkdir] Created dir: C:\deploy_output_8_cpu_5\tmp\deploy\testclasses\app_jars
[javac] Compiling 19 source files to C:\deploy_output_8_cpu_5\tmp\deploy\testclasses
[javac] Note: C:\src\jdk8-cpu_2\deploy\test\shared\sun\tests\helpers\SignedJarHelper.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 169 source files to C:\deploy_output_8_cpu_5\tmp\deploy\testclasses
[javac] C:\src\jdk8-cpu_2\deploy\test\common\com\sun\deploy\ui\AppInfoTest.java:110: error: method setTitleFromJar in class AppInfo cannot be applied to given types;
[javac] ainfo.setTitleFromJar(resource);
[javac] ^
[javac] required: URL,String
[javac] found: URL
[javac] reason: actual and formal argument lists differ in length
[javac] C:\src\jdk8-cpu_2\deploy\test\common\com\sun\deploy\ui\AppInfoTest.java:115: error: method setTitleFromJar in class AppInfo cannot be applied to given types;
[javac] ainfo.setTitleFromJar(resource);
[javac] ^
[javac] required: URL,String
[javac] found: URL
[javac] reason: actual and formal argument lists differ in length
[javac] C:\src\jdk8-cpu_2\deploy\test\common\com\sun\deploy\ui\AppInfoTest.java:120: error: method setTitleFromJar in class AppInfo cannot be applied to given types;
[javac] ainfo.setTitleFromJar(resource);
[javac] ^
[javac] required: URL,String
[javac] found: URL
[javac] reason: actual and formal argument lists differ in length
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
[echo] Compile tests to C:\deploy_output_8_cpu_5\tmp\deploy/testclasses
[mkdir] Created dir: C:\deploy_output_8_cpu_5\tmp\deploy\testclasses
[mkdir] Created dir: C:\deploy_output_8_cpu_5\tmp\deploy\testclasses\app_jars
[javac] Compiling 19 source files to C:\deploy_output_8_cpu_5\tmp\deploy\testclasses
[javac] Note: C:\src\jdk8-cpu_2\deploy\test\shared\sun\tests\helpers\SignedJarHelper.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 169 source files to C:\deploy_output_8_cpu_5\tmp\deploy\testclasses
[javac] C:\src\jdk8-cpu_2\deploy\test\common\com\sun\deploy\ui\AppInfoTest.java:110: error: method setTitleFromJar in class AppInfo cannot be applied to given types;
[javac] ainfo.setTitleFromJar(resource);
[javac] ^
[javac] required: URL,String
[javac] found: URL
[javac] reason: actual and formal argument lists differ in length
[javac] C:\src\jdk8-cpu_2\deploy\test\common\com\sun\deploy\ui\AppInfoTest.java:115: error: method setTitleFromJar in class AppInfo cannot be applied to given types;
[javac] ainfo.setTitleFromJar(resource);
[javac] ^
[javac] required: URL,String
[javac] found: URL
[javac] reason: actual and formal argument lists differ in length
[javac] C:\src\jdk8-cpu_2\deploy\test\common\com\sun\deploy\ui\AppInfoTest.java:120: error: method setTitleFromJar in class AppInfo cannot be applied to given types;
[javac] ainfo.setTitleFromJar(resource);
[javac] ^
[javac] required: URL,String
[javac] found: URL
[javac] reason: actual and formal argument lists differ in length
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
- backported by
-
JDK-8034413 Fix compilation of JUnit tests
-
- Resolved
-
-
JDK-8026452 Fix compilation of JUnit tests
-
- Closed
-