I'm currently working on a Java decompiler.
I read the JVM specification, and I know pop2
can operate one stack value (category 2 values) or two stack values (other category values).
I just want to know when a two stack values operation of pop2
can happen? Could anyone show me some Java source code whose compilation result contains two stack values operations pop2
?