comparison src/share/vm/oops/instanceKlass.cpp @ 3670:f198b24093f3

put back in thread transitions.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 18 Nov 2011 16:23:26 +0100
parents be4ca325525a
children 04b9a2566eec
comparison
equal deleted inserted replaced
3669:53636e2c9d03 3670:f198b24093f3
2278 } 2278 }
2279 return NULL; 2279 return NULL;
2280 } 2280 }
2281 2281
2282 // ----------------------------------------------------------------------------------------------------- 2282 // -----------------------------------------------------------------------------------------------------
2283 #ifndef PRODUCT 2283
2284 2284
2285 // Printing 2285 // Printing
2286 2286
2287 #define BULLET " - " 2287 #define BULLET " - "
2288 2288
2348 java_lang_invoke_MethodType::print_signature(obj, st); 2348 java_lang_invoke_MethodType::print_signature(obj, st);
2349 st->cr(); 2349 st->cr();
2350 } 2350 }
2351 } 2351 }
2352 2352
2353 #endif //PRODUCT 2353
2354 2354
2355 void instanceKlass::oop_print_value_on(oop obj, outputStream* st) { 2355 void instanceKlass::oop_print_value_on(oop obj, outputStream* st) {
2356 st->print("a "); 2356 st->print("a ");
2357 name()->print_value_on(st); 2357 name()->print_value_on(st);
2358 obj->print_address_on(st); 2358 obj->print_address_on(st);