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
Move astore exception table comparison before the instruction
According to JVMS 4.10.1.4 the state of a stack map frame is
the incoming state of an instruction. Since astore can change
local variable types perform the comparison before updating the
state.
Check the state for each astore so no type changes are missed.
Signed-off-by: Theresa Mammarella <[email protected]>
0 commit comments