关于#不到#的问题,如何解决?

在网上查过说是jdk的问题,但是就是找不到问题
#

A fatal error has been detected by the Java Runtime Environment:

Internal Error (javaCalls.cpp:51), pid=8728, tid=0x0000000000001b94

guarantee(thread->is_Java_thread()) failed: crucial check - the VM thread cannot and must not escape to Java code

JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops)

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

An error report file with more information is saved as:

F:\�����ļ�\wushi_mro\hs_err_pid8728.log

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

Disconnected from the target VM, address: '127.0.0.1:62508', transport: 'socket'

你本地能复现,看是调用哪个api出现的问题,线上处理起来就事多了,jstack jmap这些混搭使用,才能定位代码

异常信息弄全一点,不行就卸载 jdk 重装。