RFR: 8277215: Remove redundancy in ReferenceProcessor constructor args
Albert Mingkun Yang
ayang at openjdk.java.net
Wed Nov 17 18:30:37 UTC 2021
On Wed, 17 Nov 2021 17:46:55 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:
> it is a change in behavior
The value of `_discovery_is_mt` is different, but the external behavior is the same. `ReferenceProcessor::get_discovered_list` will have `id == 0` in both cases, returning the same discovered list.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6412
More information about the hotspot-gc-dev
mailing list