The fix preserve s the method metadata during serialization. However the metdata we needed to preserve is a LazySlotTag, which is a nested class that drags in all kinds of stuff with it. This defeats the fix we recently introduced for deployment. So we'll need to clean this up.