RFR: 8347842: ThreadPoolExecutor specification discusses RuntimePermission
Jaikiran Pai
jpai at openjdk.org
Mon Jan 20 10:54:36 UTC 2025
On Thu, 16 Jan 2025 13:46:16 GMT, Viktor Klang <vklang at openjdk.org> 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;
which I suspect can be removed too.
-------------
Marked as reviewed by jpai (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/23156#pullrequestreview-2562047544
More information about the core-libs-dev
mailing list