annotate create.cmd @ 1406:35069ca331f2

Hooked C1XCompiler class into the system. Two new flags: -XX:+UseC1X makes sure that the C1X compiler is used instead of C1 -XX:TraceC1X=0 sets the trace level for C1X (value between 0=no output and 5=verbose)
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 11 May 2010 18:19:17 +0200
parents a197210cb4ae
children 020eee65316d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1405
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
1 set HotSpotMksHome=C:\Cygwin\bin
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
2 set path=%JAVA_HOME%\bin;C:\Cygwin\bin
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
3 call "%VS_VCVARS%\vsvars32.bat"
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
4
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
5 set OrigPath=%cd%
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
6 cd make\windows
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
7
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
8 mkdir %OrigPath%\work
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
9 call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
10
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
11 cd %OrigPath%
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
12 pause