src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/shared/concurrentGCThread.cpp

src/share/vm/gc_implementation/shared/concurrentGCThread.cpp

Print this page
rev 5732 : [mq]: comments2

*** 52,62 **** } void ConcurrentGCThread::create_and_start() { if (os::create_thread(this, os::cgc_thread)) { // XXX: need to set this to low priority ! // unless "agressive mode" set; priority // should be just less than that of VMThread. os::set_priority(this, NearMaxPriority); if (!_should_terminate && !DisableStartThread) { os::start_thread(this); } --- 52,62 ---- } void ConcurrentGCThread::create_and_start() { if (os::create_thread(this, os::cgc_thread)) { // XXX: need to set this to low priority ! // unless "aggressive mode" set; priority // should be just less than that of VMThread. os::set_priority(this, NearMaxPriority); if (!_should_terminate && !DisableStartThread) { os::start_thread(this); }
src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File