67bc8d62fc
Otherwise they might be garbage-collected before being made accessible with `isAccessible = true` and the reflective call. Also, compute BoxUnboxData in InlineClassAwareCaller right away, to prevent storing a hard reference on the descriptor (all descriptors and related data are stored by soft references in kotlin-reflect). #KT-27585 Fixed