hotspot/src/share/vm/memory/heapInspection.cpp
changeset 5402 c51fd0c1d005
parent 2154 72a9b7284ccf
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/memory/heapInspection.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/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