JVM Crashes while processing SimpleValueBinder annotation of Hibernate
Issue
-
While running Hibernate based application it is noticed that JVM crashes while processing the
"setType"method of"org.hibernate.cfg.annotations.SimpleValueBinder"class. -
"hs_err_pid.log"File content is something like following:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (c1_Optimizer.cpp:271), pid=7988, tid=10916
# guarantee(x_compare_res != Constant::not_comparable) failed: incomparable constants in IfOp
#
# JRE version: 6.0_35-b10
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.10-b01 mixed mode windows-amd64 compressed oops)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x000000000b906800): JavaThread "C1 CompilerThread9" daemon [_thread_in_native, id=10916, stack(0x000000000d6c0000,0x000000000d7c0000)]
Stack: [0x000000000d6c0000,0x000000000d7c0000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
Current CompileTask:
C1: 7670 6490 2 org.hibernate.cfg.annotations.SimpleValueBinder.setType(Lorg/hibernate/annotations/common/reflection/XProperty;Lorg/hibernate/annotations/common/reflection/XClass;)V (936 bytes)
.
.
.
Environment
- Java Development Kit (JDK)
- 1.6.x
- Hibernate
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
