--- old/src/share/vm/gc/g1/dirtyCardQueue.cpp 2015-11-02 17:00:12.773545310 +0100 +++ new/src/share/vm/gc/g1/dirtyCardQueue.cpp 2015-11-02 17:00:12.691542942 +0100 @@ -64,10 +64,6 @@ 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),