|
Quick Lists
|
|
Bug ID:
|
6758633
|
|
Votes
|
0
|
|
Synopsis
|
G1: SEGV with GCOld on Linux
|
|
Category
|
hotspot:garbage_collector
|
|
Reported Against
|
b06
|
|
Release Fixed
|
hs14(b06)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
13-OCT-2008
|
|
Description
|
G1 crashes during young and full GCs on Linux.
Posted Date : 2008-10-13 06:43:43.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The apparent reason of the crash is concurrent resizing of a GrowableArray that is used as a storage for HeapRegionSeq, and reading from it. During the resize procedure multiple kinds of races are possible which all cause HeapRegionSeq corruption from reader's point of view.
Posted Date : 2008-10-13 06:43:43.0
http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/078b8a0d8d7c
Posted Date : 2008-10-14 10:59:43.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |