RFR: JDK-8238643: ARM32 build fails after JDK-8230199

Boris Ulasevich boris.ulasevich at bell-sw.com
Wed Feb 12 22:29:41 UTC 2020


Good question! I think T_OBJECT is Ok here.
This code normalizes fingerprints to reduce the number of native calls
adapters.
Array and object parameters are passed similarly, it makes possible to
share the same adapter.

thanks,
Boris

On Wed, Feb 12, 2020 at 12:24 PM Aleksey Shipilev <shade at redhat.com> wrote:

> On 2/12/20 10:08 AM, Boris Ulasevich wrote:
> > http://cr.openjdk.java.net/~bulasevich/8238643/webrev.00
>
> *) Shouldn't this fella be T_ARRAY? Not sure.
>
>   68   T_OBJECT, // array
>
> Otherwise looks good.
>
> --
> Thanks,
> -Aleksey
>
>


More information about the hotspot-runtime-dev mailing list