diff graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/target/amd64/AMD64LIRGenerator.java @ 5247:62bbfd78c703

removed mechanism for lowering ExceptionObjectNode via substitution; only LIR lowering by the runtime is now supported
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 Apr 2012 22:24:14 +0200
parents efbb1e33e2f3
children 7689999f0ea6
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/target/amd64/AMD64LIRGenerator.java	Tue Apr 17 13:52:38 2012 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/target/amd64/AMD64LIRGenerator.java	Tue Apr 17 22:24:14 2012 +0200
@@ -74,7 +74,7 @@
 /**
  * This class implements the X86-specific portion of the LIR generator.
  */
-public class AMD64LIRGenerator extends LIRGenerator {
+public abstract class AMD64LIRGenerator extends LIRGenerator {
 
     private static final CiRegisterValue RAX_I = AMD64.rax.asValue(CiKind.Int);
     private static final CiRegisterValue RAX_L = AMD64.rax.asValue(CiKind.Long);