RFR(S): 8145603 - Enable build.bat to use vcproj to build

Markus Gronlund markus.gronlund at oracle.com
Thu Dec 17 12:37:25 UTC 2015


Looks good, thanks for fixing.

/Markus

-----Original Message-----
From: Christian Tornqvist 
Sent: den 16 december 2015 23:48
To: hotspot-dev at openjdk.java.net
Subject: RFR(S): 8145603 - Enable build.bat to use vcproj to build

Hi everyone,

 

Build.bat has not been working correctly for a couple of years and is now completely broken after the JDK Version change. Rewrote it to use the Visual Studio project files instead, examples of use:

 

make\windows\build.bat tiered fastdebug

 

This will generate the vcproj files using create.bat (if they haven't been generated before) and compile the JVM using msbuild. The whole process takes about a minute on my machine and less than that if the vcproj files are already there. 

 

Tested locally with x86 and x64 builds.

 

Webrev:

http://cr.openjdk.java.net/~ctornqvi/webrev/8145603/webrev.00/

Bug:

https://bugs.openjdk.java.net/browse/JDK-8145603

 

Thanks,

Christian



More information about the hotspot-dev mailing list