comparison src/share/vm/oops/instanceRefKlass.cpp @ 1144:9b9c1ee9b3f6

Merge
author iveresov
date Wed, 06 Jan 2010 22:21:39 -0800
parents 167c2986d91b 4ce7240d622c
children c18cbe5936b8
comparison
equal deleted inserted replaced
1129:a5a6adfca6ec 1144:9b9c1ee9b3f6
395 // and is also treated specially. 395 // and is also treated specially.
396 instanceKlass* ik = instanceKlass::cast(k); 396 instanceKlass* ik = instanceKlass::cast(k);
397 397
398 // Check that we have the right class 398 // Check that we have the right class
399 debug_only(static bool first_time = true); 399 debug_only(static bool first_time = true);
400 assert(k == SystemDictionary::reference_klass() && first_time, 400 assert(k == SystemDictionary::Reference_klass() && first_time,
401 "Invalid update of maps"); 401 "Invalid update of maps");
402 debug_only(first_time = false); 402 debug_only(first_time = false);
403 assert(ik->nonstatic_oop_map_count() == 1, "just checking"); 403 assert(ik->nonstatic_oop_map_count() == 1, "just checking");
404 404
405 OopMapBlock* map = ik->start_of_nonstatic_oop_maps(); 405 OopMapBlock* map = ik->start_of_nonstatic_oop_maps();