JDK-6877751 : test/tools/javac/6627362/T6627362.java fails
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-09-01
  • Updated: 2011-07-25
  • Resolved: 2011-07-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b72Fixed
Related Reports
Relates :  
Description
test/tools/javac/6627362/T6627362.java execs javap to examine a class file.  On a partial build, javap is taken from the target JDK. If this is a recent build, the test fails because of the recent changes to javap.

Comments
EVALUATION Change to use javap classes directly (not runtime.exec) and fix expected lines.
01-09-2009