src/hotspot/share/runtime/vm_version.hpp
changeset 52916 3ee633205603
parent 52904 d2f118d3f8e7
child 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/vm_version.hpp	Sun Dec 09 10:07:18 2018 -0800
+++ b/src/hotspot/share/runtime/vm_version.hpp	Sun Dec 09 19:18:27 2018 -0800
@@ -143,12 +143,6 @@
   // that the O/S may support more sizes, but at most this many are used.
   static uint page_size_count() { return 2; }
 
-  // Returns the number of parallel threads to be used for VM
-  // work.  If that number has not been calculated, do so and
-  // save it.  Returns ParallelGCThreads if it is set on the
-  // command line.
-  static unsigned int parallel_worker_threads();
-
   // Denominator for computing default ParallelGCThreads for machines with
   // a large number of cores.
   static uint parallel_worker_threads_denominator() { return 8; }