--- old/src/share/vm/opto/graphKit.hpp 2012-06-05 17:03:39.820753516 +0200 +++ new/src/share/vm/opto/graphKit.hpp 2012-06-05 17:03:39.639049442 +0200 @@ -761,10 +761,6 @@ // class prior to coming here. Node* gen_subtype_check(Node* subklass, Node* superklass); - // 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); - // Exact type check used for predicted calls and casts. // Rewrites (*casted_receiver) to be casted to the stronger type. // (Caller is responsible for doing replace_in_map.)