mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8221734: Deoptimize with handshakes
Reviewed-by: dcubed, dholmes, pchilanomate, dlong, coleenp
This commit is contained in:
parent
4ea77d3e78
commit
9baafa55a6
28 changed files with 274 additions and 175 deletions
|
@ -62,7 +62,7 @@ class Monitor : public CHeapObj<mtSynchronizer> {
|
|||
event,
|
||||
access = event + 1,
|
||||
tty = access + 2,
|
||||
special = tty + 1,
|
||||
special = tty + 2,
|
||||
suspend_resume = special + 1,
|
||||
vmweak = suspend_resume + 2,
|
||||
leaf = vmweak + 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue