8256754: Deoptimization::revoke_for_object_deoptimization: stack processing start call is redundant

Reviewed-by: dlong, eosterlund
This commit is contained in:
Richard Reingruber 2020-11-30 08:37:06 +00:00
parent 738efea9c6
commit e77aed624e
4 changed files with 21 additions and 4 deletions

View file

@ -43,6 +43,8 @@ class KeepStackGCProcessedMark : public StackObj {
public:
KeepStackGCProcessedMark(JavaThread* jt);
~KeepStackGCProcessedMark();
static bool stack_is_kept_gc_processed(JavaThread* jt) NOT_DEBUG({ return true; }) ;
};