JDK 22 |
---|
22 b20Fixed |
Relates :
|
We transfer locks between interpreter and compiled frames when doing OSR or Deoptimization. The old locking mode "LM_LEGACY" inflates the locks before such transfers in order to get rid of stack addresses in the object headers (mark word). Other locking modes don't write stack addresses into the mark word and don't need inflation.
|