Skip to content

Commit

Permalink
is_deopt_pc not used
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanBateman committed Jan 31, 2020
1 parent a6469be commit 62e825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/continuation.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6276,7 +6276,7 @@ static inline bool is_deopt_return(address pc, const frame& sender) {
return cm->is_deopt_pc(pc); return cm->is_deopt_pc(pc);
} }


#ifdef ASSERT #ifdef ASSERT_NOT_USED
static bool is_deopt_pc(const frame& f, address pc) { static bool is_deopt_pc(const frame& f, address pc) {
return f.is_compiled_frame() && f.cb()->as_compiled_method()->is_deopt_pc(pc); return f.is_compiled_frame() && f.cb()->as_compiled_method()->is_deopt_pc(pc);
} }
Expand Down

0 comments on commit 62e825b

Please sign in to comment.