RFR: 8345141: Remove uses of SecurityManager in ShellFolder related classes [v2]
Phil Race
prr at openjdk.org
Sat Nov 30 03:50:24 UTC 2024
On Thu, 28 Nov 2024 14:12:46 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8345141
>
> src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolderManager2.java line 167:
>
>> 165:
>> 166: static Win32ShellFolder2 getDesktop() {
>> 167: if (desktop == null) {
>
> `import java.util.stream.Stream;` unused
Doesn't seem related to this change. I'll fix it here since a simple build should prove it is safe, but refactoring and non-SM clean up is not a goal in these fixes.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22423#discussion_r1864068268
More information about the client-libs-dev
mailing list