Integrated: 8247251: Assert (_pcs_length == 0 || last_pc()->pc_offset() < pc_offs…

Vladimir Kozlov kvn at openjdk.java.net
Tue Sep 22 15:44:50 UTC 2020


On Sun, 20 Sep 2020 23:00:23 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Fix frame state recording for System.arraycopy() intrinsic. This is port of Graal fix:
> https://github.com/oracle/graal/commit/438a7cb0257
> 
> Graal unit test ArrayCopyIntrinsificationTest.java is updated to catch this case.
> 
> I ran tier1 and tier3-graal testing. I also ran CodeCacheInfoOnCompilation/Test.java and c2/Test6603011.java jtreg
> tests 100 times in Mach5 and got 6 failures with latest JDK. With fix tests passed.

This pull request has now been integrated.

Changeset: 24e12b38
Author:    Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/24e12b38
Stats:     49 lines in 6 files changed: 2 ins; 37 del; 10 mod

8247251: Assert (_pcs_length == 0 || last_pc()->pc_offset() < pc_offs…

Co-authored-by: Tom Rodriguez <never at openjdk.org>
Reviewed-by: never

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

PR: https://git.openjdk.java.net/jdk/pull/272


More information about the hotspot-compiler-dev mailing list