RFR: 8302850: Implement C1 clone intrinsic that reuses arraycopy code for primitive arrays [v10]
Galder Zamarreño
galder at openjdk.org
Fri Apr 19 07:49:00 UTC 2024
On Fri, 19 Apr 2024 05:59:34 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> Galder Zamarreño has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Use vmIntrinsics instead of vmIntrinsicID
>> - Fix formatting
>
> Tests result is clean on s390x as well.
>
>
> command: make test TEST="hotspot_compiler" JTREG="JAVA_OPTIONS=-XX:TieredStopAtLevel=1"
>
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> jtreg:test/hotspot/jtreg:hotspot_compiler 1167 1167 0 0
> ==============================
> TEST SUCCESS
>
>
>
> command: make run-test-tier1
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
>>> jtreg:test/hotspot/jtreg:tier1 2153 2151 2 0 <<
>>> jtreg:test/jdk:tier1 2359 2357 2 0 <<
> jtreg:test/langtools:tier1 4477 4477 0 0
> jtreg:test/jaxp:tier1 0 0 0 0
> jtreg:test/lib-test:tier1 33 33 0 0
> ==============================
> TEST FAILURE
>
>
> The failures in `tier1` were not related to this PR. Let me know if more testing is required.
> CC:@reallucy
Thanks for testing @offamitkumar @RealFYang 😀
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17667#issuecomment-2065988991
More information about the hotspot-compiler-dev
mailing list