You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zero-initialize Class literals before calling initializer function
This (a) sets the class-identifier to "java.lang.Class," which wasn't being done before,
and allows the class initializer to assume fields are nulled before entry, as for a normal
constructor.
0 commit comments