我正在尝试在Mac系统版本10.13.4(17E202)上编译JDK 9u源代码。这是源代码下载地址source code,我的Xcode版本是9.4版(9F1027a)
这是错误日志:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x000000010374b6d8, pid=67591, tid=9475
#
# JRE version: OpenJDK Runtime Environment (9.0.4) (slowdebug build 9.0.4-internal+0-adhoc.sa.jdk9u)
# Java VM: OpenJDK 64-Bit Server VM (slowdebug 9.0.4-internal+0-adhoc.sa.jdk9u, mixed mode, tiered, compressed oops, serial gc, bsd-amd64)
# Problematic frame:
# V [libjvm.dylib+0xd4b6d8] PerfData::~PerfData()+0x8
#
# Core dump will be written. Default location: /cores/core.67591
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
请告诉我如何解决。