Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056358 | emb-9 | Igor Ignatyev | P4 | Resolved | Fixed | b28 |
The following test failed in the 2014-07-18 RT_Baseline nightly:
compiler/6932496/Test6932496.java
This test failed (14 times = 7 platforms * 2 modes: {mixed + comp}) due to:
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
2 errors
1 warning
result: Failed. Compilation failed: Compilation failed
The following task was recently resolved:
https://bugs.openjdk.java.net/browse/JDK-8048620
However, the test compiler/6932496/Test6932496.java was not fixed as part of it.
compiler/6932496/Test6932496.java
This test failed (14 times = 7 platforms * 2 modes: {mixed + comp}) due to:
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
2 errors
1 warning
result: Failed. Compilation failed: Compilation failed
The following task was recently resolved:
https://bugs.openjdk.java.net/browse/JDK-8048620
However, the test compiler/6932496/Test6932496.java was not fixed as part of it.
- backported by
-
JDK-8056358 Test compiler/6932496/Test6932496.java failed to compile after JDK-8011044: 1.5 is no longer supported
-
- Resolved
-