hotspot/src/share/vm/opto/compile.hpp
changeset 15871 b04dd94da4e6
parent 15618 3eb521896836
child 15875 638b3e8fbe5e
--- a/hotspot/src/share/vm/opto/compile.hpp	Mon Mar 04 13:15:01 2013 -0800
+++ b/hotspot/src/share/vm/opto/compile.hpp	Tue Mar 05 04:24:50 2013 -0800
@@ -1086,6 +1086,9 @@
 
   // Definitions of pd methods
   static void pd_compiler2_init();
+
+  // Auxiliary method for randomized fuzzing/stressing
+  static bool randomized_select(int count);
 };
 
 #endif // SHARE_VM_OPTO_COMPILE_HPP