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/03/23 12:55:32 UTC

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

[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.


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

Posted by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498953 ] 

Pavel Ozhdikhin commented on HARMONY-3487:
------------------------------------------

Can't reproduce this bug after HARMONY-3911 is committed. It looks like that fix covered this issue as well.

Vladimir, could you please verify that the issue is not reproducible for you any more?


> [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.


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

Posted by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494014 ] 

Pavel Ozhdikhin commented on HARMONY-3487:
------------------------------------------

I reproduced the issue on the build r535740 in '-Xem:server' mode.
The failure is not reproducible in '-Xem:opt'  mode.


> [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.


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

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483540 ] 

Vladimir Strigun commented on HARMONY-3487:
-------------------------------------------

I used te next command for execution:
java -showversion -Xem:server -cp . Harness -n 10 bloat 

Dacapo version MR2

> [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.


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

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498978 ] 

Vladimir Strigun commented on HARMONY-3487:
-------------------------------------------

Can't reproduce with 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.