mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
Reviewed-by: dholmes, rehn, dlong
This commit is contained in:
parent
cd598622cc
commit
b0933034e0
28 changed files with 175 additions and 274 deletions
|
@ -1923,7 +1923,7 @@ class JavaThread: public Thread {
|
|||
void deoptimize();
|
||||
void make_zombies();
|
||||
|
||||
void deoptimize_marked_methods(bool in_handshake);
|
||||
void deoptimized_wrt_marked_nmethods();
|
||||
|
||||
public:
|
||||
// Returns the running thread as a JavaThread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue