--- old/src/share/vm/classfile/vmSymbols.hpp 2015-10-08 14:07:16.080003993 +0200 +++ new/src/share/vm/classfile/vmSymbols.hpp 2015-10-08 14:07:15.968003988 +0200 @@ -1397,7 +1397,7 @@ // 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); + static bool is_disabled_by_flags(methodHandle method); }; #endif // SHARE_VM_CLASSFILE_VMSYMBOLS_HPP