RFR (xs) 8075967: Zero interpreter asserts for SafeFetch<32, N> calls in ObjectMonitor
David Holmes
david.holmes at oracle.com
Wed Mar 25 23:59:03 UTC 2015
Hi Coleen,
Why generate stubs that can't be used and then add zero-specific logic
to the shared CanUseSafeFetchN instead of not generating the stubs so
that CanUseSafeFetchN will return false anyway ??
Thanks,
David
On 26/03/2015 3:53 AM, Coleen Phillimore wrote:
> Summary: Implement SafeFetchX unsafely and make CanUseSafeFetchX false
> for Zero
>
> Also, this fixes a couple other minor issues.
>
> Ran jdk9 jck tests with one timeout. hotspot/runtime jtreg tests don't
> run because Zero doesn't support UseCompressedOops (not sure why) and
> CDS (know why).
>
> open webrev at http://cr.openjdk.java.net/~coleenp/8075967/
> bug link https://bugs.openjdk.java.net/browse/JDK-8075967
>
> Thanks,
> Coleen
More information about the hotspot-dev
mailing list