JDK-7005615 : G1: crash in objArrayKlass::objarray_follow_contents (class oopDesc *, int)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs20
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-12-09
  • Updated: 2013-09-18
  • Resolved: 2011-01-26
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 7
7Resolved
Related Reports
Duplicate :  
Relates :  
Description
VM crashed on windows-i586:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x73ab9e21, pid=34716, tid=83992
#
# JRE version: 7.0-b119
# Java VM: Java HotSpot(TM) Server VM (20.0-b03 mixed mode windows-x86 )
# Problematic frame:
# V  [jvm.dll+0x289e21]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Stack: [0x4d5e0000,0x4d630000],  sp=0x4d62f29c,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x289e21];;  void objArrayKlass::objarray_follow_contents<class oopDesc *> (class oopDesc *, int) (+0x81)
V  [jvm.dll+0x2bb570];;  void objArrayKlass::oop_follow_contents(class oopDesc *) (+0x20)
V  [jvm.dll+0x289f92];;  MarkSweep::follow_stack(void) (+0xc2)
V [jvm.dll+0x28a3d1];; public: virtual void __thiscall MarkSweep::FollowRootClosure::do_oop(class oopDesc * *) (+0x51)
V [jvm.dll+0x15fc7b];; public: virtual void __thiscall InterpreterFrameClosure::offset_do(int) (+0x3b)
V [jvm.dll+0x2c12ca];; public: void __thiscall InterpreterOopMap::iterate_oop(class OffsetClosure *) (+0x4a)
V [jvm.dll+0x160954];; public: void __thiscall frame::oops_interpreted_do(class OopClosure *, class RegisterMap const *, bool) (+0x2d4)
V [jvm.dll+0x160a42];; private: void __thiscall frame::oops_do_internal(class OopClosure *, class CodeBlobClosure *, class RegisterMap *, bool) (+0x22)
V [jvm.dll+0x3587b3];; public: void __thiscall JavaThread::oops_do(class OopClosure *, class CodeBlobClosure *) (+0x153)
V [jvm.dll+0x358dae];; public: static void __cdecl Threads::possibly_parallel_oops_do(class OopClosure *, class CodeBlobClosure *) (+0x3e)
V [jvm.dll+0x30772a];; public: void __thiscall SharedHeap::process_strong_roots(bool, \{0}, enum {1}::ScanningOption, class OopClosure *, class CodeBlobClosure *, class OopsInGenClosure *) (+0x8a)
V [jvm.dll+0x17099e];; private: static void __cdecl G1MarkSweep::mark_sweep_phase1(bool &, bool) (+0x3e)
V [jvm.dll+0x170e3c];; public: static void __cdecl G1MarkSweep::invoke_at_safepoint(class ReferenceProcessor *, bool) (+0x6c)
V [jvm.dll+0x168bfc];; protected: void __thiscall G1CollectedHeap::do_collection(bool, \{0}, unsigned int) (+0x36c)
V [jvm.dll+0x168f43];; protected: class HeapWord * __thiscall G1CollectedHeap::satisfy_failed_allocation(unsigned int) (+0x23)
V [jvm.dll+0x3821b3];; public: virtual void __thiscall VM_G1CollectForAllocation::doit(void) (+0x23)
V [jvm.dll+0x381e15];; public: void __thiscall VM_Operation::evaluate(void) (+0x35)
V [jvm.dll+0x38106e];; private: void __thiscall VMThread::evaluate_operation(class VM_Operation *) (+0x5e)
V [jvm.dll+0x38139a];; public: void __thiscall VMThread::loop(void) (+0x29a)
V [jvm.dll+0x381802];; public: virtual void __thiscall VMThread::run(void) (+0x62)
V [jvm.dll+0x2c8329];; unsigned int __stdcall java_start(class Thread *) (+0x99)
C  [msvcr100.dll+0x5c6de]
C  [msvcr100.dll+0x5c788]
C  [kernel32.dll+0x8eccb]
C  [ntdll.dll+0x7d24d]
C  [ntdll.dll+0x7d45f]

Comments
EVALUATION Duplicate of 6994851 - caused by a race between humongoius object allocation/initialization and the zero filling thread.
26-01-2011