Relates :
|
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
|