RFR: 8156731: aarch64: java/util/Arrays/Correct.java fails due to _generic_arraycopy stub routine
Felix Yang
felix.yang at linaro.org
Wed May 11 12:48:58 UTC 2016
Hi,
Please review webrev:
http://cr.openjdk.java.net/~fyang/8156731/webrev.00/
JIRA issue: https://bugs.openjdk.java.net/browse/JDK-8156731
As shown on the JIRA issue, jtreg test case
java/util/Arrays/Correct.java fails to pass.
After narrowing down, the issue is caused by _generic_arraycopy stub
routine.
Address calculation in this stub is not correct as compressed oops is
not considered here.
Patch also fixed a potential defect in generate_conjoint_copy stub routine.
Tested with jtreg hotspot and langtools. OK to push?
Thanks,
Felix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160511/47ac6109/attachment.html>
More information about the hotspot-compiler-dev
mailing list