Need a sponsor for push 8139664 into jdk9/hs-rt

Alexander Harlap alexander.harlap at oracle.com
Thu Oct 22 19:28:45 UTC 2015


I need  a sponsor to push attached 8139664 - Delete 
ConcurrentMarkSweepThread::is_ConcurrentGC_thread().

Alex
-------------- next part --------------
# HG changeset patch
# User aharlap
# Date 1445528031 14400
# Node ID f78e115b9cac73c49da46d967b4442933ce93503
# Parent  5aba3631c8c0223bd341f60b79a5dbe270262f71
8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()
Summary: Remove virtual  method with same implementation as on base class
Reviewed-by: pliden, drwhite

diff -r 5aba3631c8c0 -r f78e115b9cac src/share/vm/gc/cms/concurrentMarkSweepThread.hpp
--- a/src/share/vm/gc/cms/concurrentMarkSweepThread.hpp	Wed Oct 21 13:41:27 2015 +0200
+++ b/src/share/vm/gc/cms/concurrentMarkSweepThread.hpp	Thu Oct 22 11:33:51 2015 -0400
@@ -79,9 +79,6 @@
   static void makeSurrogateLockerThread(TRAPS);
   static SurrogateLockerThread* slt() { return _slt; }
 
-  // Tester
-  bool is_ConcurrentGC_thread() const { return true;       }
-
   static void threads_do(ThreadClosure* tc);
 
   // Printing


More information about the hotspot-gc-dev mailing list