RFR: 8344471: Remove SecurityManager related code from java.compiler module

Roger Riggs rriggs at openjdk.org
Tue Nov 19 14:51:54 UTC 2024


On Tue, 19 Nov 2024 08:00:27 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I please get a review of this change which cleans up the SecurityManager related usages from the `java.compiler` module? 
> 
> No new tests have been introduced and existing tests in tier1, tier2 and tier3 continue to pass.

With only 1 caller the static matches() method could be inlined.
(No local variables are needed).

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

PR Review: https://git.openjdk.org/jdk/pull/22229#pullrequestreview-2445709041


More information about the compiler-dev mailing list