JDK-6993141 : VMThread receives EXCEPTION_ACCESS_VIOLATION in DefNewGeneration::copy_to_survivor_space
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 6u18
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2010-10-19
  • Updated: 2011-01-12
  • Resolved: 2011-01-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
6u18Resolved
Related Reports
Relates :  
Relates :  
Description
Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07)
failed with the following stack trace:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8a4663, pid=5256, tid=3352
#
# JRE version: 6.0_18-b07
# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )


Stack: [0x041c0000,0x04210000],  sp=0x0420fb1c,  free space=13e0420f690k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0xa4663] ?copy_to_survivor_space@DefNewGeneration+0x13
V  [jvm.dll+0xdc551] ?oop_oop_iterate_nv@instanceKlass+0xa1
V  [jvm.dll+0x1aefb8] ?oop_since_save_marks_iterate_nv@ContiguousSpace+0x38
V  [jvm.dll+0xa375d] ?oop_since_save_marks_iterate_nv@DefNewGeneration+0x3d
V  [jvm.dll+0xc855a] ?oop_since_save_marks_iterate@GenCollectedHeap+0x1a
V  [jvm.dll+0xa3097] ?do_void@FastEvacuateFollowersClosure@DefNewGeneration+0x17
V  [jvm.dll+0xc9398] ?do_collection@GenCollectedHeap+0x3c8
V  [jvm.dll+0x7e7cb] ?satisfy_failed_allocation@GenCollectorPolicy+0xdb
V  [jvm.dll+0x1f442b] ?doit@VM_GenCollectForAllocation+0x3b
V  [jvm.dll+0x1f6ed3] ?evaluate@VM_Operation+0x33
V  [jvm.dll+0x1f615e] ?evaluate_operation@VMThread+0x5e
V  [jvm.dll+0x1f64ac] ?loop@VMThread+0x2bc
V  [jvm.dll+0x1f68d2] ?run@VMThread+0x62
V  [jvm.dll+0x17f9cc] ?java_start+0x8c
C  [msvcr71.dll+0x9565]
C  [kernel32.dll+0x4d0e9]
C  [ntdll.dll+0x419bb]
C  [ntdll.dll+0x4198e] 

The process ran for nearly 8 hours:

time: Mon Jun 21 17:26:59 2010
elapsed time: 25852 seconds

Comments
EVALUATION Closing this single-crash CR as not reproducible. Diagnostic options have been suggested in comments in case the issue reproduces.
12-01-2011