diff src/share/vm/runtime/vframeArray.cpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents e522a00b91aa
children 8a3efb8c831d
line wrap: on
line diff
--- a/src/share/vm/runtime/vframeArray.cpp	Wed Dec 12 15:46:11 2012 +0100
+++ b/src/share/vm/runtime/vframeArray.cpp	Wed Dec 12 21:36:40 2012 +0100
@@ -252,7 +252,7 @@
       case Deoptimization::Unpack_uncommon_trap:
       case Deoptimization::Unpack_reexecute:
         // redo last byte code
-#ifdef GRAAL
+#ifdef GRAALVM
         assert(should_reexecute(), "");
 #endif
         pc  = Interpreter::deopt_entry(vtos, 0);