Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument [v2]

2024-11-18 Thread Kevin Walls
> Remove redundant SecurityManager, AccessController references > (following on from JDK-8338411: Implement JEP 486: Permanently Disable the > Security Manager). > > test/jdk/java/lang/instrument/ still passing. Kevin Walls has updated the pull request with a new target base due to a merge or a

Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument

2024-11-18 Thread Alan Bateman
On Thu, 14 Nov 2024 13:03:28 GMT, Kevin Walls wrote: > Remove redundant SecurityManager, AccessController references > (following on from JDK-8338411: Implement JEP 486: Permanently Disable the > Security Manager). > > test/jdk/java/lang/instrument/ still passing. Marked as reviewed by alanb (

Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument [v2]

2024-11-18 Thread Kevin Walls
On Mon, 18 Nov 2024 07:27:07 GMT, Alan Bateman wrote: >> Kevin Walls has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains four additional >> commits

Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument

2024-11-18 Thread Kevin Walls
On Thu, 14 Nov 2024 13:03:28 GMT, Kevin Walls wrote: > Remove redundant SecurityManager, AccessController references > (following on from JDK-8338411: Implement JEP 486: Permanently Disable the > Security Manager). > > test/jdk/java/lang/instrument/ still passing. Thanks! - PR Co

Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument [v2]

2024-11-18 Thread Alan Bateman
On Mon, 18 Nov 2024 10:45:44 GMT, Kevin Walls wrote: >> Remove redundant SecurityManager, AccessController references >> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the >> Security Manager). >> >> test/jdk/java/lang/instrument/ still passing. > > Kevin Walls has updat

Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument

2024-11-15 Thread Alan Bateman
On Thu, 14 Nov 2024 13:03:28 GMT, Kevin Walls wrote: > Remove redundant SecurityManager, AccessController references > (following on from JDK-8338411: Implement JEP 486: Permanently Disable the > Security Manager). > > test/jdk/java/lang/instrument/ still passing. src/java.instrument/share/cla

Re: RFR: 8344187: Remove SecurityManager and related calls from java.lang.instrument

2024-11-15 Thread Kevin Walls
On Thu, 14 Nov 2024 14:53:44 GMT, Alan Bateman wrote: >> Remove redundant SecurityManager, AccessController references >> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the >> Security Manager). >> >> test/jdk/java/lang/instrument/ still passing. > > src/java.instrument/