JDK-6376718 : javaws exec chain can be optimized
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows
  • CPU: generic
  • Submitted: 2006-01-25
  • Updated: 2010-05-09
  • Resolved: 2006-02-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Relates :  
Description
The mini-launcher can be removed from the javaws exec chain.

Currently (due to 6368613):

	javaws -> mini-launcher(w) -> javaw

Should be:

	javaws -> javaw
The implementation of 6368613 can be optimized to skip the mini-launcher when
the core launcher is re-exec'd due to the -version flag

Comments
EVALUATION With the removal of the mini-launcher (6382014), this report is no longer valid.
27-02-2006

EVALUATION Should be implemented.
26-01-2006