< prev index next >

src/hotspot/share/opto/runtime.cpp

Print this page

        

@@ -1690,11 +1690,11 @@
   }
   const TypeTuple* domain = TypeTuple::make(TypeFunc::Parms + total, fields);
 
   // create result type (range)
   fields = TypeTuple::fields(1);
-  fields[TypeFunc::Parms+0] = TypeValueTypePtr::NOTNULL;
+  fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL;
 
   const TypeTuple *range = TypeTuple::make(TypeFunc::Parms+1,fields);
 
   return TypeFunc::make(domain, range);
 }

@@ -1718,11 +1718,11 @@
   }
   const TypeTuple* domain = TypeTuple::make(TypeFunc::Parms + total, fields);
 
   // create result type (range)
   fields = TypeTuple::fields(1);
-  fields[TypeFunc::Parms+0] = TypeValueTypePtr::NOTNULL;
+  fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL;
 
   const TypeTuple *range = TypeTuple::make(TypeFunc::Parms+1,fields);
 
   return TypeFunc::make(domain, range);
 }
< prev index next >