JDK-6889344 : JVM crash at ParMarkBitMap::live_words_in_range
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 5.0u8,5.0u19,5.0u21
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2009-10-07
  • Updated: 2010-11-17
  • Resolved: 2010-06-03
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.
Other Other
5.0u24-rev b08Fixed 5.0u25Fixed
Related Reports
Relates :  
Relates :  
Description
core data location: /net/cores.central/cores/dir14/66211432/01oct/Server10

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x68db24] unsigned ParMarkBitMap::live_words_in_range(HeapWord*,oopDesc*)const+0x110
V  [libjvm.so+0x6a7170] void PSParallelCompact::adjust_pointer(oopDesc**,int)+0x38
V  [libjvm.so+0x439b20] int constantPoolKlass::oop_update_pointers(ParCompactionManager*,oopDesc*)+0x74
V  [libjvm.so+0x6a77b0] void PSParallelCompact::update_not_updated(ParCompactionManager*,PSParallelCompact::SpaceId)+0x1d4
V  [libjvm.so+0x6a658c] void PSParallelCompact::compact_perm(ParCompactionManager*)+0xc0
V  [libjvm.so+0x6a5438] void PSParallelCompact::invoke_no_policy(int*,int)+0x3bcV  [libjvm.so+0x2b3f14] void PSScavenge::invoke(int*)+0x1a4
V  [libjvm.so+0x2b4c48] HeapWord*ParallelScavengeHeap::failed_mem_allocate(int*,unsigned,int,int)+0xc4
V  [libjvm.so+0x2b4f68] void VM_ParallelGCFailedAllocation::doit()+0xac
V  [libjvm.so+0x2a837c] void VM_Operation::evaluate()+0x88
V  [libjvm.so+0x36e1ec] void VMThread::run()+0x6e8
V  [libjvm.so+0x684e04] void*_start(void*)+0x210

dbx> mainargs
main's fp =  0xffbfdb10
argc =  35
argv =  0xffbfdb74
envp = 0xffbfdc04
Arguments:
0xffbfdd94:     "/opt/bea10/jdk1.5.0_19/bin/java"
0xffbfddb4:     "-Dweblogic.Name=SOAServer10"
0xffbfddd0:     "-Xms2048m"
0xffbfddda:     "-Xmx2048m"
0xffbfdde4:     "-XX:NewSize=384m"
0xffbfddf5:     "-XX:MaxNewSize=384m"
0xffbfde09:     "-XX:PermSize=256m"
0xffbfde1b:     "-XX:MaxPermSize=256m"
0xffbfde30:     "-server"
0xffbfde38:     "-Xss128k"
0xffbfde41:     "-XX:+UseParallelGC"
0xffbfde54:     "-XX:ParallelGCThreads=8"
0xffbfde6c:     "-XX:CompileCommand=exclude,weblogic/jms/common/CDS,ddLookup"
0xffbfdea8:     "-XX:ReservedCodeCacheSize=64M"
0xffbfdec6:     "-XX:MaxTenuringThreshold=3"
0xffbfdee1:     "-XX:LargePageSizeInBytes=4m"
0xffbfdefd:     "-XX:SurvivorRatio=20"
0xffbfdf12:     "-XX:+UseParallelOldGC"

Comments
EVALUATION it is a dup of 6324874. Customer tested binary with the fix based on 5.0u21 and confirmed.
01-12-2009