-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.1, 1.1.3
-
generic, unknown, sparc
-
generic, solaris_2.5.1
Name: el35337 Date: 01/17/97
class junk {
static void main() { // line 2
System.out.println("hello"); // line 3
}
}
jdb junk
stop at junk:2
run
hello
Breakpoint hit: junk.main (junk:2)
The breakpoint occurs at the end of the method instead of at
the beginning because the line number in the .class file
line number table is wrong.
Intermetrics ###@###.###
======================================================================
- duplicates
-
JDK-4027142 stepping 'next' in jdb breakpoints goes out of order
-
- Closed
-
- relates to
-
JDK-4030486 Debugger does not deal well with multiple bytecode spans for one source line.
-
- Closed
-
-
JDK-4238641 Implicit return on void methods not assigned line number
-
- Closed
-
-
JDK-4256607 Regression failure in debugger: Wrong executeble locations are returned.
-
- Closed
-