8221734: Deoptimize with handshakes

Reviewed-by: dcubed, dholmes, pchilanomate, dlong, coleenp
This commit is contained in:
Robbin Ehn 2019-05-23 10:13:29 +02:00
parent 4ea77d3e78
commit 9baafa55a6
28 changed files with 274 additions and 175 deletions

View file

@ -1918,7 +1918,7 @@ class JavaThread: public Thread {
void deoptimize();
void make_zombies();
void deoptimized_wrt_marked_nmethods();
void deoptimize_marked_methods(bool in_handshake);
public:
// Returns the running thread as a JavaThread