RFR: 8326421: Add jtreg test for large arrayCopy disjoint case.
Swati Sharma
duke at openjdk.org
Tue Apr 2 12:40:00 UTC 2024
On Wed, 27 Mar 2024 17:02:06 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Hi All,
>>
>> Added a new jtreg test case for large arrayCopy disjoint case.
>> This will test byte array copy operation for aligned and non aligned cases with array length greater than 2.5MB.
>>
>> Please review and provide your feedback.
>>
>> Thanks,
>> Swati
>> Intel
>
> test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyDisjointLarge.java line 29:
>
>> 27: /**
>> 28: * @test
>> 29: * @bug 8310159
>
> Suggestion:
>
> * @bug 8326421
>
> Was there a reason for the other bug number? I think usually we use the bug number of the issue where the test is added. I might be wrong.
@eme64 This test is to cover the functionality correctness of the issue JDK-8310159, If you suggest this should cover a general scenario I can add the bug number of the issue itself i.e 8326421. Please let me know.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17962#discussion_r1547798819
More information about the hotspot-compiler-dev
mailing list