[16] RFR(S): 8248791: sun/util/resources/cldr/TimeZoneNamesTest.java fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing

Tobias Hartmann tobias.hartmann at oracle.com
Thu Aug 13 08:21:40 UTC 2020


On 13.08.20 08:41, Tobias Hartmann wrote:
> what about other allocations that are marked as 'complete_with_arraycoppy'? Not all of them use an
> ArrayCopyNode for the actual initialization and therefore find_array_copy_clone will return false.
> For example, LibraryCallKit::inline_string_copy.
> 
> Can't you just check if InitializeNode::is_complete_with_arraycopy is set?

Okay, please ignore that. I've noticed that only the clone intrinsic respects ReduceBulkZeroing.

Your fix looks good to me.

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list