tomcat啓動報錯,A fatal error has been detected by the Java Runtime Environment:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (c1_Optimizer.cpp:271), pid=4560, tid=5860
#  guarantee(x_compare_res != Constant::not_comparable) failed: incomparable constants in IfOp
#
# JRE version: 6.0_33-b05
# Java VM: Java HotSpot(TM) Client VM (20.8-b03 mixed mode windows-x86 )
# An error report file with more information is saved as:
# D:\Program Files\tomcat6\bin\hs_err_pid4560.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

打開D:\Program Files\tomcat6\bin\hs_err_pid4560.log

有如下2行:

Current CompileTask:
C1:   5209 1448      org.hibernate.cfg.annotations.SimpleValueBinder.setType(Lorg/hibernate/reflection/XProperty;Lorg/hibernate/reflection/XClass;)V (933 bytes)

後來通過上網查找,得到如下解決方案,順利解決:

給jdk添加啓動參數:

-XX:CompileCommand=exclude,org/hibernate/cfg/annotations/SimpleValueBinder.setType


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章