8150045: arraycopy causes segfaults in SATB during garbage collection

Andrew Haley aph at redhat.com
Wed Feb 17 14:22:13 UTC 2016


This is a bug due to the abuse of default arguments in C++.  I, ah,
forgot to pass dest_uninitialized to the OOP arraycopy routines, so we
always scan the destination array, even though it contains garbage.

I also took the opportunity to do a little tidying-up.

http://cr.openjdk.java.net/~aph/8150045/

Andrew.


More information about the hotspot-dev mailing list