You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Strigun (JIRA)" <ji...@apache.org> on 2007/05/25 09:45:17 UTC

[jira] Closed: (HARMONY-3487) [drlvm] Dacapo.bloat failed on 6th iteration with server.emconf

     [ https://issues.apache.org/jira/browse/HARMONY-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Strigun closed HARMONY-3487.
-------------------------------------

    Resolution: Fixed

Fixed in rev 541295

> [drlvm] Dacapo.bloat failed on 6th iteration with server.emconf
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3487
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3487
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Dacapo.bloat failed on 6th iteration with server.emconf. The log of execution:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0" 
> pre-alpha : not complete or compatible
> svn = r521669, (Mar 23 2007), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo bloat starting warmup =====
> Optimized with: EDU.purdue.cs.bloat.optimize.Main -only EDU.purdue.cs.bloat.trans -pre -dce -diva -prop -stack-alloc -peel-loops all -f EDU.purdue.cs.bloat.trans.CompactArrayInitializer .\scratch\optimizedcode
> ===== DaCapo bloat completed warmup in 18983 msec =====
> ===== DaCapo bloat starting warmup =====
> Optimized with: EDU.purdue.cs.bloat.optimize.Main -only EDU.purdue.cs.bloat.trans -pre -dce -diva -prop -stack-alloc -peel-loops all -f EDU.purdue.cs.bloat.trans.CompactArrayInitializer .\scratch\optimizedcode
> ===== DaCapo bloat completed warmup in 10874 msec =====
> ===== DaCapo bloat starting warmup =====
> Optimized with: EDU.purdue.cs.bloat.optimize.Main -only EDU.purdue.cs.bloat.trans -pre -dce -diva -prop -stack-alloc -peel-loops all -f EDU.purdue.cs.bloat.trans.CompactArrayInitializer .\scratch\optimizedcode
> ===== DaCapo bloat completed warmup in 10765 msec =====
> ===== DaCapo bloat starting warmup =====
> Optimized with: EDU.purdue.cs.bloat.optimize.Main -only EDU.purdue.cs.bloat.trans -pre -dce -diva -prop -stack-alloc -peel-loops all -f EDU.purdue.cs.bloat.trans.CompactArrayInitializer .\scratch\optimizedcode
> ===== DaCapo bloat completed warmup in 10624 msec =====
> ===== DaCapo bloat starting warmup =====
> Optimized with: EDU.purdue.cs.bloat.optimize.Main -only EDU.purdue.cs.bloat.trans -pre -dce -diva -prop -stack-alloc -peel-loops all -f EDU.purdue.cs.bloat.trans.CompactArrayInitializer .\scratch\optimizedcode
> ===== DaCapo bloat completed warmup in 10765 msec =====
> ===== DaCapo bloat starting warmup =====
> Optimized with: EDU.purdue.cs.bloat.optimize.Main -only EDU.purdue.cs.bloat.trans -pre -dce -diva -prop -stack-alloc -peel-loops all -f EDU.purdue.cs.bloat.trans.CompactArrayInitializer .\scratch\optimizedcode
> ===== DaCapo bloat completed warmup in 10531 msec =====
> ===== DaCapo bloat starting warmup =====
> ** Exception while optimizing fillArray(LEDU/purdue/cs/bloat/editor/MethodEditor;LEDU/purdue/cs/bloat/trans/ArrayList2;LEDU/purdue/cs/bloat/editor/Type;[I)V of class EDU/purdue/cs/bloat/trans/CompactArrayInitializer
> null
> java.lang.IndexOutOfBoundsException
> 	at java.util.ArrayList.remove(ArrayList.java:523)
> 	at EDU.purdue.cs.bloat.codegen.Liveness.liveOut(Liveness.java:556)
> 	at EDU.purdue.cs.bloat.codegen.Liveness.computeIntersections(Liveness.java)
> 	at EDU.purdue.cs.bloat.codegen.Liveness.<init>(Liveness.java:64)
> 	at EDU.purdue.cs.bloat.optimize.Main.bloatMethod(Main.java:1077)
> 	at EDU.purdue.cs.bloat.optimize.Main.editClass(Main.java:688)
> 	at EDU.purdue.cs.bloat.optimize.Main.main(Main.java:446)
> 	at dacapo.bloat.BloatHarness.iterate(BloatHarness.java:25)
> 	at dacapo.Benchmark.run(Benchmark.java)
> 	at dacapo.TestHarness.runBenchmark(TestHarness.java:301)
> 	at dacapo.TestHarness.main(TestHarness.java:242)
> 	at Harness.main(Harness.java:5)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.