JDK-6186315 : C1 doesn't support multiple compile threads
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 6
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: sparc
  • Submitted: 2004-10-28
  • Updated: 2011-11-04
  • Resolved: 2011-11-04
Related Reports
Duplicate :  
Description
Should eventually make C1 thread safe

@prt-linux-q1-1$ run $jp/bin/java_g
VM option '+BackgroundCompilation'
VM option 'CICompilerCount=2'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/c1_Compilation.cpp:500]
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  Internal Error (/BUILD_AREA/jdk6.0/hotspot/src/share/vm/c1/c1_Compilation.cpp, 500), pid=11451, tid=5126
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-ea-b09-debug mixed mode)
#
# Error: assert(_arena == __null,"shouldn't only one instance of Compilation in existence at a time")
# An error report file with more information is saved as hs_err_pid11451.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
###@###.### 10/28/04 21:44 GMT