我是靠谱客的博主 仁爱草莓,这篇文章主要介绍a fatal error has been detected by the java_部署启动程序出现“A fatal error has been detected by the Java Run...,现在分享给大家,希望可以做个参考。

大致出现的问题如下

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

#

# Internal Error (c1_Optimizer.cpp:271), pid=1196, tid=4412

# guarantee(x_compare_res != Constant::not_comparable) failed: incomparable constants in IfOp

#

# JRE version: 6.0_45-b06

# Java VM: Java HotSpot(TM) Client VM (20.45-b01 mixed mode windows-x86 )

# An error report file with more information is saved as:

# D:Program Fileseclipse-jee-oxygen-R-win32eclipsehs_err_pid9188.log

#

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

# http://java.sun.com/webapps/bugreport/crash.jsp

#

原因是:JIT在做编译优化的时候处理 某个方法时出错。

如何知道自己哪个方法编译出错?

错误输出中会告诉你错误日志文件地址,如上:D:Program Fileseclipse-jee-oxygen-R-win32eclipsehs_err_pid9188.log

打开日志文件,THREAD输出下会有具体错误的Java类和方法,本例中内容为࿱

最后

以上就是仁爱草莓最近收集整理的关于a fatal error has been detected by the java_部署启动程序出现“A fatal error has been detected by the Java Run...的全部内容,更多相关a内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(114)

评论列表共有 0 条评论

立即
投稿
返回
顶部