diff src/share/vm/runtime/deoptimization.hpp @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents a9604b40f5e7
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Mon Mar 10 16:20:45 2014 +0100
+++ b/src/share/vm/runtime/deoptimization.hpp	Mon Mar 10 16:26:10 2014 +0100
@@ -309,7 +309,7 @@
   }
   static int make_trap_request(DeoptReason reason, DeoptAction action,
                                int index = -1) {
-#ifdef GRAALVM
+#if defined(COMPILERGRAAL) && !defined(COMPILER1) && !defined(COMPILER2)
     assert(index == -1, "Graal does not use index");
 #endif