We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c92054 commit 73d7bf2Copy full SHA for 73d7bf2
byte-buddy-dep/src/main/java/net/bytebuddy/implementation/bytecode/member/MethodReturn.java
@@ -114,6 +114,6 @@ public boolean isValid() {
114
*/
115
public Size apply(MethodVisitor methodVisitor, Implementation.Context implementationContext) {
116
methodVisitor.visitInsn(returnOpcode);
117
- return stackSize.toIncreasingSize();
+ return stackSize.toDecreasingSize();
118
}
119
0 commit comments