Re: RFR: 8347842: ThreadPoolExecutor specification discusses RuntimePermission

2025-01-20 Thread Jaikiran Pai
On Thu, 16 Jan 2025 13:46:16 GMT, Viktor Klang wrote: > Removes ThreadPoolExecutor javadoc which mentions RuntimePermission. Hello Viktor, this change looks fine to me. On a related note, the `ForkJoinPool` class has this unused field: static volatile RuntimePermission modifyThreadPermission;

Re: RFR: 8347842: ThreadPoolExecutor specification discusses RuntimePermission

2025-01-16 Thread Alan Bateman
On Thu, 16 Jan 2025 13:46:16 GMT, Viktor Klang wrote: > Removes ThreadPoolExecutor javadoc which mentions RuntimePermission. Marked as reviewed by alanb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/23156#pullrequestreview-2556383329

RFR: 8347842: ThreadPoolExecutor specification discusses RuntimePermission

2025-01-16 Thread Viktor Klang
Removes ThreadPoolExecutor javadoc which mentions RuntimePermission. - Commit messages: - Removing reference to RuntimePermission in the ThreadPoolExecutor javadoc Changes: https://git.openjdk.org/jdk/pull/23156/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23156&range=00