RFR (jdk11/aarch64): Shenandoah: Fix unbalanced push/pop in arraycopy epilogue

Roman Kennke rkennke at redhat.com
Mon May 20 13:31:24 UTC 2019


I made a mistake in my recent arraycopy epilogue fix, which can leave
the registers push/pop unbalanced. We need to place the push and pop
symmetrically inside the slow-path block:

http://cr.openjdk.java.net/~rkennke/jdk11-fix-epilogue-2/webrev.00/

Testing: hotspot_gc_shenandoah still passes

Ok?

Roman



More information about the shenandoah-dev mailing list