JDK-6996136 : VM crash in src/share/vm/runtime/virtualspace.cpp:424
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs20,7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows,windows_7
  • CPU: generic,x86
  • Submitted: 2010-10-29
  • Updated: 2012-10-08
  • Resolved: 2010-11-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u25Fixed 7Fixed hs20Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Description
VM crashed with:

# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/tmp/jprt/P1/B/162337.kk1971/source/src/share/vm/runtime/virtualspace.cpp:424), pid=24833, tid=2
#  assert((_noaccess_prefix != 0) == (UseCompressedOops && _base != NULL && (size_t(_base + _size) > OopEncodingHeapMax) && Universe::narrow_oop_use_implicit_null_checks())) failed: noaccess_prefix should be used only with non zero based compressed oops
...
#
Current thread is 2
Dumping core ...

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/hotspot/rev/9de67bf4244d
04-12-2010

EVALUATION see comments
12-11-2010