JDK-8265183 : [macos_aarch64] java/foreign/TestIntrinsics.java crashes with SIGBUS
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2021-04-14
  • Updated: 2021-05-24
  • Resolved: 2021-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b23Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8265235 :  
Description
java/foreign/TestIntrinsics.java fails intermittently:

[TestNG] Running:
  java/foreign/TestIntrinsics.java

test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@1a84eafa): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@176ce2d9): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@659e5a0a): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@50c79a9): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@54b1e653): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@602db931): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@6d55e222): success
test TestIntrinsics.testIntrinsics(TestIntrinsics$$Lambda$83/0x0000000800c22bd0@392ba7a2): success
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0xa) at pc=0x00000001098c11e0, pid=6109, tid=41475
#
# JRE version: Java(TM) SE Runtime Environment (17.0) (build 17-internal+0-LTS-2021-04-13-2249517.mikael.vidstedt.jdk)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17-internal+0-LTS-2021-04-13-2249517.mikael.vidstedt.jdk, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V  [libjvm.dylib+0x8c11e0]  _ZN21MarkActivationClosure12do_code_blobEP8CodeBlob+0x3c
#
# Core dump will be written. Default location: core.6109
#
Comments
Changeset: b92c5a44 Author: Anton Kozlov <akozlov@openjdk.org> Date: 2021-05-18 18:54:16 +0000 URL: https://git.openjdk.java.net/jdk/commit/b92c5a44f268c3a866fa6bc6f6218abc0457e689
18-05-2021

ILW = HLM = P3
20-04-2021