JDK-6597109 : "live value must not be garbage" assertion failure
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2007-08-24
  • Updated: 2012-02-01
  • Resolved: 2008-06-11
Related Reports
Duplicate :  
Relates :  
Description
I came across this failure in the nightly testing results for GC baseline

src/share/vm/opto/parse1.cpp:1619
Error: assert(n != top() || r->in(pnum) == top(),"live value must not be garbage")

For more information check out the failing program:

http://gtee.sfbay/gtee/results/MUSTANG/NIGHTLY/VM-MAIN/2007-08-20/GC_Baseline-XXParallel/vm/linux-i586/server/mixed/vm-linux-i586_server_mixed_nsk.quick-jvmti.testlist2007-08-20-20-46-59/ResultDir/disposeenv002/

I've only seen it once so far.

Comments
EVALUATION The JIT Tester variant of the the bug has the same underlying cause at 6711100, eren though the symptoms are different. Closing as a duplicate of that bug.
11-06-2008