src/hotspot/share/gc/shared/collectedHeap.hpp
changeset 53647 82c95d4b61f0
parent 53406 1ffcf6074569
child 53921 a590b6107ab3
--- a/src/hotspot/share/gc/shared/collectedHeap.hpp	Tue Feb 05 15:12:13 2019 -0500
+++ b/src/hotspot/share/gc/shared/collectedHeap.hpp	Tue Feb 05 16:46:49 2019 -0500
@@ -534,12 +534,6 @@
   // The default implementation returns false.
   virtual bool supports_concurrent_phase_control() const;
 
-  // Return a NULL terminated array of concurrent phase names provided
-  // by this collector.  Supports Whitebox testing.  These are the
-  // names recognized by request_concurrent_phase(). The default
-  // implementation returns an array of one NULL element.
-  virtual const char* const* concurrent_phases() const;
-
   // Request the collector enter the indicated concurrent phase, and
   // wait until it does so.  Supports WhiteBox testing.  Only one
   // request may be active at a time.  Phases are designated by name;