8215043: Remove declaration of parallel_worker_threads

Removing unused declaration

Reviewed-by: eosterlund, tschatzl
This commit is contained in:
Man Cao 2018-12-09 19:18:27 -08:00
parent 100d5f79a6
commit fcc8504537

View File

@ -143,12 +143,6 @@ class Abstract_VM_Version: AllStatic {
// 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; }