changeset 5276:d0877209410d

Merge.
author Doug Simon <doug.simon@oracle.com>
date Mon, 23 Apr 2012 15:49:32 +0200
parents 290b3025b66f (current diff) 558ea5229886 (diff)
children 1767613f8a4a
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScan.java	Mon Apr 23 15:49:11 2012 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScan.java	Mon Apr 23 15:49:32 2012 +0200
@@ -846,7 +846,7 @@
             TTY.println("startBlock-ID: " + startBlock.getId());
 
             // bailout of if this occurs in product mode.
-            throw new GraalInternalError("liveIn set of first block must be empty");
+            throw new CiBailout("liveIn set of first block must be empty");
         }
     }