RFR: 8326421: Add jtreg test for large arrayCopy disjoint case.

Aleksey Shipilev shade at openjdk.org
Thu Feb 22 13:54:53 UTC 2024


On Thu, 22 Feb 2024 13:01:50 GMT, Swati Sharma <duke 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

There is already a large suite of arraycopy tests here:
 https://github.com/openjdk/jdk/tree/master/test/hotspot/jtreg/compiler/arraycopy/stress

Any reason for not extending that one instead?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17962#issuecomment-1959494745


More information about the hotspot-compiler-dev mailing list