Files
kotlin-fork/compiler/backend.common.jvm
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
..