< prev index next >

src/share/vm/gc/g1/concurrentMark.cpp

Print this page
rev 9245 : [mq]: 8141134-remove-unncessary-pragmas

*** 452,465 **** } } return true; } - #ifdef _MSC_VER // the use of 'this' below gets a warning, make it go away - #pragma warning( disable:4355 ) // 'this' : used in base member initializer list - #endif // _MSC_VER - uint ConcurrentMark::scale_parallel_threads(uint n_par_threads) { return MAX2((n_par_threads + 2) / 4, 1U); } ConcurrentMark::ConcurrentMark(G1CollectedHeap* g1h, G1RegionToSpaceMapper* prev_bitmap_storage, G1RegionToSpaceMapper* next_bitmap_storage) : --- 452,461 ----
< prev index next >