We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec7ac7 commit c00413bCopy full SHA for c00413b
org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java
@@ -330,7 +330,7 @@ public class JDIThread extends JDIDebugElement implements IJavaThread {
330
* See https://javaalmanac.io/bytecode/opcodes/ for the complete list of JVM opcodes
331
* </p>
332
*/
333
- private static final int INTERMEDIATE_OPCODE_START = 1;
+ private static final int INTERMEDIATE_OPCODE_START = 0;
334
private static final int INTERMEDIATE_OPCODE_END = 53;
335
336
/**
0 commit comments