8009248: [parfait] Null pointer deference in hotspot/src/share/vm/code/compiledIC.cpp
Add guarantee() to set_to_interpreted() Reviewed-by: kvn
This commit is contained in:
parent
c3114a34ee
commit
eaa8ade37a
@ -552,7 +552,7 @@ bool CompiledStaticCall::is_call_to_interpreted() const {
|
||||
|
||||
void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) {
|
||||
address stub=find_stub();
|
||||
assert(stub!=NULL, "stub not found");
|
||||
guarantee(stub != NULL, "stub not found");
|
||||
|
||||
if (TraceICs) {
|
||||
ResourceMark rm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user