ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.28k stars 121 forks source link

Remove ikvm.lang.InterlockedCompareAndSet #475

Open wasabii opened 10 months ago

wasabii commented 10 months ago

Annotation that is used internally. Placed on a method to have it automatically implement a method that calls Interlocked.CompareExchange. Used on Thread and Class. But those can be redone by hand (or using JNI). Weird feature.