JDK-6812297 : update project creation for Visual Studio 2005-2008
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-03-03
  • Updated: 2012-10-08
  • Resolved: 2009-04-02
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
6u18Fixed 7Fixed hs15Fixed
Description
Currently we only support creation of Visual Studio projects upto Visual Studio .NET 2003 aka VC++ v 7.10. Need to update project creation to support Visual Studio 2005 and 2008 including the free VS Express editions.

Comments
SUGGESTED FIX http://cr.openjdk.java.net/~ikrylov/6812297.02/
27-03-2009

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/520d43965b1f
27-03-2009

PUBLIC COMMENTS Even though Visual Studio comes with built-in project conversion it is better to update project conversion for these reasons 1) Code consistency 2) Compilation flags for .NET 2003 project are not the same as for 2005/2008 compilers when command line/makefiles are used 3) Dumpbin tool (used for vm.def creation) dumps all data (a lot of data) to output window of IDE and this slows down compilationa and makes log unreadable.
03-03-2009