Files
kotlin-fork/compiler/backend.common.jvm/src/org/jetbrains/kotlin
Aleksandr Kutashov a74f289844 KT-48822: Fixes ConcurrentModificationException in AsmTypes
AsmTypes#getType() could be called from multiple threads, which causes CME sometimes.
Should guard TYPES_MAP modification.
2022-08-20 00:56:52 +02:00
..
2022-06-20 11:42:53 +00:00