review request: 8035782 : sun/launcher/LauncherHelper$FXHelper loaded unnecessarily
Neil Toda
neil.toda at oracle.com
Sat Apr 26 01:55:02 UTC 2014
Thanks Kevin. -neil
On 4/25/2014 8:22 AM, Kevin Rushforth wrote:
> The code changes looks fine to me. Also, I ran all JavaFX unit tests
> with no problems (at least none relating to launching).
>
> -- Kevin
>
>
> Neil Toda wrote:
>> Webrev
>>
>> http://cr.openjdk.java.net/~ntoda/8035782/
>>
>> for bug
>>
>> https://bugs.openjdk.java.net/browse/JDK-8035782
>>
>> The file : ./jdk/src/share/classes/sun/launcher/LauncherHelper.java
>>
>> has been modified so that the inner class FXHelper is not loaded
>> unnecessarily.
>> FXHelper, which is needed to make initializations for any JavaFX
>> application, was
>> being loaded for all applications.
>>
>> The fix was straight forward, with the lifting of one method and
>> several static
>> strings into FXHelper's superclass, LauncherHelper.
>>
>> Kevin Rushforth supplied three tests of applications not in jar
>> files. These
>> needed to be explicitly tested. These tests require the JavaFX
>> bundle in the
>> build, and the return code 2 signifies success.
>>
>> Launcher tests for jtreg: ./jdk/test/tools/launcher passed on Windows
>> 7 64 and Oracle-Linux6-64.
>>
>> JPRT tests were run and passed on scv3.
>>
>> Thanks
>>
>> -neil
>>
>>
>>
>
>
More information about the core-libs-dev
mailing list