JDK-6348225 : javap prints extra blanks lines preceeding each method for line number tables
  • Type: Bug
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-11-09
  • Updated: 2010-04-03
  • Resolved: 2009-08-01
Related Reports
Duplicate :  
Description
failing tests: javap/javap_t13, javap/javap_t13a, javap/javap_t2, javap/javap_t23, javap/javap_t23a, javap/javap_t24, javap/javap_t25, javap/primitives_4, javap/primitives_8

javap now prints an extra line or two preceding methods when printing line number tables.

Comments
EVALUATION The extra lines were introduced when fixing 6271292, to make one empty line between two different attribute tables. For backward compatibility reason, these lines will be removed.
01-12-2005