-
Bug
-
Resolution: Fixed
-
P3
-
6u14
-
b02
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200106 | 7 | William Harnois | P3 | Closed | Fixed | b64 |
The install ws currently runs pack200.exe and unpack200.exe from $OUTPUTDIR/bin, which means that it also uses $OUTPUTDIR/classes. This sub dir is huge, and takes a long time to unzip. We should run these files from $OUTPUTDIR/j2re-image/bin. This will eliminate the need for these directories to build the install ws:
$OUTPUTDIR/classes
$OUTPUTDIR/lib
$OUTPUTDIR/bin
and will make builds faster and build setup easier.
$OUTPUTDIR/classes
$OUTPUTDIR/lib
$OUTPUTDIR/bin
and will make builds faster and build setup easier.
- backported by
-
JDK-2200106 install ws shouldn't need $OUTPUTDIR/classes to build
-
- Closed
-