Retransform
class Retransform
The one call the batch unweave cannot make from Kotlin without paying for it: retransformClasses is varargs, and Kotlin's spread reallocates the array in front of every such call. Java hands the same array straight through, so the batch reaches the JVM as the caller built it.
Functions
Link copied to clipboard
retransformClasses, by array rather than by spread.