[8u] RFR: 8249677: Regression after JDK-8237117: Better ForkJoinPool behavior
Andrew Hughes
gnu.andrew at redhat.com
Mon Jul 20 14:09:29 UTC 2020
On 20/07/2020 09:37, Anton Kozlov wrote:
> On 20.07.2020 08:40, Chris Hegarty wrote:
>> A solution that reverts the change to the protected constructor, and adds a package-private constructor that does the necessary ACC restricting, in a similar way to that of the code in 11u, would appear most appropriate here.
>
> Thank you for the comment, I've prepared a fix that follows this way:
>
> http://cr.openjdk.java.net/~akozlov/8249677/webrev.00/
>
> The change also brings consistency with observable jdk11u logic. The test case from lucene-solr passes after applying this, as well as Test.java supplied to the bug.
>
> Could you please review the change?
>
> Thanks,
> Anton
>
Ok, we're looking at this within the vulnerability group and will get
back to you. I don't think a public list is the place to discuss this in
depth.
One comment I would make is it would be a good idea to add a comment
along the lines of that in 11u:
+ * Version for use by the default pool.This is a
+ separate constructor to avoid affecting the protected +
constructor.
Thanks,
--
Andrew :)
Senior Free Java Software Engineer
OpenJDK Package Owner
Red Hat, Inc. (http://www.redhat.com)
PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
More information about the jdk8u-dev
mailing list