Files
kotlin-fork/compiler/testData/codegen/bytecodeText
Mads Ager a12b22c04d [JVM] Force lock object in JVM synchronized implementation into local.
This fixes a performance problem in the case where the lock object
is a capture and the monitor enter/exit happens directly on
field loads. When the locking happens on field loads instead of a
local, the JVM cannot prove that locking is balanced. That has
the consequence that the code is runs very slow (always in the
interpreter).

^KT-48367 Fixed.
2021-08-27 21:29:12 +02:00
..
2020-01-20 16:00:36 +01:00
2021-08-24 18:56:22 +03:00
2020-10-28 11:43:25 +03:00
2020-06-18 12:22:53 +03:00