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 632e70b commit 865bd4bCopy full SHA for 865bd4b
org.jacoco.core/src/org/jacoco/core/internal/flow/MethodSanitizer.java
@@ -19,7 +19,9 @@
19
* This method visitor fixes two potential issues with Java byte code:
20
*
21
* <ul>
22
- * <li>Remove JSR instructions by inlining subroutines.</li>
+ * <li>Remove JSR/RET instructions by inlining subroutines which are deprecated
23
+ * since Java 6. The RET statement complicates control flow analysis as the jump
24
+ * target is not explicitly given.</li>
25
* <li>Remove code attributes line number and local variable name if they point
26
* to invalid offsets which some tools create. When writing out such invalid
27
* labels with ASM class files do not verify any more.</li>
0 commit comments