JDK-6711109 : 64bit JVM crashes with Internal Error (allocation.cpp:215) - Chunk::New
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs13
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2008-06-05
  • Updated: 2010-07-29
  • Resolved: 2008-06-05
Related Reports
Duplicate :  
Relates :  
Description
That failure has been seen while testing JDK 7 b29 from /net/bonsai.sfbay/w/builds/jdk/7/pit/b29/bundles
It's about the 64 bits Server JVM.
Failures have been seen on Windows 2003 and Vista (but not on RedHat 5).
That defect is perhaps another form of the 6711083 ?
Note that on the contrary to what've been seen with the 6711083, adding -XX:-UseCompressedOops doesn't solve anything.

Comments
EVALUATION The underlying cause for this was fixed as a side effect of 6695810. In particular the removal of the "effect(KILL cr)" in loadN fixes this problem.
05-06-2008