-
Enhancement
-
Resolution: Fixed
-
P4
-
18
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8332022 | 17.0.13-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8334798 | 17.0.13 | Amos SHI | P4 | Resolved | Fixed | b01 |
serviceability/sa/CDSJMapClstats.java gives warnings about the deprecated security manager. Can these test packages be rewritten to not use the security manager?
test/lib/jdk/test/lib/process/ProcessTools.java:450: warning: [removal] AccessController in java.security has been deprecated and marked for removal
AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
...
Also:
test/lib/jdk/test/lib/SA/SATestUtils.java
test/lib/jdk/test/lib/NetworkConfiguration.java
test/lib/jdk/test/lib/process/ProcessTools.java:450: warning: [removal] AccessController in java.security has been deprecated and marked for removal
AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
...
Also:
test/lib/jdk/test/lib/SA/SATestUtils.java
test/lib/jdk/test/lib/NetworkConfiguration.java
- backported by
-
JDK-8332022 Clean up remaining AccessController warnings in test library
- Resolved
-
JDK-8334798 Clean up remaining AccessController warnings in test library
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/9a45e2db
-
Commit openjdk/jdk/63a00a0d
-
Review openjdk/jdk17u-dev/2573
-
Review openjdk/jdk/7328
(1 links to)