Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6821777
Votes 0
Synopsis hs14: jprt build failure on windows
Category hotspot:runtime_system
Reported Against
Release Fixed hs14(b13), 6u14(b04) (Bug ID:2175140)
State 10-Fix Delivered, bug
Priority: 1-Very High
Related Bugs 6821003
Submit Date 25-MAR-2009
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) {



    1517      if (osvi.wProductType == VER_NT_WORKSTATION) {
Posted Date : 2009-03-25 06:00:47.0
Work Around
N/A
Evaluation
Yes.
Posted Date : 2009-03-25 05:44:27.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang