[9] RFR(XS): 8176513 Poor code quality for ByteBuffers

Roland Westrelin rwestrel at redhat.com
Wed Mar 15 15:34:00 UTC 2017


> FYI I've just submitted the test batch.
>
> Slightly adjusted the fix as well:
>
> -          need_mem_bar = mismatched || can_access_non_heap;
> +          need_mem_bar = mismatched && !adr_type->isa_aryptr();

Thanks for fixing this and taking care of testing.

Roland.


More information about the hotspot-compiler-dev mailing list