-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2, 6, 7
-
b70
-
generic, sparc
-
generic, solaris_9
-
Not verified
javap has many issues with bad whitespace formatting that together lead to untidy and cluttered output. These issues can be grouped into 3 types
1. Inconsistent indentation, often varying with options (see 4794754)
2. Extraneous line feeds (see 6348225), typically caused by printing extra line feeds between empty sections, or to provide excessive visual separation between sections with inconsistent indentation (see #1.)
3. Bad alignment caused by simple-minded use of \t (tab) character.
1. Inconsistent indentation, often varying with options (see 4794754)
2. Extraneous line feeds (see 6348225), typically caused by printing extra line feeds between empty sections, or to provide excessive visual separation between sections with inconsistent indentation (see #1.)
3. Bad alignment caused by simple-minded use of \t (tab) character.
- duplicates
-
JDK-4794754 Javap indentations dont work on -l, -s, -c options
-
- Closed
-
-
JDK-6348225 javap prints extra blanks lines preceeding each method for line number tables
-
- Closed
-
- relates to
-
JDK-6868553 6867671 breaks some tests
-
- Closed
-