hotspot/src/share/vm/opto/compile.hpp
changeset 26166 4b49fd58bbd9
parent 25913 81dbc151e91c
child 26433 27020fde2dbf
equal deleted inserted replaced
25938:d1161ea75e14 26166:4b49fd58bbd9
  1198   static void adlc_verification() PRODUCT_RETURN;
  1198   static void adlc_verification() PRODUCT_RETURN;
  1199 
  1199 
  1200   // Definitions of pd methods
  1200   // Definitions of pd methods
  1201   static void pd_compiler2_init();
  1201   static void pd_compiler2_init();
  1202 
  1202 
       
  1203   // Static parse-time type checking logic for gen_subtype_check:
       
  1204   enum { SSC_always_false, SSC_always_true, SSC_easy_test, SSC_full_test };
       
  1205   int static_subtype_check(ciKlass* superk, ciKlass* subk);
       
  1206 
  1203   // Auxiliary method for randomized fuzzing/stressing
  1207   // Auxiliary method for randomized fuzzing/stressing
  1204   static bool randomized_select(int count);
  1208   static bool randomized_select(int count);
  1205 };
  1209 };
  1206 
  1210 
  1207 #endif // SHARE_VM_OPTO_COMPILE_HPP
  1211 #endif // SHARE_VM_OPTO_COMPILE_HPP