RFR: JDK-8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at()

Erik Österlund erik.osterlund at oracle.com
Thu Aug 9 09:02:05 UTC 2018


Hi Roman,

Looks good. And it looks trivial to me.

Thanks,
/Erik

On 2018-08-09 10:50, Roman Kennke wrote:
> Asserts in objArrayKlass.cpp need to use _raw variants of obj_at_addr()
> (in ObjArrayKlass::copy_array), otherwise they go through resolve() and
> may get a different copy of the array, and fail the assert.
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8204969
> Webrev:
> http://cr.openjdk.java.net/~rkennke/JDK-8204969/webrev.00/
>
> Can I get a review? Also, does it qualify as trivial?
>
> Thanks!
> Roman




More information about the hotspot-gc-dev mailing list