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

Aleksey Shipilev shade at redhat.com
Thu Feb 13 07:40:12 UTC 2020


Okay then. As long as that was intentional.

Thanks,
-Aleksey

On 2/12/20 11:29 PM, Boris Ulasevich wrote:
> 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 <mailto: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.



More information about the hotspot-runtime-dev mailing list