JDK-7112432 : large objects cause jdk crashes
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 5.0u34
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2011-11-16
  • Updated: 2014-02-11
  • Resolved: 2011-11-29
Related Reports
Relates :  
Description
Next tests fails with unexpected exception or crash with SIGSEGV with JDK 1.5.0_34 b01_j4b:
gc/gctests/LargeObjects/large003
gc/gctests/LargeObjects/large004
gc/gctests/LargeObjects/large005

These tests also fails with JDK 1.5.0 FSC.
Log location:
http://vice.russia.sun.com/results/1.5.0_34/b01_j4b/vm/solaris10-sun4u-64_vm.gc.testlist/ResultDir/large003/large003.log

These three tests were not executed with JDK 1.5 before because they were added to testbase as part of testbase backporting process. 
Tests fails the same way as with JDK 1.6.0_13 (for which similar CR 6845368 was resolved) and it seems to be the same issue.
New CR created because CR 6845368 is currently closed. We need it for failure matching.

See comments for more information.