JDK-6769748 : Fix solaris makefiles for the case when "CC -V" produces several lines
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs14,7
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris,solaris_10
  • CPU: generic,sparc
  • Submitted: 2008-11-10
  • Updated: 2012-01-06
  • Resolved: 2008-11-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 6 JDK 7 Other
6u14Fixed 7Fixed hs11Resolved
Related Reports
Duplicate :  
Description
% /net/kits/compilers/releases/express2008.07/inst/intel-S2/bin/CC -V
CC: Sun Ceres C++ 5.10 SunOS_i386 2008/07/10
Usage: CC [ options ] files.  Use 'CC -flags' for details

% /net/kits/compilers/releases/express2008.07/inst/intel-S2/bin/cc -V
cc: Sun Ceres C 5.10 SunOS_i386 2008/07/10
usage: cc [ options] files.  Use 'cc -flags' for details

An additional line is added to output.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/4d20a3aaf1ab
12-11-2008

EVALUATION Current VM makefile does not handle such case.
10-11-2008