< prev index next >

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

Print this page
rev 9257 : imported patch 8141134-remove-unncessary-pragmas

*** 62,75 **** } } 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 - DirtyCardQueueSet::DirtyCardQueueSet(bool notify_when_complete) : PtrQueueSet(notify_when_complete), _mut_process_closure(NULL), _shared_dirty_card_queue(this, true /*perm*/), _free_ids(NULL), --- 62,71 ----
< prev index next >