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: 6849953
Votes 0
Synopsis JDK7 - build - replacing explicit include of bufferoverflowU.lib on windows amd64 breaks build
Category java:build
Reported Against
Release Fixed 7(b64)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 10-JUN-2009
Description
In comments to the deployment merge webrev I was told to explicitly remove the addition of bufferoverflowu.lib to the EXTRA_LIBS variable in Defs-windows.gmk.
However, the other line including it was only for VS_2005, and we are still using VS2003, so although there is already the line:
  LFLAGS_VS2005 = $(BUFFEROVERFLOWLIB)
we need to also add the line:
  LFLAGS_VS2003 = $(BUFFEROVERFLOWLIB)

in jdk/common/Defs-windows.gmk.
Posted Date : 2009-06-10 17:53:06.0
Work Around
N/A
Evaluation
OK -will do
Posted Date : 2009-06-10 18:35:28.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang