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
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
- relates to
-
JDK-6368613 REG:java is not working after mustang upgrade/downgrage from/to 1.3.1_X/1.4.2_X/1.5.0_X on windows
- Resolved