RFR: 8256857: ARM32 builds broken after JDK-8254231 [v3]

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 24 08:57:56 UTC 2020


On Mon, 23 Nov 2020 18:23:18 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> @shipilev Done. Though I'm not a `jdk` Reviewer, so another review is needed for this PR.
>> 
>> But, as the person most familiar with the code, it looks good to me.
>
> Thanks @JornVernee, no problem. Anyone to formally ack this? Let's unbreak more builds!

Current patch makes ARM builds pass, but then it fails at runtime with:

# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/home/pi/jdk/src/hotspot/cpu/arm/methodHandles_arm.cpp:233), pid=21071, tid=21076
#  assert(ref_kind != 0 || iid == vmIntrinsics::_invokeBasic) failed: must be _invokeBasic or a linkTo intrinsic

Let me try and fix that too.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1383


More information about the hotspot-compiler-dev mailing list