RFR 8223774: Shenandoah: Refactor ShenandoahRootProcessor and family
Roman Kennke
rkennke at redhat.com
Thu May 16 13:30:25 UTC 2019
>> *) shenandoahArguments.cpp: this block is better be in
>> ShenandoahTraversalHeuristics?
>>
>> 186 if (strcmp(ShenandoahGCHeuristics, "traversal") == 0) {
>> 187 FLAG_SET_DEFAULT(ShenandoahConcurrentScanCodeRoots, false);
>> 188 }
>> 189
>
> We don't have this heuristic, let's do it in follow up RFE.
We do:
src/hotspot/share/gc/shenandoah/heuristics/shenandoahTraversalHeuristics.hpp
and
src/hotspot/share/gc/shenandoah/heuristics/shenandoahTraversalHeuristics.cpp
Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190516/f39c47b2/signature.asc>
More information about the hotspot-gc-dev
mailing list