--- old/src/share/vm/interpreter/bytecode.cpp 2017-07-27 08:50:22.047455488 -0400 +++ new/src/share/vm/interpreter/bytecode.cpp 2017-07-27 08:50:21.812929698 -0400 @@ -212,7 +212,7 @@ } oop Bytecode_loadconstant::resolve_constant(TRAPS) const { - assert(_method.not_null(), "must supply method to resolve constant"); + assert(_method != NULL, "must supply method to resolve constant"); int index = raw_index(); ConstantPool* constants = _method->constants(); if (has_cache_index()) {