<i18n dev> RFR: 8345143: Remove uses of SecurityManager in the java.desktop module [v6]

Harshitha Onkar honkar at openjdk.org
Mon Dec 2 23:18:43 UTC 2024


On Mon, 2 Dec 2024 19:01:06 GMT, Phil Race <prr at openjdk.org> wrote:

>> Remove SecurityManager related code in the desktop module that is not covered by other PRs
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8345143

LGTM

src/java.desktop/share/classes/javax/swing/DefaultListCellRenderer.java line 108:

> 106:         if (System.getSecurityManager() != null) {
> 107:             if (border != null) return border;
> 108:             return SAFE_NO_FOCUS_BORDER;

Changes looks good. SAFE_NO_FOCUS_BORDER no longer used.

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

Marked as reviewed by honkar (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22424#pullrequestreview-2474123132
PR Review Comment: https://git.openjdk.org/jdk/pull/22424#discussion_r1866744305


More information about the i18n-dev mailing list