-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b71
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2189792 | 6u21 | Kelly Ohair | P3 | Resolved | Fixed | b01 |
JDK-2182179 | OpenJDK6 | Jonathan Gibbons | P3 | Resolved | Fixed | b17 |
When compiling with different boot jdk's, the defaults for -source and -target can be different. We require a jdk6 boot jdk, so the suggested fix is to add an explicit setting of -source 6 and -target 6 when compiling with the boot jdk javac.
- backported by
-
JDK-2182179 Explicitly use -source 6 -target 6 when compiling with the boot jdk javac
- Resolved
-
JDK-2189792 Explicitly use -source 6 -target 6 when compiling with the boot jdk javac
- Resolved
- duplicates
-
JDK-6864000 build fails in DirDiff when SKIP_BOOT_CYCLE=false
- Closed
- relates to
-
JDK-8001191 use -source 8 -target 8 when compiling the JDK
- Resolved