|
Quick Lists
|
|
Bug ID:
|
6585359
|
|
Votes
|
0
|
|
Synopsis
|
JDK 7 builds are using PREVIOUS_JDK_VERSION = 1.5.0
|
|
Category
|
java:build
|
|
Reported Against
|
|
|
Release Fixed
|
7(b20)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6534156
|
|
Submit Date
|
25-JUL-2007
|
|
Description
|
j2se/make/common/shared/Defs.gmk contains:
291 # Previous JDK release (version of BOOTDIR version)
292 ifdef ALT_PREVIOUS_JDK_VERSION
293 PREVIOUS_JDK_VERSION = $(ALT_PREVIOUS_JDK_VERSION)
294 else
295 PREVIOUS_JDK_VERSION = 1.5.0
296 endif
This should be updated to 1.6.0 or perhaps 6
Posted Date : 2007-07-25 19:35:57.0
Also see 6534156, may want to co-ordinate fixes on these.
Posted Date : 2007-08-28 00:14:45.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Changing to 1.6.0
Posted Date : 2007-09-04 20:48:38.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |