JDK-6988210 : gc/gctests/ManyObjects VM crashes with growableArray.cpp. Out of swap space?
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs19
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: x86
  • Submitted: 2010-09-29
  • Updated: 2013-02-15
  • Resolved: 2011-05-04
Related Reports
Relates :  
Relates :  
Relates :  
Description
See comments.

Comments
EVALUATION Failed trying to allocate c-heap space for a 320MB preserved mark stack. The fix for 6423256, pushed yesterday to http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot, may help. It grows GC stacks in small chunks, instead of requiring the stack to live in a contiguous chunk of memory and doubling the size (and copying the data) each time it must grow.
29-09-2010