comparison src/share/vm/ci/ciObjectFactory.cpp @ 14396:583211d4b16b

Merge
author kvn
date Wed, 03 Jul 2013 11:50:29 -0700
parents e0c9a1d29eb4
children 6b0fd0964b87 f98f5d48f511
comparison
equal deleted inserted replaced
14395:48d3d0eb193b 14396:583211d4b16b
262 // Get the ciObject corresponding to some oop. If the ciObject has 262 // Get the ciObject corresponding to some oop. If the ciObject has
263 // already been created, it is returned. Otherwise, a new ciObject 263 // already been created, it is returned. Otherwise, a new ciObject
264 // is created. 264 // is created.
265 ciMetadata* ciObjectFactory::get_metadata(Metadata* key) { 265 ciMetadata* ciObjectFactory::get_metadata(Metadata* key) {
266 ASSERT_IN_VM; 266 ASSERT_IN_VM;
267
268 assert(key == NULL || key->is_metadata(), "must be");
269 267
270 #ifdef ASSERT 268 #ifdef ASSERT
271 if (CIObjectFactoryVerify) { 269 if (CIObjectFactoryVerify) {
272 Metadata* last = NULL; 270 Metadata* last = NULL;
273 for (int j = 0; j< _ci_metadata->length(); j++) { 271 for (int j = 0; j< _ci_metadata->length(); j++) {