< prev index next >

src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp

Print this page

        

*** 229,239 **** static const TypeFunc* clone_type() { // Create input type (domain) const Type** domain_fields = TypeTuple::fields(3); domain_fields[TypeFunc::Parms + 0] = TypeInstPtr::NOTNULL; // src domain_fields[TypeFunc::Parms + 1] = TypeInstPtr::NOTNULL; // dst ! domain_fields[TypeFunc::Parms + 2] = TypeLong::LONG; // size const TypeTuple* domain = TypeTuple::make(TypeFunc::Parms + 3, domain_fields); // Create result type (range) const Type** range_fields = TypeTuple::fields(0); const TypeTuple* range = TypeTuple::make(TypeFunc::Parms + 0, range_fields); --- 229,239 ---- static const TypeFunc* clone_type() { // Create input type (domain) const Type** domain_fields = TypeTuple::fields(3); domain_fields[TypeFunc::Parms + 0] = TypeInstPtr::NOTNULL; // src domain_fields[TypeFunc::Parms + 1] = TypeInstPtr::NOTNULL; // dst ! domain_fields[TypeFunc::Parms + 2] = TypeInt::INT; // size const TypeTuple* domain = TypeTuple::make(TypeFunc::Parms + 3, domain_fields); // Create result type (range) const Type** range_fields = TypeTuple::fields(0); const TypeTuple* range = TypeTuple::make(TypeFunc::Parms + 0, range_fields);
< prev index next >