< prev index next >

src/hotspot/share/ci/ciKlass.hpp

Print this page

        

@@ -127,8 +127,12 @@
   virtual ciKlass* exact_klass() = 0;
 
   void print_name_on(outputStream* st);
 
   const char* external_name() const;
+
+  bool is_value_based() const {
+    return get_Klass()->is_value_based();
+  }
 };
 
 #endif // SHARE_VM_CI_CIKLASS_HPP
< prev index next >