JDK-6775226 : workshop version greater than 5.9 does not work
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: generic
  • Submitted: 2008-11-22
  • Updated: 2010-08-06
  • Resolved: 2008-12-11
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
7Resolved
Related Reports
Duplicate :  
Description
ifeq ($(shell expr $(COMPILER_REV) \>=5.9),1)

Executing this line with 5.10 gives:
$ expr "5.10"\>="5.9"
0

Comments
SUGGESTED FIX compare COMPILER_REV_MAJOR and COMPILER_REV_MINOR or multiply by 100 before the compare
22-11-2008