RFR: 8273541: Cleaner Thread creates with normal priority instead of MAX_PRIORITY - 2
kabutz
github.com+332398+kabutz at openjdk.java.net
Fri Sep 10 19:24:56 UTC 2021
On Fri, 10 Sep 2021 14:08:05 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> > This looks good. @cl4es might want to confirm that change was not intentional.
>
> Completely unintentional, and perplexing since it's not a simple copy-paste error..
The thread priorities in Java are the wrong way round, (high is 10, low is 1) so I was not surprised by this mistake.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5439
More information about the core-libs-dev
mailing list