Re: RFR: 8344773: SM cleanup in ForkJoinPool [v3]

2024-11-26 Thread Alan Bateman
On Mon, 25 Nov 2024 17:04:42 GMT, Doug Lea wrote: >> Complete the SM cleanup in java.util.concurrent that was deferred during >> other FJP updates > > Doug Lea has updated the pull request incrementally with one additional > commit since the last revision: > > Reinstate INITIAL_QUEUE_CAPACIT

Re: RFR: 8344773: SM cleanup in ForkJoinPool [v3]

2024-11-25 Thread Doug Lea
> Complete the SM cleanup in java.util.concurrent that was deferred during > other FJP updates Doug Lea has updated the pull request incrementally with one additional commit since the last revision: Reinstate INITIAL_QUEUE_CAPACITY; clarify FJWT javadoc - Changes: - all: https

Re: RFR: 8344773: SM cleanup in ForkJoinPool [v2]

2024-11-25 Thread Doug Lea
On Mon, 25 Nov 2024 10:23:36 GMT, Viktor Klang wrote: >> Doug Lea 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 >> sin

Re: RFR: 8344773: SM cleanup in ForkJoinPool [v2]

2024-11-25 Thread Alan Bateman
On Sun, 24 Nov 2024 18:33:34 GMT, Doug Lea wrote: >> Complete the SM cleanup in java.util.concurrent that was deferred during >> other FJP updates > > Doug Lea has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unrelated changes

Re: RFR: 8344773: SM cleanup in ForkJoinPool [v2]

2024-11-25 Thread Viktor Klang
On Sun, 24 Nov 2024 18:33:34 GMT, Doug Lea wrote: >> Complete the SM cleanup in java.util.concurrent that was deferred during >> other FJP updates > > Doug Lea has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unrelated changes

Re: RFR: 8344773: SM cleanup in ForkJoinPool [v2]

2024-11-24 Thread Doug Lea
> Complete the SM cleanup in java.util.concurrent that was deferred during > other FJP updates Doug Lea 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

Re: RFR: 8344773: SM cleanup in ForkJoinPool

2024-11-24 Thread Doug Lea
On Sat, 23 Nov 2024 12:08:24 GMT, Alan Bateman wrote: >> Complete the SM cleanup in java.util.concurrent that was deferred during >> other FJP updates > > src/java.base/share/classes/java/util/concurrent/ForkJoinWorkerThread.java > line 83: > >> 81: if (handler != null) >> 82:

Re: RFR: 8344773: SM cleanup in ForkJoinPool

2024-11-23 Thread Alan Bateman
On Fri, 22 Nov 2024 14:13:19 GMT, Doug Lea wrote: > Complete the SM cleanup in java.util.concurrent that was deferred during > other FJP updates src/java.base/share/classes/java/util/concurrent/ForkJoinWorkerThread.java line 83: > 81: if (handler != null) > 82: super.setUn

RFR: 8344773: SM cleanup in ForkJoinPool

2024-11-22 Thread Doug Lea
Complete the SM cleanup in java.util.concurrent that was deferred during other FJP updates - Commit messages: - Merge branch 'openjdk:master' into JDK-8344773 - Remove SecurityManager-related code; refactor resetThreadLocals Changes: https://git.openjdk.org/jdk/pull/22324/files