Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static int pcReturnOffset() {
}

protected void adjustForDeopt() {
if ( pc != null) {
if (pc != null) {
// Look for a deopt pc and if it is deopted convert to original pc
CodeBlob cb = VM.getVM().getCodeCache().findBlob(pc);
if (cb != null && cb.isJavaMethod()) {
Expand Down