--- old/src/share/vm/classfile/vmSymbols.hpp 2015-10-02 15:58:55.426706819 +0200 +++ new/src/share/vm/classfile/vmSymbols.hpp 2015-10-02 15:58:55.318706823 +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