JDK-6718503 : JVM core dump - Internal Error (frame_sparc.cpp:505
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs13,6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2008-06-24
  • Updated: 2010-04-02
  • Resolved: 2008-11-17
Related Reports
Duplicate :  
Description
While running the SPECjAppServer2004 benchmark, the JVM dumped core and generate the following error in: hs_err_pid25929.log

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  Internal Error (frame_sparc.cpp:505), pid=25929, tid=81
#  Error: guarantee(Thread::current() == (Thread*)thread,"only current thread can flush its registers")
#
# Java VM: Java HotSpot(TM) Server VM (10.0-b19 mixed mode solaris-sparc)
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

error log and core dump located at: /net/proton.east/export2/work/JVM_core_dump/

May be related to CR 6649401

Comments
WORK AROUND Add "-XX:-UseBiasedLocking" to see whether the seen crash is gone or not.
25-11-2008