JDK-6469569 : wrong check of searchpath in JavapEnvironment
  • Type: Bug
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-09-12
  • Updated: 2011-05-17
  • Resolved: 2011-05-17
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 b30Fixed
Description
In JavapEnvironment.java, there is --

151	    if(searchpath == javaclasspath){
152 		if(("application.home") == null){
153 		    //search in java.class.path

Clearly, in line 152, something like "System.getProperty" is missing.

Comments
EVALUATION This should be fixed.
14-09-2006