hotspot/src/share/vm/oops/instanceKlass.cpp
changeset 3694 942b7bc7f28c
parent 3693 af387bf37e8d
child 3817 2074f52fb46c
equal deleted inserted replaced
3693:af387bf37e8d 3694:942b7bc7f28c
  2221 
  2221 
  2222     // Check that the map is (2,extra)
  2222     // Check that the map is (2,extra)
  2223     int offset = java_lang_Class::klass_offset;
  2223     int offset = java_lang_Class::klass_offset;
  2224 
  2224 
  2225     OopMapBlock* map = ik->start_of_nonstatic_oop_maps();
  2225     OopMapBlock* map = ik->start_of_nonstatic_oop_maps();
  2226     guarantee(map->offset() == offset && map->count() == extra, "sanity");
  2226     guarantee(map->offset() == offset && map->count() == (unsigned int) extra,
       
  2227               "sanity");
  2227   }
  2228   }
  2228 }
  2229 }
  2229 
  2230 
  2230 #endif // ndef PRODUCT
  2231 #endif // ndef PRODUCT
  2231 
  2232