hotspot/src/share/vm/opto/compile.hpp
changeset 26166 4b49fd58bbd9
parent 25913 81dbc151e91c
child 26433 27020fde2dbf
--- a/hotspot/src/share/vm/opto/compile.hpp	Fri Aug 08 11:36:48 2014 -0700
+++ b/hotspot/src/share/vm/opto/compile.hpp	Mon Aug 11 14:12:51 2014 +0200
@@ -1200,6 +1200,10 @@
   // Definitions of pd methods
   static void pd_compiler2_init();
 
+  // Static parse-time type checking logic for gen_subtype_check:
+  enum { SSC_always_false, SSC_always_true, SSC_easy_test, SSC_full_test };
+  int static_subtype_check(ciKlass* superk, ciKlass* subk);
+
   // Auxiliary method for randomized fuzzing/stressing
   static bool randomized_select(int count);
 };