changeset 1405:a197210cb4ae

initial setup for building; added create.bat
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 11 May 2010 14:46:49 +0200
parents fd3de7134574
children 35069ca331f2
files .hgignore create.cmd src/share/vm/gc_implementation/includeDB_gc_g1
diffstat 3 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu May 06 18:25:58 2010 -0700
+++ b/.hgignore	Tue May 11 14:46:49 2010 +0200
@@ -1,5 +1,9 @@
 ^build/
 ^dist/
+^java/
+^work/
+~$
+.swp$
 /nbproject/private/
 ^src/share/tools/hsdis/build/
 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/create.cmd	Tue May 11 14:46:49 2010 +0200
@@ -0,0 +1,12 @@
+set HotSpotMksHome=C:\Cygwin\bin
+set path=%JAVA_HOME%\bin;C:\Cygwin\bin
+call "%VS_VCVARS%\vsvars32.bat"
+
+set OrigPath=%cd%
+cd make\windows
+
+mkdir %OrigPath%\work
+call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java
+
+cd %OrigPath%
+pause
--- a/src/share/vm/gc_implementation/includeDB_gc_g1	Thu May 06 18:25:58 2010 -0700
+++ b/src/share/vm/gc_implementation/includeDB_gc_g1	Tue May 11 14:46:49 2010 +0200
@@ -323,8 +323,6 @@
 ptrQueue.hpp                            allocation.hpp
 ptrQueue.hpp                            sizes.hpp
 
-ptrQueue.inline.hpp                     ptrQueue.hpp
-
 satbQueue.cpp                           allocation.inline.hpp
 satbQueue.cpp                           mutexLocker.hpp
 satbQueue.cpp                           satbQueue.hpp