[atomicfu-JVM]: Commonization of K/N and JVM (part 2)
The following transformations were commonized: * generation of the transformed atomic extension signature * building atomic array fields (arrays are now supported on both backends JVM and K/N) * transformation of function calls on atomic array elements * Generation and invocation of atomic extensions (the only difference is generation of synthetic value parameters) * Changed synthetic parameters passed to the generated atomic extensions See, KT-60528 Merge-request: KT-MR-11249 Merged-by: Maria Sokolova <maria.sokolova@jetbrains.com>
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ public final class LockFreeIntBits {
|
||||
private synthetic final method getBits$volatile(): int
|
||||
private final method mask(p0: int): int
|
||||
private synthetic final method setBits$volatile(p0: int): void
|
||||
private synthetic final method update$atomicfu(p0: java.util.concurrent.atomic.AtomicIntegerFieldUpdater, p1: kotlin.jvm.functions.Function1, p2: java.lang.Object): void
|
||||
private synthetic final method update$atomicfu(p0: java.lang.Object, p1: java.util.concurrent.atomic.AtomicIntegerFieldUpdater, p2: kotlin.jvm.functions.Function1): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
Reference in New Issue
Block a user