diff graal/GraalCompiler/src/com/sun/c1x/asm/AbstractAssembler.java @ 2570:46586c77b129

Cleaned some remaining references to scope/inlining
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Tue, 03 May 2011 10:19:11 +0200
parents 16b9a8b5ad39
children d8601d421b96
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/asm/AbstractAssembler.java	Mon May 02 10:36:10 2011 -0700
+++ b/graal/GraalCompiler/src/com/sun/c1x/asm/AbstractAssembler.java	Tue May 03 10:19:11 2011 +0200
@@ -73,7 +73,7 @@
                 for (ExceptionHandler handler : ei.exceptionHandlers) {
                     int entryOffset = handler.entryCodeOffset();
                     RiType caughtType = handler.handler.catchType();
-                    targetMethod.recordExceptionHandler(codeOffset, ei.bci, handler.scopeCount(), entryOffset, handler.handlerBCI(), caughtType);
+                    targetMethod.recordExceptionHandler(codeOffset, ei.bci, 0, entryOffset, handler.handlerBCI(), caughtType);
                 }
             }
         }