Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6782820
Votes 0
Synopsis Server VM fails with "unhandled implicit exception in compiled code" assertion
Category hotspot:compiler2
Reported Against b08
Release Fixed hs14(b10), 7(b43) (Bug ID:2171025) , 6u14(b01) (Bug ID:2172873)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 6773078 , 6787050
Submit Date 09-DEC-2008
Description
Server VM fails with following assertion
#  Internal Error (nmethod.cpp:1836), pid=9523, tid=1189669184
#  Error: guarantee(cont_offset != 0,"unhandled implicit exception in compiled code")
in both 32 and 64 bit jvm.
Posted Date : 2008-12-09 16:59:51.0
Work Around
N/A
Evaluation
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/dd70dd4c91de
Posted Date : 2008-12-16 23:16:08.0

Comment added by paalst(  xxxxx@xxxxx  ) : 
We still get this error with hs14-b16, 64bit vm on Redhat Linux, with -XX:+UseCompressedOops set. See bug #6826736. Please let me know if you need my hs_err files.

Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)
Posted Date : 2009-06-12 16:52:30.0

The bug #6826736 is GC problem and it fails differently.

Yes, please, send hs_err files and if possible the test to reproduce the problem.
Posted Date : 2009-06-12 16:52:30.0
Comments
  
  Include a link with my name & email   

Submitted On 11-JUN-2009
paalst
We still get this error with hs14-b16, 64bit vm on Redhat Linux, with -XX:+UseCompressedOops set. Se bug #6826736. Please let me know if you need my hs_err files.

Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)


Submitted On 17-JUN-2009
paalst
We're not able to reproduce at will. It happened two times in two days in our production environment, before we removed the UseCompressedOops option (hasn't happened since). Don't know how to upload attachments so put the files here: http://www.paal.net/sun


Submitted On 30-JUL-2009
I have also encountered this problem on JRE Version 6.014-b08 without the -X:+UseCompressedOops set. I have a hs_err file which I can send you if you tell me where to send it.


Submitted On 17-AUG-2009
Austrian_Hias
I encountered this problem using JDK 6.0_16-b01 3x in the last two days without the -X:+UseCompressedOops set. hs_err files available if wanted + one loggc file. 


Submitted On 30-AUG-2009
dave_sitsky
I'm not sure if this is related to bug 6803730, but I still get this exact crash, 100% reproduceable.  Here are some more details:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (nmethod.cpp:1836), pid=5560, tid=5548
#  Error: guarantee(cont_offset != 0,"unhandled implicit exception in compiled code")
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode windows-amd64 )
# 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 (0x000000000016f000):  JavaThread "main" [_thread_in_Java, id=5548, stack(0x0000000000030000,0x0000000000130000)]

Stack: [0x0000000000030000,0x0000000000130000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]

Ran with these flags:

-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -Dsun.java2d.d3d=false 

I can provide more information if required.



PLEASE NOTE: JDK6 is formerly known as Project Mustang