Moving huge object serialization from <init>() to <clinit>()
broke the code generation for that special case -- there's no longer a 'this' variable to be loaded. Replace with <this class>.class.
Please register or sign in to comment
broke the code generation for that special case -- there's no longer a 'this' variable to be loaded. Replace with <this class>.class.