src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

changeset 1825
f9ec1e4bbb44
parent 1824
5dbd9300cf9c
child 1826
79e419e5ea3b
equal deleted inserted replaced
1824:5dbd9300cf9c 1825:f9ec1e4bbb44
911 if (PrintHeapAtGC) { 911 if (PrintHeapAtGC) {
912 Universe::print_heap_before_gc(); 912 Universe::print_heap_before_gc();
913 } 913 }
914 914
915 if (full && DisableExplicitGC) { 915 if (full && DisableExplicitGC) {
916 gclog_or_tty->print("\n\n\nDisabling Explicit GC\n\n\n");
917 return; 916 return;
918 } 917 }
919 918
920 assert(SafepointSynchronize::is_at_safepoint(), "should be at safepoint"); 919 assert(SafepointSynchronize::is_at_safepoint(), "should be at safepoint");
921 assert(Thread::current() == VMThread::vm_thread(), "should be in vm thread"); 920 assert(Thread::current() == VMThread::vm_thread(), "should be in vm thread");

mercurial