< prev index next >

src/share/vm/runtime/vm_version.hpp

Print this page
rev 9698 : imported patch 8145031

@@ -144,10 +144,14 @@
   // command line.
   static unsigned int parallel_worker_threads();
   // Calculates and returns the number of parallel threads.  May
   // be VM version specific.
   static unsigned int calc_parallel_worker_threads();
+  // Test the number of parallel worker threads was correctly
+  // calculated after the VM initialization had reached a sufficient
+  // point (i.e., hardware features were known).
+  static void FinalParallelGCThreads_test();
 };
 
 #ifdef TARGET_ARCH_x86
 # include "vm_version_x86.hpp"
 #endif
< prev index next >