[16] RFR(S): 8248791: sun/util/resources/cldr/TimeZoneNamesTest.java fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing
Christian Hagedorn
christian.hagedorn at oracle.com
Thu Aug 13 10:17:54 UTC 2020
Thank you Tobias for your careful review!
Best regards,
Christian
On 13.08.20 10:21, Tobias Hartmann wrote:
>
> 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