diff 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
line wrap: on
line diff
--- a/src/share/vm/memory/heapInspection.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/src/share/vm/memory/heapInspection.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -315,7 +315,7 @@
 
 void HeapInspection::find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) {
   assert(SafepointSynchronize::is_at_safepoint(), "all threads are stopped");
-  assert(Heap_lock->is_locked(), "should have the Heap_lock")
+  assert(Heap_lock->is_locked(), "should have the Heap_lock");
 
   // Ensure that the heap is parsable
   Universe::heap()->ensure_parsability(false);  // no need to retire TALBs