< prev index next >

src/hotspot/share/opto/runtime.cpp

Print this page

        

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