Integrated: 8256924: ppc, ppcle, s390: JVM crashes at VM init after JDK-8254231

Martin Doerr mdoerr at openjdk.java.net
Tue Nov 24 16:27:54 UTC 2020


On Tue, 24 Nov 2020 14:46:07 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Some parts of methodHandles_<platform>.cpp and sharedRuntime_<platform>.cpp are missing. VM is crashing because vmIntrinsics::_invokeBasic is not yet handled.
> Note that C2 compiler still has issues on PPC64.

This pull request has now been integrated.

Changeset: 3b3e90ec
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3b3e90ec
Stats:     25 lines in 4 files changed: 21 ins; 0 del; 4 mod

8256924: ppc, ppcle, s390: JVM crashes at VM init after JDK-8254231

Reviewed-by: shade

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

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


More information about the hotspot-compiler-dev mailing list