A fatal error has been detected by the Java Runtime Environment:
Internal Error (sharedRuntime.cpp:531), pid=2424, tid=7427
Error: ShouldNotReachHere()
JRE version: OpenJDK Runtime Environment (16.0+14) (build 16+14)
Java VM: OpenJDK 64-Bit Server VM (16+14, mixed mode, tiered, compressed oops, g1 gc, bsd-aarch64)
No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
If you would like to submit a bug report, please visit: https://bugreport.java.com/bugreport/crash.jsp
--------------- T H R E A D --------------- Current thread (0x000000015400be00): JavaThread "main" [_thread_in_Java, id=7427, stack(0x000000016d7b0000,0x000000016d9b3000)] Stack: [0x000000016d7b0000,0x000000016d9b3000], sp=0x000000016d9b1750, free space=2053k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.dylib+0x9b4130] VMError::report_and_die(int, char const*, char const*, char*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long)+0x46c V [libjvm.dylib+0x9b4884] VMError::report_and_die(Thread*, void*, char const*, int, char const*, char const*, char*)+0x40 V [libjvm.dylib+0x2ad690] report_vm_error(char const*, int, char const*, char const*, ...)+0x5c V [libjvm.dylib+0x2ad864] report_should_not_reach_here(char const*, int)+0x2c V [libjvm.dylib+0x818d4c] SharedRuntime::raw_exception_handler_for_return_address(JavaThread*, unsigned char*)+0x178 V [libjvm.dylib+0x818df0] SharedRuntime::exception_handler_for_return_address(JavaThread*, unsigned char*)+0x28 v ~StubRoutines::forward exception j java.lang.Class.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+43 java.base@16
烦得很...用 brew 重装也一样
1
gxy2825 2021 年 5 月 25 日
刚准备更新,还好来 v 站看了一眼,兄弟保重
|
2
stimw OP 要疯了,安装 azul 的 jdk16 也一样
|
3
yihy8023 2021 年 5 月 25 日 via iPhone
正在更新中,别吓我呀
|
4
stimw OP 有老哥更新完没问题的么。。我是解决不掉了,如果有人没问题我就直接重装了
|
6
yihy8023 2021 年 5 月 25 日 via iPhone
@stimw 没有问题呀,
❯ java -version openjdk version "1.8.0_282" OpenJDK Runtime Environment (Zulu 8.52.0.23-CA-macos-aarch64) (build 1.8.0_282-b08) OpenJDK 64-Bit Server VM (Zulu 8.52.0.23-CA-macos-aarch64) (build 25.282-b08, mixed mode) |
8
devinww 2021 年 5 月 25 日
有没有用 8 的。。
|
9
wellsc 2021 年 5 月 25 日
sdkman 安装试试
|
10
Ayanokouji 2021 年 5 月 25 日
11.4 jdk16 没问题
|
11
Ayanokouji 2021 年 5 月 25 日
我的是 intel 的
|
12
stimw OP 更新一下,重装系统依然没有用
|
13
stimw OP @Ayanokouji intel 应该没问题。。m1 真是🐴没了
|
14
stimw OP 暂时的解决方法:千万不要安装 jdk16 !!!安装 15 !!!
|
15
mons 2021 年 5 月 25 日
M1 11.4 Zulu JDK 16 没问题
java -version openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment Zulu16.30+15-CA (build 16.0.1+9) OpenJDK 64-Bit Server VM Zulu16.30+15-CA (build 16.0.1+9, mixed mode) |
16
MrKrabs 2021 年 5 月 25 日
我觉得 m1 就别第一时间升系统了
|
17
DinnyXu 2021 年 5 月 25 日
open jdk 的适配率还是不够高,就平常的项目使用 open jdk 启动都还有报错,跟系统没有原因
|
19
czwen1993 2021 年 5 月 25 日
邪了,我没更新,但今天也出现类似的问题
No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 然后我执行 ulimit -c unlimited 好像就没出现了。 不过我是 intel 。 |
21
Mitt 2021 年 5 月 25 日 via iPhone
m1 复现😵💫
|
22
Mitt 2021 年 5 月 25 日
但目测应该是 jdk 自己做了啥硬核判断,日志里显示 ClassNotFound
|
23
haiironezumi 2021 年 5 月 25 日
环境
openjdk 11.0.10 2021-01-19 LTS OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS) OpenJDK 64-Bit Server VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode) 测试没问题 测试程序 MARS MISP Assembly Runtime Simulator JDK JRE 一定要用 LTS 版! |
24
bugprogrammer 2021 年 5 月 25 日
11.5 beta 凑个热闹
java --version openjdk 16.0.1 2021-04-20 OpenJDK Runtime Environment Zulu16.30+15-CA (build 16.0.1+9) OpenJDK 64-Bit Server VM Zulu16.30+15-CA (build 16.0.1+9, mixed mode) |
25
bugprogrammer 2021 年 5 月 25 日
m1 下测试的
|
26
stimw OP 我去提问后有人回答我了:
Using the java11 / openjdk@11 brew formula got me going for now. Did a bit more digging and saw this referenced over at the openjdk issue tracker: https://bugs.openjdk.java.net/browse/JDK-8267235 There is currently a github issue over at https://github.com/Homebrew/homebrew-core/issues/77954 reporting the issue for what is installed by the brew formula itself. It looks like there may be some pull requests already so expect it to be resolved soon. |
27
stimw OP |
28
bugprogrammer 2021 年 5 月 26 日
@stimw 可能我直接升级到 11.5 beta 规避了这个坑?
|