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
I have stumbled with NPD during compilation of this example. It seems that this exception caused by generation of stack locals after GOTO operation: the field locals sets to null by asm after GOTO and then processing of iconst_1 operation tries to invoke get on null object here
Hrmm, haven't been able to revisit this project in a bit. A reduced test case would be ideal. But in general I can't promise a time when I'll get to investigating this.
I have stumbled with NPD during compilation of this example. It seems that this exception caused by generation of stack locals after
GOTO
operation: the fieldlocals
sets to null byasm
afterGOTO
and then processing oficonst_1
operation tries to invoke get on null object hereThe stack trace is
Also tested with the latest
asm
- the same result.The text was updated successfully, but these errors were encountered: