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.
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.
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.