< prev index next >

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

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

@@ -62,14 +62,10 @@
     }
   }
   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),
< prev index next >