JDK-6821777 : hs14: jprt build failure on windows
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs14
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-03-25
  • Updated: 2012-10-08
  • Resolved: 2009-03-31
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 Other
6u14Fixed hs14Fixed
Related Reports
Relates :  
Description
This changeset in hs14 baseline is causing a build failure :-

changeset: 527:2f91f071f4dd
date:      Tue Mar 24 14:58:57 2009 -0700
files:     src/os/windows/vm/os_windows.cpp
description:
6821003: Update hotspot windows os_win32 for windows 7

The fix is to change the following line from:-

    1517      if (productType == VER_NT_WORKSTATION) {

to:-

    1517      if (osvi.wProductType == VER_NT_WORKSTATION) {

Comments
SUGGESTED FIX As in Description.
25-03-2009

EVALUATION Yes.
25-03-2009