comparison src/share/vm/opto/compile.hpp @ 8691:571076d3c79d

8009120: Fuzz instruction scheduling in HotSpot compilers Reviewed-by: kvn, vlivanov
author shade
date Tue, 05 Mar 2013 04:24:50 -0800
parents 8b3da8d14c93
children ff55877839bc
comparison
equal deleted inserted replaced
8689:bf06968a8a00 8691:571076d3c79d
1084 // Verify ADLC assumptions during startup 1084 // Verify ADLC assumptions during startup
1085 static void adlc_verification() PRODUCT_RETURN; 1085 static void adlc_verification() PRODUCT_RETURN;
1086 1086
1087 // Definitions of pd methods 1087 // Definitions of pd methods
1088 static void pd_compiler2_init(); 1088 static void pd_compiler2_init();
1089
1090 // Auxiliary method for randomized fuzzing/stressing
1091 static bool randomized_select(int count);
1089 }; 1092 };
1090 1093
1091 #endif // SHARE_VM_OPTO_COMPILE_HPP 1094 #endif // SHARE_VM_OPTO_COMPILE_HPP