JVM_IR: use ConcurrentHashMap in codegen where appropriate
This commit is contained in:
@@ -91,7 +91,7 @@ class JvmBackendContext(
|
||||
|
||||
internal val isEnclosedInConstructor = ConcurrentHashMap.newKeySet<IrAttributeContainer>()
|
||||
|
||||
internal val classCodegens = mutableMapOf<IrClass, ClassCodegen>()
|
||||
internal val classCodegens = ConcurrentHashMap<IrClass, ClassCodegen>()
|
||||
|
||||
val localDelegatedProperties = ConcurrentHashMap<IrAttributeContainer, List<IrLocalDelegatedPropertySymbol>>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user