-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8277688 | 17.0.3-oracle | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8277470 | 17.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b06 |
STDERR:
Failed to install SecurityManager
java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:411)
at CheckPrivilege.main(CheckPrivilege.java:81)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
java.lang.RuntimeException: Failed to install SecurityManager
at CheckPrivilege.main(CheckPrivilege.java:87)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
- backported by
-
JDK-8277470 java/awt/print/PrinterJob/CheckPrivilege.java fails due to disabled SecurityManager
- Resolved
-
JDK-8277688 java/awt/print/PrinterJob/CheckPrivilege.java fails due to disabled SecurityManager
- Resolved
- relates to
-
JDK-8266459 Implement JEP 411: Deprecate the Security Manager for Removal
- Resolved
-
JDK-8267184 Add -Djava.security.manager=allow to tests calling System.setSecurityManager
- Resolved
- links to
-
Commit openjdk/jdk17u/e4cc0c1d
-
Commit openjdk/jdk/fd0a25e6
-
Review openjdk/jdk17u/284
-
Review openjdk/jdk/6295