RFR: 8344064: Remove doPrivileged calls from print/imageio/media classes in the java.desktop module [v2]

Phil Race prr at openjdk.org
Tue Nov 19 17:37:16 UTC 2024


On Tue, 19 Nov 2024 13:24:04 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8344064
>
> src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadata.java line 401:
> 
>> 399:             // Try to load from the module of the IIOMetadata implementation
>> 400:             // for this plugin since the IIOMetadataImpl is part of the plugin
>> 401:             Class<?> cls =  getMetadataFormatClass(formatClassName);
> 
> Suggestion:
> 
>             Class<?> cls = getMetadataFormatClass(formatClassName);

ok. But do you have any comments on the *functional* aspect of this PR ?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22186#discussion_r1848784559


More information about the client-libs-dev mailing list