diff src/share/vm/ci/ciKlass.cpp @ 4977:532be189cf09

Reducing diff to hsx24
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 17:06:18 +0100
parents 5e331d5f760e
children e522a00b91aa
line wrap: on
line diff
--- a/src/share/vm/ci/ciKlass.cpp	Mon Feb 27 16:26:41 2012 +0100
+++ b/src/share/vm/ci/ciKlass.cpp	Mon Feb 27 17:06:18 2012 +0100
@@ -72,8 +72,9 @@
   if (this == that) {
     return true;
   }
-
-  //VM_ENTRY_MARK;
+#ifndef GRAAL
+  VM_ENTRY_MARK;
+#endif
   Klass* this_klass = get_Klass();
   klassOop that_klass = that->get_klassOop();
   bool result = this_klass->is_subtype_of(that_klass);