<i18n dev> RFR: 8344061: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 2 [v3]
Phil Race
prr at openjdk.org
Sun Nov 17 20:59:29 UTC 2024
On Sun, 17 Nov 2024 11:00:35 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8344061
>
> src/java.desktop/share/classes/sun/font/CreatedFontTracker.java line 131:
>
>> 129: */
>> 130: t.setContextClassLoader(null);
>> 131: Runtime.getRuntime().addShutdownHook(t);
>
> addShutdownHook is removed? accidentally?
oops, fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22161#discussion_r1845642360
More information about the i18n-dev
mailing list