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
Previously we could erroneously fail to initialise the object on second
and subsequent exception throw-sites in a particular function, and so throw
a nondet object rather than an initialised exception instance. The attached
test case checks for this by ensuring that in particular we can't throw null
and so hit an assertion when trying to read its class-identifier for catch dispatch.
This commit also fixes the classid of ClassCastException, which would otherwise
expose a failure in test ClassCastException1
0 commit comments