mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6888953: some calls to function-like macros are missing semicolons
Reviewed-by: pbk, kvn
This commit is contained in:
parent
83f1d02a67
commit
7e76feaf42
31 changed files with 36 additions and 35 deletions
|
@ -315,7 +315,7 @@ class FindInstanceClosure : public ObjectClosure {
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue