--- old/src/share/vm/classfile/vmSymbols.hpp 2015-09-25 16:23:20.190913974 +0200 +++ new/src/share/vm/classfile/vmSymbols.hpp 2015-09-25 16:23:20.038913979 +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