8215043: Remove declaration of parallel_worker_threads
Summary: Removing unused declaration
Reviewed-by: eosterlund, tschatzl
--- 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; }