comparison src/share/vm/memory/heapInspection.cpp @ 1489:cff162798819

6888953: some calls to function-like macros are missing semicolons Reviewed-by: pbk, kvn
author jcoomes
date Sun, 11 Oct 2009 16:19:25 -0700
parents 7bb995fbd3c0
children c18cbe5936b8
comparison
equal deleted inserted replaced
1488:615a9d95d265 1489:cff162798819
313 } 313 }
314 }; 314 };
315 315
316 void HeapInspection::find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) { 316 void HeapInspection::find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) {
317 assert(SafepointSynchronize::is_at_safepoint(), "all threads are stopped"); 317 assert(SafepointSynchronize::is_at_safepoint(), "all threads are stopped");
318 assert(Heap_lock->is_locked(), "should have the Heap_lock") 318 assert(Heap_lock->is_locked(), "should have the Heap_lock");
319 319
320 // Ensure that the heap is parsable 320 // Ensure that the heap is parsable
321 Universe::heap()->ensure_parsability(false); // no need to retire TALBs 321 Universe::heap()->ensure_parsability(false); // no need to retire TALBs
322 322
323 // Iterate over objects in the heap 323 // Iterate over objects in the heap