RFR: 8331935: Add support for primitive array C1 clone intrinsic in PPC

Varada M varadam at openjdk.org
Thu May 16 15:27:03 UTC 2024


On Thu, 16 May 2024 14:24:56 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> I got test failures on AIX which need investigation: compiler/c2/Test6910605_2.java assert(oopDesc::is_oop(s)) failed: JVM_ArrayCopy: src not an oop

Hi @TheRealMDoerr , this test failure was not showing for me. 
I retested with 'JAVA_OPTIONS=-XX:TieredStopAtLevel=1' and the test is passing


==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR   
   jtreg:test/hotspot/jtreg/compiler/c2/Test6910605_2.java
                                                         1     1     0     0   
==============================
TEST SUCCESS

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

PR Comment: https://git.openjdk.org/jdk/pull/19250#issuecomment-2115543767


More information about the hotspot-compiler-dev mailing list