JVM crash
806203Oct 18 2010 — edited Oct 18 2010Hi
I have developped a java desktop application using Swing
My application was working fine but after 2 houres , the JVM crashes and i get this error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (sharedRuntime.cpp:933), pid=5072, tid=4288
# Error: guarantee((retry_count++ < 100),"Could not resolve to latest version of redefined method")
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode, sharing windows-x86 )
# An error report file with more information is saved as:
# D:\Documents and Settings\Administrateur\Bureau\18 OCT 2010\hs_err_pid5072.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
What may be the cause of this crash?