RFR: 8338411: Implement JEP 486: Permanently Disable the Security Manager [v6]
Sean Mullan
mullan at openjdk.org
Tue Nov 12 15:05:15 UTC 2024
On Fri, 1 Nov 2024 19:40:03 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Sean Mullan has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 200 commits:
>>
>> - Merge remote-tracking branch 'jdk-sandbox/jep486' into JDK-8338411
>> - Modify three RMI tests to work without the security manager:
>> - test/jdk/java/rmi/registry/classPathCodebase/ClassPathCodebase.java
>> - test/jdk/java/rmi/registry/readTest/CodebaseTest.java
>> - test/jdk/java/rmi/server/RMIClassLoader/useCodebaseOnly/UseCodebaseOnly.java
>> Also remove them from the problem list.
>> - Remove two obsolete RMI tests:
>> - test/jdk/java/rmi/server/RMIClassLoader/spi/ContextInsulation.java
>> - test/jdk/sun/rmi/transport/tcp/disableMultiplexing/DisableMultiplexing.java
>> Adjust two tests to run without the Security Manager:
>> - test/jdk/java/rmi/server/RMIClassLoader/loadProxyClasses/LoadProxyClasses.java
>> - test/jdk/java/rmi/server/RMIClassLoader/spi/DefaultProperty.java
>> Remove all of these tests from the problem list.
>> - In staticPermissionsOnly(), change "current policy binding" to "current policy" so wording is consistent with the API note that follows.
>> - Added API Notes to ProtectionDomain clarifying that the current policy always
>> grants no permissions. A few other small changes to Policy and PD.
>> - Merge branch 'master' into jep486
>> - JAXP tests: organize imports of a few tests
>> - Improve description of Executors.privilegedThreadFactory
>> - rename TestAppletLoggerContext.java as suggested in util test review
>> - clientlibs: Javadoc cleanup
>> - ... and 190 more: https://git.openjdk.org/jdk/compare/158ae51b...7958ee2b
>
> test/jdk/javax/sound/midi/Soundbanks/EmptySoundBankTest.java line 1:
>
>> 1: /*
>
> I wonder if we should add an Oracle copyright to the update test file.
I don't think it is necessary for that small of a change.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21498#discussion_r1838256317
More information about the core-libs-dev
mailing list