< prev index next >

src/hotspot/share/ci/ciType.cpp

Print this page

        

@@ -59,17 +59,10 @@
     return this->as_klass()->is_subtype_of(type->as_klass());
   return false;
 }
 
 // ------------------------------------------------------------------
-// ciType::is__Value
-//
-bool ciType::is__Value() const {
-  return false;
-}
-
-// ------------------------------------------------------------------
 // ciType::name
 //
 // Return the name of this type
 const char* ciType::name() {
   if (is_primitive_type()) {
< prev index next >