JDK-7130677 : Tiered: assert(bci == 0 || 0<= bci && bci
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs23
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2012-01-17
  • Updated: 2012-01-17
  • Resolved: 2012-01-17
Related Reports
Duplicate :  
Description
Fastdebug VM crashes with the following assertion when trying to construct stack trace for an uncaught exception in Reference Handler thread:
#
#  Internal Error (/tmp/jprt/P1/085000.jcoomes/source/src/share/vm/oops/methodOop.cpp:508), pid=25769, tid=26
#  assert(bci == 0 || 0<= bci && bci<code_size()) failed: illegal bci
#