mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8256754: Deoptimization::revoke_for_object_deoptimization: stack processing start call is redundant
Reviewed-by: dlong, eosterlund
This commit is contained in:
parent
738efea9c6
commit
e77aed624e
4 changed files with 21 additions and 4 deletions
|
@ -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; }) ;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue