-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
None
Remove unused imports for java.security.AccessController and java.security.PrivilegedAction in ClassFileTransformer.
These were originally added in the module system implementation inJDK-8142968 and were left unused when JDK-8159147 added a ClassLoader parameter to the new transform method.
It would be good to clean up these SecurityManager traces now, post JEP486.
These were originally added in the module system implementation in
It would be good to clean up these SecurityManager traces now, post JEP486.
- duplicates
-
JDK-8344187 Remove SecurityManager and related calls from java.instrument
-
- Resolved
-
- relates to
-
JDK-8344187 Remove SecurityManager and related calls from java.instrument
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/22184