compiler/intrinsics/bigInteger/TestMulAdd.java test run with AOTed jdk.base crashes with SIGSEGV:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=30403, tid=30461
#
# JRE version: Java(TM) SE Runtime Environment (10.0) (fastdebug build 10-internal+0-2017-10-19-0449181.katya.hs10.consolidated.new)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 10-internal+0-2017-10-19-0449181.katya.hs10.consolidated.new, mixed mode, aot, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
#
[error occurred during error reporting (printing problematic frame), id 0xb]
See full hs_err files attached.
compiler/intrinsics/bigInteger/TestMulAdd.java crashes only when jdk.base is AOTed without '--compile-for-tiered' flag.
Another test which crashes the same way is runtime/SharedArchiveFile/TestInterpreterMethodEntries.java.
It crashes no matter if '--compile-for-tiered' was used or not.
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=30403, tid=30461
#
# JRE version: Java(TM) SE Runtime Environment (10.0) (fastdebug build 10-internal+0-2017-10-19-0449181.katya.hs10.consolidated.new)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 10-internal+0-2017-10-19-0449181.katya.hs10.consolidated.new, mixed mode, aot, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
#
[error occurred during error reporting (printing problematic frame), id 0xb]
See full hs_err files attached.
compiler/intrinsics/bigInteger/TestMulAdd.java crashes only when jdk.base is AOTed without '--compile-for-tiered' flag.
Another test which crashes the same way is runtime/SharedArchiveFile/TestInterpreterMethodEntries.java.
It crashes no matter if '--compile-for-tiered' was used or not.
- duplicates
-
JDK-8171052 [AOT] Support cross-compilation
- Closed
- relates to
-
JDK-8216180 [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
- Resolved
-
JDK-8207360 [AOT] JVM crashes in runtime/SharedArchiveFile/TestInterpreterMethodEntries.java
- Closed