--- old/src/share/vm/classfile/vmSymbols.hpp 2015-07-31 11:54:47.105274476 +0200 +++ new/src/share/vm/classfile/vmSymbols.hpp 2015-07-31 11:54:46.789274490 +0200 @@ -1384,10 +1384,9 @@ // 'method' requires predicated logic. static int predicates_needed(vmIntrinsics::ID id); - // Returns true if an intrinsic is disabled by command-line flags and - // false otherwise. Implements functionality common to the C1 - // and the C2 compiler. - static bool is_disabled_by_flags(vmIntrinsics::ID id); + // Returns true if a compiler intrinsic is disabled by command-line flags + // and false otherwise. + static bool is_disabled_by_flags(methodHandle method, methodHandle compilation_context); }; #endif // SHARE_VM_CLASSFILE_VMSYMBOLS_HPP