RE: Crashes on ppc/s390 after 8231441: AArch64: Initial SVE backend support

2020-09-06 Thread Ningsheng Jian
Hi Goetz, I am sorry about that and thanks for helping to identify the issue. As I cannot reproduce this on x86 and AArch64, a quick guess is that I may have missed the code like: diff --git a/src/hotspot/share/opto/type.cpp b/src/hotspot/share/opto/type.cpp index 2f4047dfa8e..f7d2f5b2320 10064

Crashes on ppc/s390 after 8231441: AArch64: Initial SVE backend support

2020-09-06 Thread Lindenmaier, Goetz
Hi Since that change was pushed, the vm crashes in the build: To suppress the following error report, specify this argument # after -XX: or in .hotspotrc: SuppressErrorAt=/type.cpp:1022 # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (/usr/work/... /share

Re: RFC: 8229469 JEP 386: Alpine Linux/x64 Port

2020-09-06 Thread Alan Bateman
On 04/09/2020 21:55, Aleksei Voitylov wrote: Alan, here is a simpler version which, for the two tests in question, refers to a local helper class with a native method: http://cr.openjdk.java.net/~avoitylov/webrev.8247589.07/ If there is a preference to avoid JNI, there is yet another alternati