RFR: 8277215: Remove redundancy in ReferenceProcessor constructor args

Stefan Johansson sjohanss at openjdk.java.net
Wed Nov 17 17:49:58 UTC 2021


On Tue, 16 Nov 2021 15:39:13 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Simple change of dropping one arg in the constructor.
> 
> Test: hotspot_gc

For Parallel where we always passed in `true` as `mt_degree` we will now get `_discovery_is_mt` = false for ParallelGCThreads = 1. Not sure if this matters, but it is a change in behavior, right?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6412



More information about the hotspot-gc-dev mailing list