diff src/share/vm/runtime/sharedRuntime.cpp @ 2891:75a99b4f1c98

Rebranded C++ part from C1X to Graal.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 14:01:51 +0200
parents b1b58f908044
children 5ee0f57bb18c
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Wed Jun 08 13:40:25 2011 +0200
+++ b/src/share/vm/runtime/sharedRuntime.cpp	Wed Jun 08 14:01:51 2011 +0200
@@ -785,7 +785,7 @@
 #ifndef PRODUCT
           _implicit_null_throws++;
 #endif
-          if (UseC1X) {
+          if (UseGraal) {
             target_pc = deoptimization_continuation(thread, pc, nm);
           } else {
             target_pc = nm->continuation_for_implicit_exception(pc);
@@ -805,9 +805,9 @@
 #ifndef PRODUCT
         _implicit_div0_throws++;
 #endif
-        if (UseC1X) {
+        if (UseGraal) {
           if (TraceSignals) {
-            tty->print_cr("c1x implicit div0");
+            tty->print_cr("graal implicit div0");
           }
           target_pc = deoptimization_continuation(thread, pc, nm);
         } else {