Peter Kollner
2016-12-15 20:04:09 UTC
Hi!
I have been cursed with the task of compiling openjdk8 under windows. I
have been mainly following the instructions on
http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html and
https://community.oracle.com/blogs/simonis/2011/10/28/yaojowbi-yet-another-openjdk-windows-build-instruction,
using a spanish Windwos 10 Professional and Visual Studio 2015 Community
Edition.
I am using the follwoing configuration line:
./configure --with-target-bits=32
--with-boot-jdk=/cygdrive/c/OpenJdkDevel/Java/jdk1.8.0_112_32/
--with-freetype-include=/cygdrive/c/OpenJdkDevel/freetype-2.4.12/include
--with-freetyp
e-lib=/cygdrive/c/OpenJdkDevel/freetype-2.4.12/objs/win32/vc2010
and %VS110COMNTOOLS%vsvars32.bat for a target environment of 32bit JVM
for windows 8 really, should be Windows 2012 later (the real objective
is to provide an applet I cannot change with a runtime that sets a
customized user.home location)
The first problems I did encounter were the following:
- The configuration cygwin version check gets confused by "2.6" not
being "1.7"
Quick and dirty:
common/autoconf/basics_windows.m4:315:
CYGWIN_VERSION_OK=`$ECHO $CYGWIN_VERSION | $GREP ^2.6.`
if test "x$CYGWIN_VERSION_OK" = x; then
AC_MSG_NOTICE([Your cygwin is too old. You are running
$CYGWIN_VERSION, but at least cygwin 1.7 is required. Please upgrade.])
AC_MSG_ERROR([Cannot continue])
fi
common/autoconf/toolchain.m4:52:
COMPILER_VERSION=`$ECHO $COMPILER_VERSION_TEST | $SED -n
"s/^.*versi.n \(@<:@1-9@:>@@<:@0-9.@:>@*\) .*/\1/p"`
- The version string in the spanish locale of the windows cl.exe is
"Compilador de optimización de C/C++ de Microsoft (R) versión
17.00.60610.1 para x86", which totally confuses the sed regex compiler
version extractors. Since the accented characters seem to be broken in
cygwins mintty I had to replace it on some location by an awk command to
extract the version (
hotspot/make/windows/get_msc_ver.sh:61:
MSC_VER_RAW=`cl 2>&1 | "$HEAD" -n 1 | awk -b '{match($0,
"[0-9][0-9][0-9.]*", arr); print arr[0]}'`
86:
LD_VER_RAW=`"$link_cmd" 2>&1 | "$HEAD" -n 1 | "$SED" 's/.*[Vv]ersi.n[\
]*\([0-9][0-9.]*\).*/\1/'`
After that, I can start the build process, which fails with a linker
error:
[...]
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.exp
libcpmt.lib(xthrow.obj) : error LNK2038: se detectaron diferencias para
'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el valor
'MD_DynamicRelease' en awt_DnDDS.obj
libcpmt.lib(syserror.obj) : error LNK2038: se detectaron diferencias
para 'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el
valor 'MD_DynamicRelease' en awt_DnDDS.obj
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.exp
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll
: fatal error LNK1319: diferencias detectadas: 2
make[2]: *** [lib/Awt2dLibraries.gmk:463:
/cygdrive/c/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll]
Error 39
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [BuildJdk.gmk:70: libs-only] Error 2
make: *** [/home/peter/jdk8//make/Main.gmk:116: jdk-only] Error 2
I have no idea what I am supposed to do with that, it looks like
somewhere there is a wrong compiler/linker option for generation or
including of static/dynamic library or the wrong input configured
somewhere.
I normally don't do windows, and the readme files for the build process
all look a bit dated, so I guess it may be some stupid beginner's
mistake somehwere...
Any ideas?
The whole make output looks like this:
$ make clean
Building 'windows-x86-normal-server-release' (matching
CONF=windows-x86-normal-server-release)
Cleaning langtools build artifacts ... done
Cleaning corba build artifacts ... done
Cleaning jaxp build artifacts ... done
Cleaning jaxws build artifacts ... done
Cleaning hotspot build artifacts ... done
Cleaning jdk build artifacts ... done
Cleaning nashorn build artifacts ... done
Cleaning images build artifacts ... done
Cleaning overlay-images build artifacts ... done
Cleaning bootcycle-build build artifacts ... done
Cleaning docs build artifacts ... done
Cleaning docstemp build artifacts ... done
Cleaning testoutput build artifacts ... done
Cleaned all build artifacts.
***@kropotkin ~/jdk8
$ make all
Building 'windows-x86-normal-server-release' (matching
CONF=windows-x86-normal-server-release)
Building OpenJDK for target 'all' in configuration
'windows-x86-normal-server-release'
## Starting langtools
Compiling 2 files for BUILD_TOOLS
Compiling 31 properties into resource bundles
Compiling 777 files for BUILD_BOOTSTRAP_LANGTOOLS
Creating langtools/dist/bootstrap/lib/javac.jar
Updating langtools/dist/lib/src.zip
Compiling 780 files for BUILD_FULL_JAVAC
Creating langtools/dist/lib/classes.jar
## Finished langtools (build time 00:01:22)
## Starting hotspot
make[2]: warning: -jN forced in submake: disabling jobserver mode.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
cd windows_i486_compiler2
nmake -nologo -f
C:\cygwin64\home\peter\jdk8\hotspot\make\windows\makefiles\top.make
BUILD_FLAVOR=product ARCH=x86
nmake in ./generated
cd generated && "C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\BIN\nmake.EXE" -NOLOGO -f
C:\cygwin64\home\peter\jdk8\hotspot\make\windows\makefiles\generated.make
DIR=.\generated BUILD_FLAVOR=product
mkdir -p ../generated/saclasses
...Building sa-jdi.jar into ../generated/saclasses
...C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javac -g -encoding ascii
-source 6 -target 6 -classpath
C:\OpenJdkDevel\Java\jdk1.8.0_112_32/lib/tools.jar -d
../generated/saclasses ....
warning: [options] bootstrap class path not set in conjunction with
-source 1.6
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\rmic" -classpath
../generated/saclasses -d ../generated/saclasses
sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
Warning: generation and use of skeletons and static stubs for JRMP
is deprecated. Skeletons are unnecessary, and static stubs have
been superseded by dynamically generated stubs. Users are
encouraged to migrate away from using rmic to generate skeletons and
static
stubs. See the documentation for java.rmi.server.UnicastRemoteObject.
echo sun.jvm.hotspot.runtime.VM.saBuildVersion=25.0-b70>
../generated/saclasses/sa.properties
rm -f
../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js
cp
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js
../generated/saclasses/sun/jvm/hotspot/utilities/soql
rm -rf ../generated/saclasses/sun/jvm/hotspot/ui/resources
mkdir ../generated/saclasses/sun/jvm/hotspot/ui/resources
cp
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png
../generated/saclasses/sun/jvm/hotspot/ui/resources
cp -r
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes/images/*
../generated/saclasses
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\jar" cf
../generated/sa-jdi.jar -C ../generated/saclasses .
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\jar" uf
../generated/sa-jdi.jar -C
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes
META-INF/services/com.sun.jdi.connect.Connector
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni
sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni
sun.jvm.hotspot.debugger.x86.X86ThreadContext
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni
sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni sun.jvm.hotspot.asm.Disassembler
rm -f x86_32.ad
cat
C:\cygwin64\home\peter\jdk8\hotspot/src/cpu/x86/vm/x86_32.ad
C:\cygwin64\home\peter\jdk8\hotspot/src/cpu/x86/vm/x86.ad >x86_32.ad
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /D _CRT_SECURE_NO_WARNINGS /D
_CRT_SECURE_NO_DEPRECATE /EHsc /MD /I "..\generated" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\main.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\adlparse.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\archDesc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\arena.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\dfa.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\dict2.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\filebuff.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\forms.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\formsopt.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\formssel.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\output_c.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\output_h.cpp
adlparse.cpp
main.cpp
archDesc.cpp
arena.cpp
dfa.cpp
dict2.cpp
filebuff.cpp
forms.cpp
formsopt.cpp
formssel.cpp
output_c.cpp
output_h.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /D _CRT_SECURE_NO_WARNINGS /D
_CRT_SECURE_NO_DEPRECATE /EHsc /MD /I "..\generated" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\opcodes.cpp
opcodes.cpp
C:\progra~2\micros~3.0\vc\bin\link.exe /SAFESEH /manifest
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib Wsock32.lib
winmm.lib /nologo /machine:I386 /opt:REF /opt:ICF,8 /map /debug
psapi.lib /subsystem:console /out:adlc.exe main.obj adlparse.obj
archDesc.obj arena.obj dfa.obj dict2.obj filebuff.obj forms.obj
formsopt.obj formssel.obj opcodes.obj output_c.obj output_h.obj
C:\progra~2\wi3cf2~1\8.0\bin\x86\mt.exe /manifest
adlc.exe.manifest /outputresource:adlc.exe;#1
Microsoft (R) Manifest Tool version 6.2.9200.20789
Copyright (c) Microsoft Corporation 2012.
All rights reserved.
rm -f ad_x86_32.cpp ad_x86_32.hpp ad_x86_32_clone.cpp
ad_x86_32_expand.cpp ad_x86_32_format.cpp ad_x86_32_gen.cpp
ad_x86_32_misc.cpp ad_x86_32_peephole.cpp ad_x86_32_pipeline.cpp
adGlobals_x86_32.hpp dfa_x86_32.cpp
if exist adfiles rmdir /s /q adfiles
mkdir adfiles
adlc -q -T -U_LP64 x86_32.ad
**************************************************************
***** WARNING: ASSERT is undefined, assertions disabled. *****
**************************************************************
mv ad_x86_32.cpp ad_x86_32.hpp ad_x86_32_clone.cpp
ad_x86_32_expand.cpp ad_x86_32_format.cpp ad_x86_32_gen.cpp
ad_x86_32_misc.cpp ad_x86_32_peephole.cpp ad_x86_32_pipeline.cpp
adGlobals_x86_32.hpp dfa_x86_32.cpp adfiles/
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javac" -g -encoding
ascii -source 6 -target 6 -d jvmtifiles
C:\cygwin64\home\peter\jdk8\hotspot/src/share/vm/prims/jvmtiGen.java
warning: [options] bootstrap class path not set in conjunction with
-source 1.6
1 warning
Generating jvmtifiles/jvmtiEnv.hpp
Generating jvmtifiles/jvmtiEnter.cpp
Generating jvmtifiles/jvmtiEnterTrace.cpp
warning: [options] bootstrap class path not set in conjunction with
-source 1.6
1 warning
Generating jvmtifiles/jvmtiEnvRecommended.cpp
Generating jvmtifiles/bytecodeInterpreterWithChecks.cpp
Generating jvmtifiles/jvmti.h
Generating OpenJDK tracefiles/traceEventClasses.hpp
Generating tracefiles/traceEventIds.hpp
Generating tracefiles/traceTypes.hpp
nmake in ./product
cd product && "C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\BIN\nmake.EXE" -NOLOGO -f
C:\cygwin64\home\peter\jdk8\hotspot\make\windows\makefiles\product.make
DIR=.\product BUILD_FLAVOR=product
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yc"precompiled.hpp" /c
../generated/_build_pch_file.cpp
_build_pch_file.cpp
Microsoft (R) Windows (R) Resource Compiler Version 6.2.9200.20789
Copyright (C) Microsoft Corporation. All rights reserved.
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\version.rc(57) :
warning RC4003: not enough actual parameters for macro 'STR'
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeInterpreter.cpp
bytecodeInterpreter.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\osThread_windows.cpp
osThread_windows.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\os_windows.cpp
os_windows.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp
os_windows_x86.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
..\generated\jvmtifiles\bytecodeInterpreterWithChecks.cpp
bytecodeInterpreterWithChecks.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\opcodes.cpp
opcodes.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\asm\assembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\asm\codeBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\asm\register.cpp
assembler.cpp
codeBuffer.cpp
register.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\bcEscapeAnalyzer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciBaseObject.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciCallSite.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciConstant.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciConstantPoolCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciEnv.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciExceptionHandler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciField.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciFlags.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciInstance.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciInstanceKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMemberName.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMetadata.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethod.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethodBlocks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethodData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethodHandle.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciNullObject.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObjArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObjArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObject.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObjectFactory.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciReplay.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciSignature.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciStreams.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciSymbol.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciType.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciTypeArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciTypeArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciTypeFlow.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciUtilities.cpp
bcEscapeAnalyzer.cpp
ciArray.cpp
ciArrayKlass.cpp
ciBaseObject.cpp
ciCallSite.cpp
ciConstant.cpp
ciConstantPoolCache.cpp
ciEnv.cpp
ciExceptionHandler.cpp
ciField.cpp
ciFlags.cpp
ciInstance.cpp
ciInstanceKlass.cpp
ciKlass.cpp
ciMemberName.cpp
ciMetadata.cpp
ciMethod.cpp
ciMethodBlocks.cpp
ciMethodData.cpp
ciMethodHandle.cpp
ciNullObject.cpp
ciObjArray.cpp
ciObjArrayKlass.cpp
ciObject.cpp
ciObjectFactory.cpp
ciReplay.cpp
ciSignature.cpp
ciStreams.cpp
ciSymbol.cpp
ciType.cpp
ciTypeArray.cpp
ciTypeArrayKlass.cpp
ciTypeFlow.cpp
ciUtilities.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\altHashing.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\bytecodeAssembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classFileError.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classFileParser.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classFileStream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classLoader.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classLoaderData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\defaultMethods.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\dictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\javaAssertions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\javaClasses.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\loaderConstraints.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\metadataOnStackMark.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\placeholders.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\resolutionErrors.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\stackMapFrame.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\stackMapTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\symbolTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\systemDictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\verificationType.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\verifier.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\vmSymbols.cpp
altHashing.cpp
bytecodeAssembler.cpp
classFileError.cpp
classFileParser.cpp
classFileStream.cpp
classLoader.cpp
classLoaderData.cpp
defaultMethods.cpp
dictionary.cpp
javaAssertions.cpp
javaClasses.cpp
loaderConstraints.cpp
metadataOnStackMark.cpp
placeholders.cpp
resolutionErrors.cpp
stackMapFrame.cpp
stackMapTable.cpp
symbolTable.cpp
systemDictionary.cpp
verificationType.cpp
verifier.cpp
vmSymbols.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\codeBlob.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\codeCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\compiledIC.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\compressedStream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\debugInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\debugInfoRec.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\dependencies.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\exceptionHandlerTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\icBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\location.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\nmethod.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\oopRecorder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\pcDesc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\relocInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\scopeDesc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\stubs.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\vmreg.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\vtableStubs.cpp
codeBlob.cpp
codeCache.cpp
compiledIC.cpp
compressedStream.cpp
debugInfo.cpp
debugInfoRec.cpp
dependencies.cpp
exceptionHandlerTable.cpp
icBuffer.cpp
location.cpp
nmethod.cpp
oopRecorder.cpp
pcDesc.cpp
relocInfo.cpp
scopeDesc.cpp
stubs.cpp
vmreg.cpp
vtableStubs.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\abstractCompiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\compileBroker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\compileLog.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\compilerOracle.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\disassembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\methodLiveness.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\oopMap.cpp
abstractCompiler.cpp
compileBroker.cpp
compileLog.cpp
compilerOracle.cpp
disassembler.cpp
methodLiveness.cpp
oopMap.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_interface\allocTracer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_interface\collectedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_interface\gcCause.cpp
allocTracer.cpp
collectedHeap.cpp
gcCause.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeHistogram.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeStream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeTracer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\cppInterpreter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\interpreter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\invocationCounter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\linkResolver.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\oopMapCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\rewriter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\templateInterpreter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\templateTable.cpp
bytecode.cpp
bytecodeHistogram.cpp
bytecodes.cpp
bytecodeStream.cpp
bytecodeTracer.cpp
cppInterpreter.cpp
interpreter.cpp
interpreterRuntime.cpp
invocationCounter.cpp
linkResolver.cpp
oopMapCache.cpp
rewriter.cpp
templateInterpreter.cpp
templateTable.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\allocation.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\barrierSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\binaryTreeDictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\blockOffsetTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\cardTableModRefBS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\cardTableRS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\collectorPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\defNewGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\filemap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\freeBlockDictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\freeList.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\gcLocker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\genCollectedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\generation.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\generationSpec.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\genMarkSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\genRemSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\heap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\heapInspection.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\iterator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\memRegion.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metachunk.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metaspace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metaspaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metaspaceShared.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\oopFactory.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\referencePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\referenceProcessor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\resourceArea.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\sharedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\space.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\specialized_oop_closures.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\tenuredGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\threadLocalAllocBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\universe.cpp
allocation.cpp
barrierSet.cpp
binaryTreeDictionary.cpp
blockOffsetTable.cpp
cardTableModRefBS.cpp
cardTableRS.cpp
collectorPolicy.cpp
defNewGeneration.cpp
filemap.cpp
freeBlockDictionary.cpp
freeList.cpp
gcLocker.cpp
genCollectedHeap.cpp
generation.cpp
generationSpec.cpp
genMarkSweep.cpp
genRemSet.cpp
heap.cpp
heapInspection.cpp
iterator.cpp
memRegion.cpp
metachunk.cpp
metaspace.cpp
metaspaceCounters.cpp
metaspaceShared.cpp
oopFactory.cpp
referencePolicy.cpp
referenceProcessor.cpp
resourceArea.cpp
sharedHeap.cpp
space.cpp
specialized_oop_closures.cpp
tenuredGeneration.cpp
threadLocalAllocBuffer.cpp
universe.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\annotations.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\arrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\arrayOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\compiledICHolder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\constantPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\constMethod.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\cpCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\generateOopMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceClassLoaderKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceMirrorKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceRefKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\klass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\klassVtable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\markOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\metadata.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\method.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\methodCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\methodData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\objArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\objArrayOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\oop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\oopsHierarchy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\symbol.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\typeArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\typeArrayOop.cpp
annotations.cpp
arrayKlass.cpp
arrayOop.cpp
compiledICHolder.cpp
constantPool.cpp
constMethod.cpp
cpCache.cpp
generateOopMap.cpp
instanceClassLoaderKlass.cpp
instanceKlass.cpp
instanceMirrorKlass.cpp
instanceOop.cpp
instanceRefKlass.cpp
klass.cpp
klassVtable.cpp
markOop.cpp
metadata.cpp
method.cpp
methodCounters.cpp
methodData.cpp
objArrayKlass.cpp
objArrayOop.cpp
oop.cpp
oopsHierarchy.cpp
symbol.cpp
typeArrayKlass.cpp
typeArrayOop.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\evmCompat.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\forte.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jni.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jniCheck.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jniFastGetField.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvm.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiClassFileReconstituter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiCodeBlobEvents.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEnv.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEnvBase.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEnvThreadState.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEventController.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiExport.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiExtensions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiGetLoadedClasses.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiImpl.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiManageCapabilities.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiRawMonitor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiRedefineClasses.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiTagMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiThreadState.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiTrace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiUtil.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\methodComparator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\methodHandles.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\nativeLookup.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\perf.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\privilegedStack.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\unsafe.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\whitebox.cpp
evmCompat.cpp
forte.cpp
jni.cpp
jniCheck.cpp
jniFastGetField.cpp
jvm.cpp
jvmtiClassFileReconstituter.cpp
jvmtiCodeBlobEvents.cpp
jvmtiEnv.cpp
jvmtiEnvBase.cpp
jvmtiEnvThreadState.cpp
jvmtiEventController.cpp
jvmtiExport.cpp
jvmtiExtensions.cpp
jvmtiGetLoadedClasses.cpp
jvmtiImpl.cpp
jvmtiManageCapabilities.cpp
jvmtiRawMonitor.cpp
jvmtiRedefineClasses.cpp
jvmtiTagMap.cpp
jvmtiThreadState.cpp
jvmtiTrace.cpp
jvmtiUtil.cpp
methodComparator.cpp
methodHandles.cpp
nativeLookup.cpp
perf.cpp
privilegedStack.cpp
unsafe.cpp
whitebox.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\advancedThresholdPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\arguments.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\atomic.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\basicLock.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\biasedLocking.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\compilationPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\deoptimization.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\dtraceJSDT.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\fieldDescriptor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\fieldType.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\fprofiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\frame.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\handles.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\icache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\init.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\interfaceSupport.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\java.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\javaCalls.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\jniHandles.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\jniPeriodicChecker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\memprofiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\monitorChunk.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\mutex.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\mutexLocker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\objectMonitor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\orderAccess.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\os.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\osThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\park.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\perfData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\perfMemory.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\reflection.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\reflectionUtils.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\relocator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\rframe.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\safepoint.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\serviceThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sharedRuntime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sharedRuntimeTrig.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\signature.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\simpleThresholdPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stackValue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stackValueCollection.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\statSampler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stubCodeGenerator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stubRoutines.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sweeper.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\synchronizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\task.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\thread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\threadLocalStorage.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\timer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\unhandledOops.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vframe.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vframeArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vframe_hp.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\virtualspace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vmStructs.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vmThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vm_operations.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vm_version.cpp
advancedThresholdPolicy.cpp
arguments.cpp
atomic.cpp
basicLock.cpp
biasedLocking.cpp
compilationPolicy.cpp
deoptimization.cpp
dtraceJSDT.cpp
fieldDescriptor.cpp
fieldType.cpp
fprofiler.cpp
frame.cpp
globals.cpp
handles.cpp
icache.cpp
init.cpp
interfaceSupport.cpp
java.cpp
javaCalls.cpp
jniHandles.cpp
jniPeriodicChecker.cpp
memprofiler.cpp
monitorChunk.cpp
mutex.cpp
mutexLocker.cpp
objectMonitor.cpp
orderAccess.cpp
os.cpp
osThread.cpp
park.cpp
perfData.cpp
perfMemory.cpp
reflection.cpp
reflectionUtils.cpp
relocator.cpp
rframe.cpp
safepoint.cpp
serviceThread.cpp
sharedRuntime.cpp
sharedRuntimeTrans.cpp
sharedRuntimeTrig.cpp
signature.cpp
simpleThresholdPolicy.cpp
stackValue.cpp
stackValueCollection.cpp
statSampler.cpp
stubCodeGenerator.cpp
stubRoutines.cpp
sweeper.cpp
synchronizer.cpp
task.cpp
thread.cpp
threadLocalStorage.cpp
timer.cpp
unhandledOops.cpp
vframe.cpp
vframeArray.cpp
vframe_hp.cpp
virtualspace.cpp
vmStructs.cpp
vmThread.cpp
vm_operations.cpp
vm_version.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\attachListener.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\classLoadingService.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\diagnosticArgument.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\diagnosticCommand.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\diagnosticFramework.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\dtraceAttacher.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\g1MemoryPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\gcNotifier.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\heapDumper.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\lowMemoryDetector.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\management.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memBaseline.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memoryManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memoryPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memoryService.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memPtr.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memRecorder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memReporter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memSnapshot.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memTracker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memTrackWorker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\nmtDCmd.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\psMemoryPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\runtimeService.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\threadService.cpp
attachListener.cpp
classLoadingService.cpp
diagnosticArgument.cpp
diagnosticCommand.cpp
diagnosticFramework.cpp
dtraceAttacher.cpp
g1MemoryPool.cpp
gcNotifier.cpp
heapDumper.cpp
lowMemoryDetector.cpp
management.cpp
memBaseline.cpp
memoryManager.cpp
memoryPool.cpp
memoryService.cpp
memPtr.cpp
memRecorder.cpp
memReporter.cpp
memSnapshot.cpp
memTracker.cpp
memTrackWorker.cpp
nmtDCmd.cpp
psMemoryPool.cpp
runtimeService.cpp
threadService.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\accessFlags.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\array.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\bitMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\constantTag.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\copy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\debug.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\decoder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\decoder_elf.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\elfFile.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\elfStringTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\elfSymbolTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\errorReporter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\events.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\exceptions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\globalDefinitions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\growableArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\hashtable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\histogram.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\intHisto.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\numberSeq.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\ostream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\preserveException.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\quickSort.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\sizes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\taskqueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\ticks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\utf8.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\vmError.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\workgroup.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\xmlstream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\yieldingWorkgroup.cpp
accessFlags.cpp
array.cpp
bitMap.cpp
constantTag.cpp
copy.cpp
debug.cpp
decoder.cpp
decoder_elf.cpp
elfFile.cpp
elfStringTable.cpp
elfSymbolTable.cpp
errorReporter.cpp
events.cpp
exceptions.cpp
globalDefinitions.cpp
growableArray.cpp
hashtable.cpp
histogram.cpp
intHisto.cpp
numberSeq.cpp
ostream.cpp
quickSort.cpp
preserveException.cpp
sizes.cpp
taskqueue.cpp
ticks.cpp
utf8.cpp
vmError.cpp
workgroup.cpp
xmlstream.cpp
yieldingWorkgroup.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\adaptiveSizePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\ageTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\allocationStats.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\collectorCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\concurrentGCThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\cSpaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcAdaptivePolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcPolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcStats.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTimer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTrace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTraceSend.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTraceTime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcUtil.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\generationCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gSpaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\hSpaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\immutableSpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\markSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\mutableNUMASpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\mutableSpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\objectCountEventSender.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\parGCAllocBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\spaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\spaceDecorator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\vmGCOperations.cpp
ageTable.cpp
allocationStats.cpp
adaptiveSizePolicy.cpp
collectorCounters.cpp
concurrentGCThread.cpp
cSpaceCounters.cpp
gcAdaptivePolicyCounters.cpp
gcPolicyCounters.cpp
gcStats.cpp
gcTimer.cpp
gcTrace.cpp
gcTraceSend.cpp
gcTraceTime.cpp
gcUtil.cpp
generationCounters.cpp
gSpaceCounters.cpp
hSpaceCounters.cpp
immutableSpace.cpp
markSweep.cpp
mutableNUMASpace.cpp
mutableSpace.cpp
objectCountEventSender.cpp
parGCAllocBuffer.cpp
spaceCounters.cpp
spaceDecorator.cpp
vmGCOperations.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\attachListener_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\decoder_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\dtraceJSDT_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\jvm_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\mutex_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\perfMemory_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\stubRoutines_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\threadCritical_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\vmError_windows.cpp
attachListener_windows.cpp
decoder_windows.cpp
dtraceJSDT_windows.cpp
jvm_windows.cpp
mutex_windows.cpp
perfMemory_windows.cpp
stubRoutines_windows.cpp
threadCritical_windows.cpp
vmError_windows.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\assembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\bytecodeInterpreter_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\bytecodes_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_CodeStubs_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_FpuStackSim_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_FrameMap_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_LinearScan_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_LIRAssembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_LIRGenerator_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_MacroAssembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_Runtime1_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c2_init_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\compiledIC_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\cppInterpreter_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\debug_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\depChecker_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\frame_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\icache_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\icBuffer_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interpreterRT_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interpreter_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interp_masm_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interp_masm_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\jniFastGetField_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\macroAssembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\metaspaceShared_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\methodHandles_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\nativeInst_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\register_definitions_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\register_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\relocInfo_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\runtime_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\sharedRuntime_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\stubGenerator_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\stubRoutines_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\stubRoutines_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\templateInterpreter_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\templateTable_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\vmreg_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\vm_version_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\vtableStubs_x86_32.cpp
assembler_x86.cpp
bytecodes_x86.cpp
bytecodeInterpreter_x86.cpp
c1_CodeStubs_x86.cpp
c1_FpuStackSim_x86.cpp
c1_FrameMap_x86.cpp
c1_LinearScan_x86.cpp
c1_LIRAssembler_x86.cpp
c1_LIRGenerator_x86.cpp
c1_MacroAssembler_x86.cpp
c1_Runtime1_x86.cpp
c2_init_x86.cpp
compiledIC_x86.cpp
cppInterpreter_x86.cpp
debug_x86.cpp
depChecker_x86.cpp
frame_x86.cpp
icache_x86.cpp
icBuffer_x86.cpp
interpreterRT_x86_32.cpp
interpreter_x86_32.cpp
interp_masm_x86.cpp
interp_masm_x86_32.cpp
jniFastGetField_x86_32.cpp
macroAssembler_x86.cpp
metaspaceShared_x86_32.cpp
methodHandles_x86.cpp
nativeInst_x86.cpp
register_definitions_x86.cpp
register_x86.cpp
relocInfo_x86.cpp
runtime_x86_32.cpp
sharedRuntime_x86_32.cpp
stubGenerator_x86_32.cpp
stubRoutines_x86.cpp
stubRoutines_x86_32.cpp
templateInterpreter_x86_32.cpp
templateTable_x86_32.cpp
vmreg_x86.cpp
vm_version_x86.cpp
vtableStubs_x86_32.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\assembler_windows_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\threadLS_windows_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\thread_windows_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\vm_version_windows_x86.cpp
assembler_windows_x86.cpp
threadLS_windows_x86.cpp
thread_windows_x86.cpp
vm_version_windows_x86.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
..\generated\jvmtifiles\jvmtiEnter.cpp
..\generated\jvmtifiles\jvmtiEnterTrace.cpp
jvmtiEnterTrace.cpp
jvmtiEnter.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\wbtestmethods\parserTests.cpp
parserTests.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\adaptiveFreeList.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsAdaptiveSizePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsCollectorPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsGCAdaptivePolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsLockVerifier.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\compactibleFreeListSpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\concurrentMarkSweepGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\concurrentMarkSweepThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\freeChunk.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\promotionInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\vmCMSOperations.cpp
adaptiveFreeList.cpp
cmsAdaptiveSizePolicy.cpp
cmsCollectorPolicy.cpp
cmsGCAdaptivePolicyCounters.cpp
cmsLockVerifier.cpp
compactibleFreeListSpace.cpp
concurrentMarkSweepGeneration.cpp
concurrentMarkSweepThread.cpp
freeChunk.cpp
promotionInfo.cpp
vmCMSOperations.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\collectionSetChooser.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentG1Refine.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentG1RefineThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentMark.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentMarkThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\dirtyCardQueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1AllocRegion.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1BiasedArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1BlockOffsetTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1CardCounts.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1CollectedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1CollectorPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1ErgoVerbose.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1GCPhaseTimes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1HotCardCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1HRPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1Log.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1MarkSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1MMUTracker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1MonitoringSupport.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1RemSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1RemSetSummary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1SATBCardTableModRefBS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1_globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegion.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionRemSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionSeq.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionSets.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\ptrQueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\satbQueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\sparsePRT.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\survRateGroup.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\vm_operations_g1.cpp
collectionSetChooser.cpp
concurrentG1Refine.cpp
concurrentG1RefineThread.cpp
concurrentMark.cpp
concurrentMarkThread.cpp
dirtyCardQueue.cpp
g1AllocRegion.cpp
g1BiasedArray.cpp
g1BlockOffsetTable.cpp
g1CardCounts.cpp
g1CollectedHeap.cpp
g1CollectorPolicy.cpp
g1ErgoVerbose.cpp
g1GCPhaseTimes.cpp
g1HotCardCache.cpp
g1HRPrinter.cpp
g1Log.cpp
g1MarkSweep.cpp
g1MMUTracker.cpp
g1MonitoringSupport.cpp
g1RemSet.cpp
g1RemSetSummary.cpp
g1SATBCardTableModRefBS.cpp
g1_globals.cpp
heapRegion.cpp
heapRegionRemSet.cpp
heapRegionSeq.cpp
heapRegionSet.cpp
heapRegionSets.cpp
ptrQueue.cpp
satbQueue.cpp
sparsePRT.cpp
survRateGroup.cpp
vm_operations_g1.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\adjoiningGenerations.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\adjoiningVirtualSpaces.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\asPSOldGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\asPSYoungGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\cardTableExtension.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\gcTaskManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\gcTaskThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\generationSizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\objectStartArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\parallelScavengeHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\parMarkBitMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\pcTasks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psAdaptiveSizePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psCompactionManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psGCAdaptivePolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psGenerationCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psMarkSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psMarkSweepDecorator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psOldGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psParallelCompact.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psPromotionLAB.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psPromotionManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psScavenge.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psTasks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psVirtualspace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psYoungGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\vmPSOperations.cpp
adjoiningVirtualSpaces.cpp
adjoiningGenerations.cpp
asPSOldGen.cpp
asPSYoungGen.cpp
cardTableExtension.cpp
gcTaskManager.cpp
gcTaskThread.cpp
generationSizer.cpp
objectStartArray.cpp
parallelScavengeHeap.cpp
parMarkBitMap.cpp
pcTasks.cpp
psAdaptiveSizePolicy.cpp
psCompactionManager.cpp
psGCAdaptivePolicyCounters.cpp
psGenerationCounters.cpp
psMarkSweep.cpp
psMarkSweepDecorator.cpp
psOldGen.cpp
psParallelCompact.cpp
psPromotionLAB.cpp
psPromotionManager.cpp
psScavenge.cpp
psTasks.cpp
psVirtualspace.cpp
psYoungGen.cpp
vmPSOperations.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parNew\asParNewGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parNew\parCardTableModRefBS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parNew\parNewGeneration.cpp
asParNewGeneration.cpp
parCardTableModRefBS.cpp
parNewGeneration.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Canonicalizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_CFGPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Compilation.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Compiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Defs.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_FrameMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_GraphBuilder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Instruction.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_InstructionPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_IR.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LinearScan.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LIR.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LIRAssembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LIRGenerator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Optimizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_RangeCheckElimination.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Runtime1.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueStack.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueType.cpp
c1_Canonicalizer.cpp
c1_CFGPrinter.cpp
c1_Compilation.cpp
c1_Compiler.cpp
c1_Defs.cpp
c1_FrameMap.cpp
c1_globals.cpp
c1_GraphBuilder.cpp
c1_Instruction.cpp
c1_InstructionPrinter.cpp
c1_IR.cpp
c1_LinearScan.cpp
c1_LIR.cpp
c1_LIRAssembler.cpp
c1_LIRGenerator.cpp
c1_Optimizer.cpp
c1_RangeCheckElimination.cpp
c1_Runtime1.cpp
c1_ValueMap.cpp
c1_ValueSet.cpp
c1_ValueStack.cpp
c1_ValueType.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\addnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\block.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\buildOopMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\bytecodeInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\c2compiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\c2_globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\callGenerator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\callnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\cfgnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\chaitin.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\classes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\coalesce.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\compile.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\connode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\divnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\doCall.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\domgraph.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\escape.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\gcm.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\generateOptoStub.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\graphKit.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\idealGraphPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\idealKit.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\ifg.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\ifnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\indexSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\lcm.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\library_call.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\live.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\locknode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopopts.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopPredicate.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopTransform.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopUnswitch.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\machnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\macro.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\matcher.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\mathexactnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\memnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\mulnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\multnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\node.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\output.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parse1.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parse2.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parse3.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parseHelper.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\phase.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\phaseX.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\postaloc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\regalloc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\regmask.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\reg_split.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\rootnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\runtime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\split_if.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\stringopts.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\subnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\superword.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\type.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\vectornode.cpp
addnode.cpp
block.cpp
buildOopMap.cpp
bytecodeInfo.cpp
c2compiler.cpp
c2_globals.cpp
callGenerator.cpp
callnode.cpp
cfgnode.cpp
chaitin.cpp
classes.cpp
coalesce.cpp
compile.cpp
connode.cpp
divnode.cpp
doCall.cpp
domgraph.cpp
escape.cpp
gcm.cpp
generateOptoStub.cpp
graphKit.cpp
idealGraphPrinter.cpp
idealKit.cpp
ifg.cpp
ifnode.cpp
indexSet.cpp
lcm.cpp
library_call.cpp
live.cpp
locknode.cpp
loopnode.cpp
loopopts.cpp
loopPredicate.cpp
loopTransform.cpp
loopUnswitch.cpp
machnode.cpp
macro.cpp
matcher.cpp
mathexactnode.cpp
memnode.cpp
mulnode.cpp
multnode.cpp
node.cpp
output.cpp
parse1.cpp
parse2.cpp
parse3.cpp
parseHelper.cpp
phase.cpp
phaseX.cpp
postaloc.cpp
regalloc.cpp
regmask.cpp
reg_split.cpp
rootnode.cpp
runtime.cpp
split_if.cpp
stringopts.cpp
subnode.cpp
superword.cpp
type.cpp
vectornode.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\dict.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\port.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\set.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\vectset.cpp
dict.cpp
port.cpp
set.cpp
vectset.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
..\generated\adfiles\ad_x86_32.cpp
..\generated\adfiles\ad_x86_32_clone.cpp
..\generated\adfiles\ad_x86_32_expand.cpp
..\generated\adfiles\ad_x86_32_format.cpp
..\generated\adfiles\ad_x86_32_gen.cpp
..\generated\adfiles\ad_x86_32_misc.cpp
..\generated\adfiles\ad_x86_32_peephole.cpp
..\generated\adfiles\ad_x86_32_pipeline.cpp
..\generated\adfiles\dfa_x86_32.cpp
ad_x86_32_clone.cpp
ad_x86_32.cpp
ad_x86_32_expand.cpp
ad_x86_32_format.cpp
ad_x86_32_gen.cpp
ad_x86_32_misc.cpp
ad_x86_32_peephole.cpp
ad_x86_32_pipeline.cpp
dfa_x86_32.cpp
sh
C:\cygwin64\home\peter\jdk8\hotspot/make/windows/build_vm_def.sh
link: extra operand ‘_build_pch_file.obj’
Try 'link --help' for more information.
C:\progra~2\micros~3.0\vc\bin\link.exe
@C:\cygwin64\tmp\nm8360.tmp
Creando biblioteca jvm.lib y objeto jvm.exp
C:\progra~2\wi3cf2~1\8.0\bin\x86\mt.exe /manifest
jvm.dll.manifest /outputresource:jvm.dll;#2
Microsoft (R) Manifest Tool version 6.2.9200.20789
Copyright (c) Microsoft Corporation 2012.
All rights reserved.
zip -q jvm.diz jvm.map jvm.pdb
rm -f jvm.map jvm.pdb
set INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE;C:\Program Files (x86)\Windows
Kits\8.0\include\shared;C:\Program Files (x86)\Windows
Kits\8.0\include\um;C:\Program Files (x86)\Windows
Kits\8.0\include\winrt;C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE;C:\Program Files (x86)\Windows
Kits\8.0\include\shared;C:\Program Files (x86)\Windows
Kits\8.0\include\um;C:\Program Files (x86)\Windows
Kits\8.0\include\winrt;
C:\progra~2\micros~3.0\vc\bin\cl.exe @C:\cygwin64\tmp\nm98EC.tmp
cl : Lâ–’nea de comandos warning D9035 : La opciâ–’n 'GZ' estâ–’ obsoleta y se
quitarâ–’ en prâ–’ximas versiones
cl : Lâ–’nea de comandos warning D9036 : utilice 'RTC1' en lugar de 'GZ'
cl : Lâ–’cl : Lâ–’nea de comandos warning D9030 : nea de comandos warning
D9035 : La opciâ–’n 'o' estâ–’ obsoleta y se quitarâ–’ en pr'/Gm' es
incompatible con el multiprocesamiento; se omitirâ–’ el modificador
/MPâ–’ximas versiones
cl : Lâ–’nea de comandos warning D9002 : se omite la opciâ–’n desconocida
'-YX'
sadis.c
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(93) :
warning C4996: 'strerror': This function or variable may be unsafe.
Consider using strerror_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(164) : vea la declaraciâ–’n de 'strerror'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(96) :
warning C4996: 'strncpy': This function or variable may be unsafe.
Consider using strncpy_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(191) : vea la declaraciâ–’n de 'strncpy'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(126)
: warning C4996: '_snprintf': This function or variable may be unsafe.
Consider using _snprintf_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\stdio.h(349) : vea la declaraciâ–’n de '_snprintf'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(230)
: warning C4996: '_vsnprintf': This function or variable may be unsafe.
Consider using _vsnprintf_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\stdio.h(349) : vea la declaraciâ–’n de '_vsnprintf'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(280)
: warning C4244: 'funciâ–’n' : conversiâ–’n de 'jlong' a 'uintptr_t';
posible pâ–’rdida de datos
Generando câ–’digo...
Compilando...
sawindbg.cpp
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\os\win32\windbg\sawindbg.cpp(246)
: warning C4996: 'strcpy': This function or variable may be unsafe.
Consider using strcpy_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(110) : vea la declaraciâ–’n de 'strcpy'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\os\win32\windbg\sawindbg.cpp(253)
: warning C4996: 'strcat': This function or variable may be unsafe.
Consider using strcat_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(115) : vea la declaraciâ–’n de 'strcat'
Generando câ–’digo...
set LIB=C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\LIB;C:\Program Files (x86)\Windows
Kits\8.0\lib\win8\um\x86;C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\LIB;C:\Program Files (x86)\Windows Kits\8.0\lib\win8\um\x86;
C:\progra~2\micros~3.0\vc\bin\link.exe -out:sawindbg.dll -DLL
sawindbg.obj sadis.obj dbgeng.lib /SAFESEH -manifest -nologo
-subsystem:console -machine:I386 -map -debug
sawindbg.obj : warning LNK4075: se omite '/EDITANDCONTINUE' debido a la
especificaciâ–’n '/SAFESEH'
Creando biblioteca sawindbg.lib y objeto sawindbg.exp
C:\progra~2\wi3cf2~1\8.0\bin\x86\mt.exe -manifest
sawindbg.dll.manifest -outputresource:sawindbg.dll;#2
Microsoft (R) Manifest Tool version 6.2.9200.20789
Copyright (c) Microsoft Corporation 2012.
All rights reserved.
zip -q sawindbg.diz sawindbg.map sawindbg.pdb
rm -f sawindbg.map sawindbg.pdb
No docs () for windows
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
## Finished hotspot (build time 00:03:28)
## Starting corba
Compiling 6 files for BUILD_LOGUTIL
Creating corba/btjars/logutil.jar
Compiling 141 files for BUILD_IDLJ
Note:
c:\cygwin64\home\peter\jdk8\corba\src\share\classes\com\sun\tools\corba\se\idl\som\idlemit\MetaPragma.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating corba/btjars/idlj.jar
Compiling 1 files for BUILD_STRIPPROP
Updating corba/dist/lib/src.zip
Creating corba/btjars/stripproperties.jar
Compiling 1495 files for BUILD_BOOTSTRAP_CORBA
Compiling 1495 files for BUILD_CORBA
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating corba/btjars/btcorba.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating corba/dist/lib/classes.jar
Creating bin.zip
## Finished corba (build time 00:01:02)
## Starting jaxp
Compiling 1887 files for BUILD_JAXP
Updating jaxp/dist/lib/src.zip
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating jaxp/dist/lib/classes.jar
## Finished jaxp (build time 00:01:00)
## Starting jaxws
Compiling 24 files for BUILD_JAF
Compiling 2956 files for BUILD_JAXWS
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Updating jaxws/dist/lib/src.zip
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating jaxws/dist/lib/classes.jar
## Finished jaxws (build time 00:01:51)
## Starting jdk
Importing CORBA classes.jar
Importing CORBA src.zip
Importing CORBA bin.zip
Importing JAXP classes.jar
Importing JAXP src.zip
Importing JAXWS classes.jar
Importing JAXWS src.zip
Importing LANGTOOLS classes.jar
Importing LANGTOOLS src.zip
Generating charsetmapping classes
Compiling 161 files for BUILD_TOOLS
Generating buffer classes
Compilador de optimizaciâ–’n de C/C++ de Microsoft (R) versiâ–’n
17.00.60610.1 para x86
(C) Microsoft Corporation. Reservados todos los derechos.
Generating exceptions classes
genSocketOptionRegistry.c
Binary file (standard input) matches
Microsoft (R) Incremental Linker Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying and cleaning 53 properties
Compiling 521 properties into resource bundles
Creating sun/util/LocaleDataMetaInfo.java from 421 found resources.
Generating sun/misc/Version.java
Generating sun/misc/Version.java compact1
Generating sun/misc/Version.java compact2
Generating sun/misc/Version.java compact3
Aliases: Table size 1024 (10 bits), shift 0, max chain depth 3
Classes: Table size 32 (5 bits), shift 1, max chain depth 3
Cache: Table size 32 (5 bits), shift 1, max chain depth 3
Generating beaninfo
Generating Nimbus source files
[Error] encoded value was less than 0: encode(-8.326673E-17, 5.0, 11.0,
16.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] Encountered Infinity: encode(-0.00877193, 0.0, 7.0, 7.0)
Generating HTML DTD file
Compiling 4 files for BUILD_BREAKITERATOR
[Parsed DTD html32 in 110ms]
Compiling 9167 files for BUILD_JDK
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Compiling 235 files for BUILD_SECURITY
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e_asin.c
Binary file (standard input) matches
e_atanh.c
Binary file (standard input) matches
e_atan2.c
Binary file (standard input) matches
e_acos.c
Binary file (standard input) matches
e_cosh.c
Binary file (standard input) matches
e_exp.c
Binary file (standard input) matches
e_fmod.c
Binary file (standard input) matches
e_hypot.c
Binary file (standard input) matches
e_log.c
Binary file (standard input) matches
e_log10.c
Binary file (standard input) matches
e_pow.c
Binary file (standard input) matches
e_rem_pio2.c
Binary file (standard input) matches
e_remainder.c
Binary file (standard input) matches
e_scalb.c
Binary file (standard input) matches
e_sinh.c
Binary file (standard input) matches
e_sqrt.c
Binary file (standard input) matches
k_rem_pio2.c
Binary file (standard input) matches
k_cos.c
Binary file (standard input) matches
k_sin.c
Binary file (standard input) matches
k_standard.c
Binary file (standard input) matches
k_tan.c
Binary file (standard input) matches
s_atan.c
Binary file (standard input) matches
s_cbrt.c
Binary file (standard input) matches
s_ceil.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/lang/fdlibm/src/s_ceil.c(81)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
s_copysign.c
Binary file (standard input) matches
s_cos.c
Binary file (standard input) matches
s_expm1.c
Binary file (standard input) matches
s_fabs.c
Binary file (standard input) matches
s_finite.c
Binary file (standard input) matches
s_floor.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/lang/fdlibm/src/s_floor.c(82)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
s_frexp.c
Binary file (standard input) matches
s_ilogb.c
Binary file (standard input) matches
s_isnan.c
Binary file (standard input) matches
s_ldexp.c
Binary file (standard input) matches
s_lib_version.c
Binary file (standard input) matches
s_log1p.c
Binary file (standard input) matches
s_logb.c
Binary file (standard input) matches
s_matherr.c
Binary file (standard input) matches
s_modf.c
Binary file (standard input) matches
s_nextafter.c
Binary file (standard input) matches
s_rint.c
Binary file (standard input) matches
s_scalbn.c
Binary file (standard input) matches
s_signgam.c
Binary file (standard input) matches
s_significand.c
Binary file (standard input) matches
s_sin.c
Binary file (standard input) matches
s_tan.c
Binary file (standard input) matches
s_tanh.c
Binary file (standard input) matches
w_acos.c
Binary file (standard input) matches
w_asin.c
Binary file (standard input) matches
w_atanh.c
Binary file (standard input) matches
w_atan2.c
Binary file (standard input) matches
w_cosh.c
Binary file (standard input) matches
w_exp.c
Binary file (standard input) matches
w_fmod.c
Binary file (standard input) matches
w_hypot.c
Binary file (standard input) matches
w_log.c
Binary file (standard input) matches
w_log10.c
Binary file (standard input) matches
w_pow.c
Binary file (standard input) matches
w_remainder.c
Binary file (standard input) matches
w_scalb.c
Binary file (standard input) matches
w_sinh.c
Binary file (standard input) matches
w_sqrt.c
Binary file (standard input) matches
check_code.c
Binary file (standard input) matches
check_format.c
Binary file (standard input) matches
AccessController.c
Binary file (standard input) matches
Array.c
Binary file (standard input) matches
Bits.c
Binary file (standard input) matches
AtomicLong.c
Binary file (standard input) matches
Class.c
Binary file (standard input) matches
ClassLoader.c
Binary file (standard input) matches
Compiler.c
Binary file (standard input) matches
ConstantPool.c
Binary file (standard input) matches
Console_md.c
Binary file (standard input) matches
Double.c
Binary file (standard input) matches
Executable.c
Binary file (standard input) matches
Field.c
Binary file (standard input) matches
FileDescriptor_md.c
Binary file (standard input) matches
FileInputStream.c
Binary file (standard input) matches
FileInputStream_md.c
Binary file (standard input) matches
FileOutputStream_md.c
Binary file (standard input) matches
Float.c
Binary file (standard input) matches
GC.c
Binary file (standard input) matches
NativeSignalHandler.c
Binary file (standard input) matches
HostLocaleProviderAdapter_md.c
Binary file (standard input) matches
MessageUtils.c
Binary file (standard input) matches
NativeAccessors.c
Binary file (standard input) matches
Object.c
Binary file (standard input) matches
ObjectInputStream.c
Binary file (standard input) matches
ObjectOutputStream.c
Binary file (standard input) matches
ObjectStreamClass.c
Binary file (standard input) matches
Proxy.c
Binary file (standard input) matches
Package.c
Binary file (standard input) matches
ProcessEnvironment_md.c
Binary file (standard input) matches
ProcessImpl_md.c
Binary file (standard input) matches
RandomAccessFile.c
Binary file (standard input) matches
RandomAccessFile_md.c
Binary file (standard input) matches
Reflection.c
Binary file (standard input) matches
Runtime.c
Binary file (standard input) matches
SecurityManager.c
Binary file (standard input) matches
Shutdown.c
Binary file (standard input) matches
StrictMath.c
Binary file (standard input) matches
Signal.c
Binary file (standard input) matches
String.c
Binary file (standard input) matches
System.c
Binary file (standard input) matches
Thread.c
Binary file (standard input) matches
Throwable.c
Binary file (standard input) matches
TimeZone.c
Binary file (standard input) matches
VM.c
Binary file (standard input) matches
VMSupport.c
Binary file (standard input) matches
TimeZone_md.c
Binary file (standard input) matches
Version.c
Binary file (standard input) matches
Win32ErrorMode.c
Binary file (standard input) matches
WinCAPISeedGenerator.c
Binary file (standard input) matches
WinNTFileSystem_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/io/WinNTFileSystem_md.c(363)
: warning C4101: 'pathlen' : variable local sin referencia
Binary file (standard input) matches
WindowsPreferences.c
Binary file (standard input) matches
canonicalize_md.c
Binary file (standard input) matches
check_version.c
Binary file (standard input) matches
dirent_md.c
Binary file (standard input) matches
io_util.c
Binary file (standard input) matches
io_util_md.c
Binary file (standard input) matches
jdk_util.c
Binary file (standard input) matches
jio.c
Binary file (standard input) matches
jdk_util_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/common/jdk_util_md.c(45)
: warning C4101: 'ret' : variable local sin referencia
Binary file (standard input) matches
java_props_md.c
Binary file (standard input) matches
logging.c
Binary file (standard input) matches
jni_util.c
Binary file (standard input) matches
verify_stub.c
Binary file (standard input) matches
jni_util_md.c
Binary file (standard input) matches
Adler32.c
Binary file (standard input) matches
CRC32.c
Binary file (standard input) matches
Deflater.c
Binary file (standard input) matches
compress.c
Binary file (standard input) matches
Inflater.c
Binary file (standard input) matches
deflate.c
Binary file (standard input) matches
ZipFile.c
Binary file (standard input) matches
gzclose.c
Binary file (standard input) matches
gzlib.c
Binary file (standard input) matches
gzread.c
Binary file (standard input) matches
gzwrite.c
Binary file (standard input) matches
infback.c
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
trees.c
Binary file (standard input) matches
uncompr.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
zip_util.c
Binary file (standard input) matches
bytes.cpp
Binary file (standard input) matches
bands.cpp
Binary file (standard input) matches
coding.cpp
Binary file (standard input) matches
jni.cpp
Binary file (standard input) matches
utils.cpp
Binary file (standard input) matches
zip.cpp
Binary file (standard input) matches
unpack.cpp
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp(733)
: warning C4018: '<' : no coinciden signed/unsigned
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp(985)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
cmdtoargs.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/bin/cmdtoargs.c(211) :
warning C4047: '=' : 'char' es distinto en los niveles de
direccionamiento indirecto de 'void *'
Binary file (standard input) matches
java.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/bin/java.c(1253) : warning
C4101: 'result' : variable local sin referencia
Binary file (standard input) matches
jli_util.c
Binary file (standard input) matches
java_md.c
Binary file (standard input) matches
splashscreen_stubs.c
Binary file (standard input) matches
parse_manifest.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
version_comp.c
Binary file (standard input) matches
wildcard.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
cmdtoargs.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/bin/cmdtoargs.c(211) :
warning C4047: '=' : 'char' es distinto en los niveles de
direccionamiento indirecto de 'void *'
Binary file (standard input) matches
java.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/bin/java.c(1253) : warning
C4101: 'result' : variable local sin referencia
Binary file (standard input) matches
jli_util.c
Binary file (standard input) matches
java_md.c
Binary file (standard input) matches
parse_manifest.c
Binary file (standard input) matches
splashscreen_stubs.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
version_comp.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
wildcard.c
Binary file (standard input) matches
utf.c
Binary file (standard input) matches
npt.c
Binary file (standard input) matches
utf_md.c
Binary file (standard input) matches
DatagramPacket.c
Binary file (standard input) matches
DefaultProxySelector.c
Binary file (standard input) matches
DualStackPlainDatagramSocketImpl.c
Binary file (standard input) matches
DualStackPlainSocketImpl.c
Binary file (standard input) matches
Inet4Address.c
Binary file (standard input) matches
Inet4AddressImpl.c
Binary file (standard input) matches
Inet6Address.c
Binary file (standard input) matches
Inet6AddressImpl.c
Binary file (standard input) matches
InetAddress.c
Binary file (standard input) matches
InetAddressImplFactory.c
Binary file (standard input) matches
NTLMAuthSequence.c
Binary file (standard input) matches
NetworkInterface.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/net/NetworkInterface.c(289)
: warning C4133: '=' : tipos incompatibles, de 'wchar_t *' a 'char *'
Binary file (standard input) matches
NetworkInterface_winXP.c
Binary file (standard input) matches
ResolverConfigurationImpl.c
Binary file (standard input) matches
SocketInputStream.c
Binary file (standard input) matches
SocketOutputStream.c
Binary file (standard input) matches
TwoStacksPlainSocketImpl.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/net/TwoStacksPlainSocketImpl.c(578)
: warning C4101: 'scope' : variable local sin referencia
Binary file (standard input) matches
TwoStacksPlainDatagramSocketImpl.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c(1651)
: warning C4013: 'getAllInterfacesAndAddresses' sin definir; se supone
que extern devuelve como resultado int
Binary file (standard input) matches
net_util.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(155)
: warning C4101: 'barr' : variable local sin referencia
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(268)
: warning C4047: '==' : 'int' es distinto en los niveles de
direccionamiento indirecto de 'void *'
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(232)
: warning C4101: 'ipaddress' : variable local sin referencia
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(324)
: warning C4101: 'ipaddress' : variable local sin referencia
Binary file (standard input) matches
net_util_md.c
Binary file (standard input) matches
portconfig.c
Binary file (standard input) matches
FileChannelImpl.c
Binary file (standard input) matches
DatagramChannelImpl.c
Binary file (standard input) matches
DatagramDispatcher.c
Binary file (standard input) matches
FileDispatcherImpl.c
Binary file (standard input) matches
FileKey.c
Binary file (standard input) matches
IOUtil.c
Binary file (standard input) matches
Iocp.c
Binary file (standard input) matches
MappedByteBuffer.c
Binary file (standard input) matches
Net.c
Binary file (standard input) matches
RegistryFileTypeDetector.c
Binary file (standard input) matches
ServerSocketChannelImpl.c
Binary file (standard input) matches
SocketChannelImpl.c
Binary file (standard input) matches
SocketDispatcher.c
Binary file (standard input) matches
WindowsAsynchronousFileChannelImpl.c
Binary file (standard input) matches
WindowsAsynchronousServerSocketChannelImpl.c
Binary file (standard input) matches
WindowsAsynchronousSocketChannelImpl.c
Binary file (standard input) matches
WindowsSelectorImpl.c
Binary file (standard input) matches
WindowsNativeDispatcher.c
Binary file (standard input) matches
pcsc_md.c
nt.c
Binary file (standard input) matches
pcsc.c
Binary file (standard input) matches
WindowsDirectory.c
Binary file (standard input) matches
NativeCreds.c
Binary file (standard input) matches
security.cpp
Binary file (standard input) matches
j2secmod.c
Binary file (standard input) matches
j2secmod_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/sun/security/pkcs11/j2secmod_md.c(40)
: warning C4013: 'throwNullPointerException' sin definir; se supone que
extern devuelve como resultado int
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/sun/security/pkcs11/j2secmod_md.c(81)
: warning C4013: 'throwIOException' sin definir; se supone que extern
devuelve como resultado int
Binary file (standard input) matches
p11_convert.c
Binary file (standard input) matches
p11_dual.c
Binary file (standard input) matches
p11_crypt.c
Binary file (standard input) matches
p11_digest.c
Binary file (standard input) matches
p11_general.c
Binary file (standard input) matches
p11_md.c
Binary file (standard input) matches
p11_keymgmt.c
Binary file (standard input) matches
p11_mutex.c
Binary file (standard input) matches
p11_objmgmt.c
Binary file (standard input) matches
p11_sign.c
Binary file (standard input) matches
p11_sessmgmt.c
Binary file (standard input) matches
p11_util.c
Binary file (standard input) matches
ECC_JNI.cpp
Binary file (standard input) matches
ec.c
Binary file (standard input) matches
ec2_193.c
Binary file (standard input) matches
ec2_163.c
Binary file (standard input) matches
ec2_233.c
Binary file (standard input) matches
ec_naf.c
Binary file (standard input) matches
ec2_aff.c
Binary file (standard input) matches
ec2_mont.c
Binary file (standard input) matches
ecdecode.c
Binary file (standard input) matches
ecl.c
Binary file (standard input) matches
ecl_curve.c
Binary file (standard input) matches
ecl_gf.c
Binary file (standard input) matches
ecl_mult.c
Binary file (standard input) matches
ecp_192.c
Binary file (standard input) matches
ecp_224.c
Binary file (standard input) matches
ecp_256.c
Binary file (standard input) matches
ecp_384.c
Binary file (standard input) matches
ecp_521.c
Binary file (standard input) matches
ecp_aff.c
Binary file (standard input) matches
ecp_jac.c
Binary file (standard input) matches
ecp_jm.c
Binary file (standard input) matches
ecp_mont.c
Binary file (standard input) matches
mp_gf2m.c
Binary file (standard input) matches
mpi.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/security/ec/impl/mpi.c(2980)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
mplogic.c
Binary file (standard input) matches
mpmontg.c
Binary file (standard input) matches
oid.c
Binary file (standard input) matches
secitem.c
Binary file (standard input) matches
WindowsAttachProvider.c
Binary file (standard input) matches
WindowsVirtualMachine.c
Binary file (standard input) matches
socketTransport.c
Binary file (standard input) matches
socket_md.c
Binary file (standard input) matches
SharedMemoryTransport.c
Binary file (standard input) matches
SharedMemoryConnection.c
Binary file (standard input) matches
shmemBack.c
Binary file (standard input) matches
shmemBase.c
Binary file (standard input) matches
shmem_md.c
Binary file (standard input) matches
ArrayReferenceImpl.c
Binary file (standard input) matches
ArrayTypeImpl.c
Binary file (standard input) matches
ClassLoaderReferenceImpl.c
Binary file (standard input) matches
ClassObjectReferenceImpl.c
Binary file (standard input) matches
FieldImpl.c
Binary file (standard input) matches
ClassTypeImpl.c
Binary file (standard input) matches
EventRequestImpl.c
Binary file (standard input) matches
FrameID.c
Binary file (standard input) matches
MethodImpl.c
Binary file (standard input) matches
ObjectReferenceImpl.c
Binary file (standard input) matches
ReferenceTypeImpl.c
Binary file (standard input) matches
SDE.c
Binary file (standard input) matches
StackFrameImpl.c
Binary file (standard input) matches
StringReferenceImpl.c
Binary file (standard input) matches
ThreadGroupReferenceImpl.c
Binary file (standard input) matches
ThreadReferenceImpl.c
Binary file (standard input) matches
VirtualMachineImpl.c
Binary file (standard input) matches
bag.c
Binary file (standard input) matches
classTrack.c
Binary file (standard input) matches
commonRef.c
Binary file (standard input) matches
debugDispatch.c
Binary file (standard input) matches
debugLoop.c
Binary file (standard input) matches
debugInit.c
Binary file (standard input) matches
error_messages.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/back/error_messages.c(328) :
warning C4996: '_sleep': This function or variable has been superceded
by newer library or operating system functionality. Consider using Sleep
instead. See online help for details.
Binary file (standard input) matches
eventFilter.c
Binary file (standard input) matches
eventHelper.c
Binary file (standard input) matches
eventHandler.c
Binary file (standard input) matches
exec_md.c
Binary file (standard input) matches
invoker.c
Binary file (standard input) matches
linker_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/back/linker_md.c(62) :
warning C4013: 'free' sin definir; se supone que extern devuelve como
resultado int
Binary file (standard input) matches
inStream.c
Binary file (standard input) matches
log_messages.c
Binary file (standard input) matches
outStream.c
Binary file (standard input) matches
standardHandlers.c
Binary file (standard input) matches
stepControl.c
Binary file (standard input) matches
stream.c
Binary file (standard input) matches
transport.c
Binary file (standard input) matches
threadControl.c
Binary file (standard input) matches
util.c
Binary file (standard input) matches
JVM.c
Binary file (standard input) matches
EncodingSupport.c
jvm_symbols_md.c
Binary file (standard input) matches
FileSystemSupport_md.c
Binary file (standard input) matches
EncodingSupport_md.c
Binary file (standard input) matches
InstrumentationImplNativeMethods.c
Binary file (standard input) matches
InvocationAdapter.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/instrument/InvocationAdapter.c(156)
: warning C4101: 'agentClass' : variable local sin referencia
Binary file (standard input) matches
JPLISAssert.c
Binary file (standard input) matches
JPLISAgent.c
Binary file (standard input) matches
JarFacade.c
Binary file (standard input) matches
PathCharsValidator.c
Binary file (standard input) matches
JavaExceptions.c
Binary file (standard input) matches
Reentrancy.c
Binary file (standard input) matches
Utilities.c
Binary file (standard input) matches
ClassLoadingImpl.c
Binary file (standard input) matches
DiagnosticCommandImpl.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/management/DiagnosticCommandImpl.c(58)
: warning C4013: 'malloc' sin definir; se supone que extern devuelve
como resultado int
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/management/DiagnosticCommandImpl.c(68)
: warning C4013: 'free' sin definir; se supone que extern devuelve como
resultado int
Binary file (standard input) matches
canonicalize_md.c
Binary file (standard input) matches
Flag.c
Binary file (standard input) matches
GarbageCollectorImpl.c
Binary file (standard input) matches
FileSystemImpl.c
Binary file (standard input) matches
GcInfoBuilder.c
Binary file (standard input) matches
HotspotThread.c
Binary file (standard input) matches
MemoryImpl.c
Binary file (standard input) matches
HotSpotDiagnostic.c
Binary file (standard input) matches
MemoryManagerImpl.c
Binary file (standard input) matches
MemoryPoolImpl.c
Binary file (standard input) matches
ThreadImpl.c
Binary file (standard input) matches
OperatingSystemImpl.c
Binary file (standard input) matches
VMManagementImpl.c
Binary file (standard input) matches
management.c
Binary file (standard input) matches
debug_malloc.c
hprof_blocks.c
Binary file (standard input) matches
hprof_cpu.c
Binary file (standard input) matches
hprof_class.c
Binary file (standard input) matches
hprof_check.c
Binary file (standard input) matches
hprof_error.c
Binary file (standard input) matches
hprof_event.c
Binary file (standard input) matches
hprof_frame.c
Binary file (standard input) matches
hprof_init.c
Binary file (standard input) matches
hprof_ioname.c
Binary file (standard input) matches
hprof_listener.c
Binary file (standard input) matches
hprof_io.c
Binary file (standard input) matches
hprof_loader.c
Binary file (standard input) matches
hprof_md.c
Binary file (standard input) matches
hprof_object.c
Binary file (standard input) matches
hprof_monitor.c
Binary file (standard input) matches
hprof_reference.c
Binary file (standard input) matches
hprof_stack.c
Binary file (standard input) matches
hprof_site.c
Binary file (standard input) matches
hprof_string.c
Binary file (standard input) matches
hprof_table.c
Binary file (standard input) matches
hprof_tag.c
Binary file (standard input) matches
hprof_tls.c
Binary file (standard input) matches
hprof_trace.c
Binary file (standard input) matches
java_crw_demo.c
Binary file (standard input) matches
hprof_util.c
Binary file (standard input) matches
hprof_tracker.c
Binary file (standard input) matches
mlib_ImageAffine.c
Binary file (standard input) matches
mlib_ImageAffine_BC_D64.c
Binary file (standard input) matches
mlib_ImageAffine_BC_F32.c
Binary file (standard input) matches
mlib_ImageAffine_BC_S32.c
Binary file (standard input) matches
mlib_ImageAffine_BL_D64.c
Binary file (standard input) matches
mlib_ImageAffine_BL_F32.c
Binary file (standard input) matches
mlib_ImageAffine_BL_S32.c
Binary file (standard input) matches
mlib_ImageAffine_NN.c
Binary file (standard input) matches
mlib_ImageAffine_NN_Bit.c
Binary file (standard input) matches
mlib_ImageClipping.c
Binary file (standard input) matches
mlib_ImageConv2x2_f.c
Binary file (standard input) matches
mlib_ImageConvClearEdge_Bit.c
Binary file (standard input) matches
mlib_ImageConvClearEdge_Fp.c
Binary file (standard input) matches
mlib_ImageConvCopyEdge_Bit.c
Binary file (standard input) matches
mlib_ImageConvKernelConvert.c
Binary file (standard input) matches
mlib_ImageConvMxN.c
Binary file (standard input) matches
mlib_ImageConvMxN_Fp.c
Binary file (standard input) matches
mlib_ImageConvMxN_ext.c
Binary file (standard input) matches
mlib_ImageColorTrue2Index.c
Binary file (standard input) matches
mlib_ImageConv_16nw.c
Binary file (standard input) matches
mlib_ImageConv_32nw.c
Binary file (standard input) matches
mlib_ImageConv_16ext.c
Binary file (standard input) matches
mlib_ImageConv_D64nw.c
Binary file (standard input) matches
mlib_ImageConv_8ext.c
Binary file (standard input) matches
mlib_ImageConv_8nw.c
Binary file (standard input) matches
mlib_ImageConv_F32nw.c
Binary file (standard input) matches
mlib_ImageAffineEdge.c
Binary file (standard input) matches
mlib_ImageCopy_Bit.c
Binary file (standard input) matches
mlib_ImageDivTables.c
Binary file (standard input) matches
mlib_ImageCreate.c
Binary file (standard input) matches
mlib_ImageConv_u16nw.c
Binary file (standard input) matches
mlib_ImageFilters.c
Binary file (standard input) matches
mlib_ImageLookUp_64.c
Binary file (standard input) matches
mlib_ImageLookUp_Bit.c
Binary file (standard input) matches
mlib_ImageUtils.c
Binary file (standard input) matches
mlib_ImageScanPoly.c
Binary file (standard input) matches
mlib_ImageConv_u16ext.c
Binary file (standard input) matches
mlib_c_ImageAffineIndex_BC.c
Binary file (standard input) matches
mlib_c_ImageAffine_BC.c
Binary file (standard input) matches
mlib_c_ImageAffineIndex_BL.c
Binary file (standard input) matches
mlib_c_ImageAffine_BC_U16.c
Binary file (standard input) matches
mlib_c_ImageAffine_BC_S16.c
Binary file (standard input) matches
mlib_c_ImageAffine_BL.c
Binary file (standard input) matches
mlib_c_ImageAffine_BL_S16.c
Binary file (standard input) matches
mlib_c_ImageAffine_BL_U16.c
Binary file (standard input) matches
mlib_c_ImageAffine_NN.c
Binary file (standard input) matches
mlib_c_ImageConvClearEdge.c
Binary file (standard input) matches
mlib_c_ImageConvVersion.c
Binary file (standard input) matches
mlib_c_ImageConvCopyEdge.c
Binary file (standard input) matches
mlib_c_ImageConv_f.c
Binary file (standard input) matches
mlib_c_ImageCopy.c
Binary file (standard input) matches
mlib_c_ImageLookUp.c
Binary file (standard input) matches
mlib_sys.c
Binary file (standard input) matches
mlib_c_ImageLookUp_f.c
Binary file (standard input) matches
mlib_c_ImageThresh1_U8.c
Binary file (standard input) matches
AlphaMath.c
Binary file (standard input) matches
AccelGlyphCache.c
Binary file (standard input) matches
AlphaMacros.c
Binary file (standard input) matches
Any3Byte.c
Binary file (standard input) matches
Any4Byte.c
Binary file (standard input) matches
AnyByte.c
Binary file (standard input) matches
AnyInt.c
Binary file (standard input) matches
AnyShort.c
Binary file (standard input) matches
BufferedMaskBlit.c
Binary file (standard input) matches
Blit.c
Binary file (standard input) matches
BlitBg.c
Binary file (standard input) matches
BufferedRenderPipe.c
Binary file (standard input) matches
BufImgSurfaceData.c
Binary file (standard input) matches
ByteBinary1Bit.c
Binary file (standard input) matches
ByteBinary2Bit.c
Binary file (standard input) matches
ByteBinary4Bit.c
Binary file (standard input) matches
ByteGray.c
Binary file (standard input) matches
ByteIndexed.c
Binary file (standard input) matches
CmdIDList.cpp
Binary file (standard input) matches
ComCtl32Util.cpp
Binary file (standard input) matches
D3DBufImgOps.cpp
Binary file (standard input) matches
D3DBlitLoops.cpp
Binary file (standard input) matches
D3DContext.cpp
Binary file (standard input) matches
D3DGlyphCache.cpp
Binary file (standard input) matches
D3DMaskBlit.cpp
Binary file (standard input) matches
D3DGraphicsDevice.cpp
Binary file (standard input) matches
D3DMaskCache.cpp
Binary file (standard input) matches
D3DMaskFill.cpp
Binary file (standard input) matches
D3DPaints.cpp
Binary file (standard input) matches
D3DPipelineManager.cpp
Binary file (standard input) matches
D3DRenderer.cpp
Binary file (standard input) matches
D3DRenderQueue.cpp
Binary file (standard input) matches
D3DResourceManager.cpp
Binary file (standard input) matches
D3DSurfaceData.cpp
Binary file (standard input) matches
DataBufferNative.c
Binary file (standard input) matches
Disposer.c
Binary file (standard input) matches
D3DTextRenderer.cpp
Binary file (standard input) matches
D3DVertexCacher.cpp
Binary file (standard input) matches
DrawLine.c
Binary file (standard input) matches
DrawParallelogram.c
Binary file (standard input) matches
DrawPath.c
Binary file (standard input) matches
Devices.cpp
Binary file (standard input) matches
DllUtil.cpp
Binary file (standard input) matches
DrawPolygons.c
Binary file (standard input) matches
DrawRect.c
Binary file (standard input) matches
FillParallelogram.c
Binary file (standard input) matches
FillPath.c
Binary file (standard input) matches
FillRect.c
Binary file (standard input) matches
FillSpans.c
Binary file (standard input) matches
FourByteAbgrPre.c
Binary file (standard input) matches
FourByteAbgr.c
Binary file (standard input) matches
GDIBlitLoops.cpp
Binary file (standard input) matches
GDIHashtable.cpp
Binary file (standard input) matches
GDIRenderer.cpp
Binary file (standard input) matches
GDIWindowSurfaceData.cpp
Binary file (standard input) matches
GraphicsPrimitiveMgr.c
Binary file (standard input) matches
Index12Gray.c
Binary file (standard input) matches
Index8Gray.c
Binary file (standard input) matches
Hashtable.cpp
Binary file (standard input) matches
IntArgb.c
Binary file (standard input) matches
IntArgbBm.c
Binary file (standard input) matches
IntArgbPre.c
Binary file (standard input) matches
IntBgr.c
Binary file (standard input) matches
MapAccelFunc.c
Binary file (standard input) matches
IntRgbx.c
Binary file (standard input) matches
IntRgb.c
Binary file (standard input) matches
MaskFill.c
Binary file (standard input) matches
MaskBlit.c
Binary file (standard input) matches
OGLBlitLoops.c
Binary file (standard input) matches
MouseInfo.cpp
Binary file (standard input) matches
OGLBufImgOps.c
Binary file (standard input) matches
OGLContext.c
Binary file (standard input) matches
OGLFuncs.c
Binary file (standard input) matches
OGLMaskBlit.c
Binary file (standard input) matches
OGLMaskFill.c
Binary file (standard input) matches
OGLPaints.c
Binary file (standard input) matches
OGLRenderQueue.c
Binary file (standard input) matches
OGLRenderer.c
Binary file (standard input) matches
OGLSurfaceData.c
Binary file (standard input) matches
OGLTextRenderer.c
Binary file (standard input) matches
ProcessPath.c
Binary file (standard input) matches
OGLVertexCache.c
Binary file (standard input) matches
ObjectList.cpp
Binary file (standard input) matches
ShaderList.c
Binary file (standard input) matches
Region.c
Binary file (standard input) matches
ShapeSpanIterator.c
Binary file (standard input) matches
ScaledBlit.c
Binary file (standard input) matches
SpanClipRenderer.c
Binary file (standard input) matches
SurfaceData.c
Binary file (standard input) matches
ThreeByteBgr.c
Binary file (standard input) matches
Trace.c
Binary file (standard input) matches
Ushort4444Argb.c
Binary file (standard input) matches
ThemeReader.cpp
Binary file (standard input) matches
ShellFolder2.cpp
Binary file (standard input) matches
TransformHelper.c
Binary file (standard input) matches
Ushort555Rgb.c
Binary file (standard input) matches
Ushort555Rgbx.c
Binary file (standard input) matches
UshortGray.c
Binary file (standard input) matches
Ushort565Rgb.c
Binary file (standard input) matches
UshortIndexed.c
Binary file (standard input) matches
WGLGraphicsConfig.c
Binary file (standard input) matches
WGLSurfaceData.c
Binary file (standard input) matches
WPrinterJob.cpp
Binary file (standard input) matches
WindowsFlags.cpp
Binary file (standard input) matches
awt_AWTEvent.cpp
Binary file (standard input) matches
awt_BitmapUtil.cpp
Binary file (standard input) matches
awt_Brush.cpp
Binary file (standard input) matches
awt_Button.cpp
Binary file (standard input) matches
awt_Canvas.cpp
Binary file (standard input) matches
awt_Checkbox.cpp
Binary file (standard input) matches
awt_Choice.cpp
Binary file (standard input) matches
awt_Color.cpp
Binary file (standard input) matches
awt_Clipboard.cpp
Binary file (standard input) matches
awt_Container.cpp
Binary file (standard input) matches
awt_Cursor.cpp
Binary file (standard input) matches
awt_Component.cpp
Binary file (standard input) matches
awt_DCHolder.cpp
Binary file (standard input) matches
awt_Debug.cpp
Binary file (standard input) matches
awt_Desktop.cpp
Binary file (standard input) matches
awt_DataTransferer.cpp
Binary file (standard input) matches
awt_Dimension.cpp
Binary file (standard input) matches
awt_Dialog.cpp
Binary file (standard input) matches
awt_DesktopProperties.cpp
Binary file (standard input) matches
awt_DrawingSurface.cpp
Binary file (standard input) matches
awt_Event.cpp
Binary file (standard input) matches
awt_DnDDS.cpp
Binary file (standard input) matches
awt_DnDDT.cpp
Binary file (standard input) matches
awt_Font.cpp
Binary file (standard input) matches
awt_Frame.cpp
Binary file (standard input) matches
awt_GDIObject.cpp
Binary file (standard input) matches
awt_FileDialog.cpp
Binary file (standard input) matches
awt_ImageRep.c
Binary file (standard input) matches
awt_IconCursor.cpp
Binary file (standard input) matches
awt_ImagingLib.c
Binary file (standard input) matches
awt_InputEvent.cpp
Binary file (standard input) matches
awt_InputMethod.cpp
Binary file (standard input) matches
awt_InputTextInfor.cpp
Binary file (standard input) matches
awt_Insets.cpp
Binary file (standard input) matches
awt_KeyEvent.cpp
Binary file (standard input) matches
awt_KeyboardFocusManager.cpp
Binary file (standard input) matches
awt_Label.cpp
Binary file (standard input) matches
awt_List.cpp
Binary file (standard input) matches
awt_Menu.cpp
Binary file (standard input) matches
awt_MenuBar.cpp
Binary file (standard input) matches
awt_Mlib.cpp
Binary file (standard input) matches
awt_MenuItem.cpp
Binary file (standard input) matches
awt_MouseEvent.cpp
Binary file (standard input) matches
awt_Object.cpp
Binary file (standard input) matches
awt_Palette.cpp
Binary file (standard input) matches
awt_Panel.cpp
Binary file (standard input) matches
awt_Pen.cpp
Binary file (standard input) matches
awt_PopupMenu.cpp
Binary file (standard input) matches
awt_PrintControl.cpp
Binary file (standard input) matches
awt_PrintDialog.cpp
Binary file (standard input) matches
awt_PrintJob.cpp
Binary file (standard input) matches
awt_Rectangle.cpp
Binary file (standard input) matches
awt_Robot.cpp
Binary file (standard input) matches
awt_ScrollPane.cpp
Binary file (standard input) matches
awt_Scrollbar.cpp
Binary file (standard input) matches
awt_TextArea.cpp
Binary file (standard input) matches
awt_TextComponent.cpp
Binary file (standard input) matches
awt_TextField.cpp
Binary file (standard input) matches
awt_Win32GraphicsConfig.cpp
Binary file (standard input) matches
awt_TrayIcon.cpp
Binary file (standard input) matches
awt_Win32GraphicsDevice.cpp
Binary file (standard input) matches
awt_Toolkit.cpp
Binary file (standard input) matches
awt_Win32GraphicsEnv.cpp
Binary file (standard input) matches
awt_new.cpp
Binary file (standard input) matches
awt_Window.cpp
Binary file (standard input) matches
awt_parseImage.c
Binary file (standard input) matches
debug_assert.c
debug_mem.c
awt_ole.cpp
Binary file (standard input) matches
dither.c
Binary file (standard input) matches
debug_util.c
Binary file (standard input) matches
debug_trace.c
Binary file (standard input) matches
gifdecoder.c
Binary file (standard input) matches
imageInitIDs.c
Binary file (standard input) matches
img_globals.c
Binary file (standard input) matches
initIDs.cpp
Binary file (standard input) matches
LCMS.c
Binary file (standard input) matches
rect.c
Binary file (standard input) matches
cmscam02.c
Binary file (standard input) matches
cmscgats.c
Binary file (standard input) matches
cmscnvrt.c
Binary file (standard input) matches
cmserr.c
Binary file (standard input) matches
cmsgamma.c
Binary file (standard input) matches
cmsgmt.c
Binary file (standard input) matches
cmshalf.c
Binary file (standard input) matches
cmsintrp.c
Binary file (standard input) matches
cmsio0.c
Binary file (standard input) matches
cmsio1.c
Binary file (standard input) matches
cmslut.c
Binary file (standard input) matches
cmsmd5.c
Binary file (standard input) matches
cmsmtrx.c
Binary file (standard input) matches
cmsnamed.c
Binary file (standard input) matches
cmsopt.c
Binary file (standard input) matches
cmspcs.c
Binary file (standard input) matches
cmsplugin.c
Binary file (standard input) matches
cmspack.c
Binary file (standard input) matches
cmsps2.c
Binary file (standard input) matches
cmssamp.c
Binary file (standard input) matches
cmssm.c
Binary file (standard input) matches
cmstypes.c
Binary file (standard input) matches
cmswtpnt.c
Binary file (standard input) matches
cmsvirt.c
Binary file (standard input) matches
cmsxform.c
Binary file (standard input) matches
jcapimin.c
Binary file (standard input) matches
jcapistd.c
Binary file (standard input) matches
jccoefct.c
Binary file (standard input) matches
imageioJPEG.c
Binary file (standard input) matches
jccolor.c
Binary file (standard input) matches
jcdctmgr.c
Binary file (standard input) matches
jchuff.c
Binary file (standard input) matches
jcinit.c
Binary file (standard input) matches
jcmainct.c
Binary file (standard input) matches
jcmarker.c
Binary file (standard input) matches
jcmaster.c
Binary file (standard input) matches
jcomapi.c
Binary file (standard input) matches
jcparam.c
Binary file (standard input) matches
jcprepct.c
Binary file (standard input) matches
jcsample.c
Binary file (standard input) matches
jcphuff.c
Binary file (standard input) matches
jctrans.c
Binary file (standard input) matches
jdapimin.c
Binary file (standard input) matches
jdapistd.c
Binary file (standard input) matches
jdcoefct.c
Binary file (standard input) matches
jdcolor.c
Binary file (standard input) matches
jddctmgr.c
Binary file (standard input) matches
jdinput.c
Binary file (standard input) matches
jdhuff.c
Binary file (standard input) matches
jdmainct.c
Binary file (standard input) matches
jdmarker.c
Binary file (standard input) matches
jdmaster.c
Binary file (standard input) matches
jdmerge.c
Binary file (standard input) matches
jdphuff.c
Binary file (standard input) matches
jdpostct.c
Binary file (standard input) matches
jdsample.c
Binary file (standard input) matches
jdtrans.c
Binary file (standard input) matches
jerror.c
Binary file (standard input) matches
jfdctflt.c
Binary file (standard input) matches
jfdctfst.c
Binary file (standard input) matches
jidctflt.c
Binary file (standard input) matches
jfdctint.c
Binary file (standard input) matches
jidctfst.c
Binary file (standard input) matches
jidctint.c
Binary file (standard input) matches
jidctred.c
Binary file (standard input) matches
jmemmgr.c
Binary file (standard input) matches
jmemnobs.c
Binary file (standard input) matches
jpegdecoder.c
Binary file (standard input) matches
jquant1.c
Binary file (standard input) matches
jquant2.c
Binary file (standard input) matches
jutils.c
Binary file (standard input) matches
AnchorTables.cpp
Binary file (standard input) matches
AlternateSubstSubtables.cpp
Binary file (standard input) matches
ArabicLayoutEngine.cpp
Binary file (standard input) matches
ArabicShaping.cpp
Binary file (standard input) matches
CanonData.cpp
Binary file (standard input) matches
CanonShaping.cpp
Binary file (standard input) matches
ClassDefinitionTables.cpp
Binary file (standard input) matches
ContextualGlyphInsertionProc2.cpp
Binary file (standard input) matches
ContextualGlyphSubstProc.cpp
Binary file (standard input) matches
ContextualGlyphSubstProc2.cpp
Binary file (standard input) matches
ContextualSubstSubtables.cpp
Binary file (standard input) matches
CoverageTables.cpp
Binary file (standard input) matches
CursiveAttachmentSubtables.cpp
Binary file (standard input) matches
DeviceTables.cpp
Binary file (standard input) matches
DrawGlyphList.c
Binary file (standard input) matches
Features.cpp
Binary file (standard input) matches
ExtensionSubtables.cpp
Binary file (standard input) matches
FontInstanceAdapter.cpp
Binary file (standard input) matches
GDEFMarkFilter.cpp
Binary file (standard input) matches
GXLayoutEngine.cpp
Binary file (standard input) matches
GXLayoutEngine2.cpp
Binary file (standard input) matches
GlyphDefinitionTables.cpp
Binary file (standard input) matches
GlyphLookupTables.cpp
Binary file (standard input) matches
GlyphIterator.cpp
Binary file (standard input) matches
GlyphPositionAdjustments.cpp
Binary file (standard input) matches
GlyphPositioningTables.cpp
Binary file (standard input) matches
GlyphSubstitutionTables.cpp
Binary file (standard input) matches
GlyphSubstLookupProc.cpp
Binary file (standard input) matches
GlyphPosnLookupProc.cpp
Binary file (standard input) matches
HanLayoutEngine.cpp
Binary file (standard input) matches
IndicClassTables.cpp
Binary file (standard input) matches
HangulLayoutEngine.cpp
Binary file (standard input) matches
IndicLayoutEngine.cpp
Binary file (standard input) matches
IndicRearrangementProcessor.cpp
Binary file (standard input) matches
IndicRearrangementProcessor2.cpp
Binary file (standard input) matches
IndicReordering.cpp
Binary file (standard input) matches
KernTable.cpp
Binary file (standard input) matches
KhmerLayoutEngine.cpp
Binary file (standard input) matches
LEFontInstance.cpp
Binary file (standard input) matches
LEGlyphStorage.cpp
Binary file (standard input) matches
KhmerReordering.cpp
Binary file (standard input) matches
LEInsertionList.cpp
Binary file (standard input) matches
LigatureSubstProc2.cpp
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/font/layout/LigatureSubstProc2.cpp(123)
: warning C4018: '>' : no coinciden signed/unsigned
Binary file (standard input) matches
LigatureSubstProc.cpp
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/font/layout/LigatureSubstProc.cpp(118)
: warning C4018: '>' : no coinciden signed/unsigned
Binary file (standard input) matches
LigatureSubstSubtables.cpp
Binary file (standard input) matches
LayoutEngine.cpp
Binary file (standard input) matches
LookupTables.cpp
Binary file (standard input) matches
Lookups.cpp
Binary file (standard input) matches
LookupProcessor.cpp
Binary file (standard input) matches
MPreFixups.cpp
Binary file (standard input) matches
MarkArrays.cpp
Binary file (standard input) matches
MarkToBasePosnSubtables.cpp
Binary file (standard input) matches
MarkToLigaturePosnSubtables.cpp
Binary file (standard input) matches
MarkToMarkPosnSubtables.cpp
Binary file (standard input) matches
MirroredCharData.cpp
Binary file (standard input) matches
MultipleSubstSubtables.cpp
Binary file (standard input) matches
MorphTables.cpp
Binary file (standard input) matches
MorphTables2.cpp
Binary file (standard input) matches
OpenTypeUtilities.cpp
Binary file (standard input) matches
NonContextualGlyphSubstProc2.cpp
Binary file (standard input) matches
OpenTypeLayoutEngine.cpp
Binary file (standard input) matches
NonContextualGlyphSubstProc.cpp
Binary file (standard input) matches
PairPositioningSubtables.cpp
Binary file (standard input) matches
ScriptAndLanguage.cpp
Binary file (standard input) matches
ScriptAndLanguageTags.cpp
Binary file (standard input) matches
SegmentArrayProcessor.cpp
Binary file (standard input) matches
SegmentSingleProcessor.cpp
Binary file (standard input) matches
SegmentArrayProcessor2.cpp
Binary file (standard input) matches
SegmentSingleProcessor2.cpp
Binary file (standard input) matches
ShapingTypeData.cpp
Binary file (standard input) matches
SimpleArrayProcessor.cpp
Binary file (standard input) matches
SimpleArrayProcessor2.cpp
Binary file (standard input) matches
SingleSubstitutionSubtables.cpp
Binary file (standard input) matches
SinglePositioningSubtables.cpp
Binary file (standard input) matches
SingleTableProcessor.cpp
Binary file (standard input) matches
SingleTableProcessor2.cpp
Binary file (standard input) matches
StateTableProcessor.cpp
Binary file (standard input) matches
StateTableProcessor2.cpp
Binary file (standard input) matches
SubtableProcessor.cpp
Binary file (standard input) matches
SubtableProcessor2.cpp
Binary file (standard input) matches
SubstitutionLookups.cpp
Binary file (standard input) matches
SunLayoutEngine.cpp
Binary file (standard input) matches
ThaiStateTables.cpp
Binary file (standard input) matches
ThaiLayoutEngine.cpp
Binary file (standard input) matches
ThaiShaping.cpp
Binary file (standard input) matches
TibetanLayoutEngine.cpp
Binary file (standard input) matches
TibetanReordering.cpp
Binary file (standard input) matches
TrimmedArrayProcessor.cpp
Binary file (standard input) matches
TrimmedArrayProcessor2.cpp
Binary file (standard input) matches
ValueRecords.cpp
Binary file (standard input) matches
sunFont.c
Binary file (standard input) matches
fontpath.c
Binary file (standard input) matches
freetypeScaler.c
Binary file (standard input) matches
lcdglyph.c
Binary file (standard input) matches
compress.c
Binary file (standard input) matches
deflate.c
Binary file (standard input) matches
dgif_lib.c
Binary file (standard input) matches
gif_err.c
Binary file (standard input) matches
gifalloc.c
Binary file (standard input) matches
gzclose.c
Binary file (standard input) matches
gzlib.c
Binary file (standard input) matches
gzread.c
Binary file (standard input) matches
gzwrite.c
Binary file (standard input) matches
jawt.cpp
Binary file (standard input) matches
infback.c
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
jcapimin.c
Binary file (standard input) matches
jcapistd.c
Binary file (standard input) matches
jccoefct.c
Binary file (standard input) matches
jccolor.c
Binary file (standard input) matches
java_awt_SplashScreen.c
Binary file (standard input) matches
jcdctmgr.c
Binary file (standard input) matches
jchuff.c
Binary file (standard input) matches
jcinit.c
Binary file (standard input) matches
jcmainct.c
Binary file (standard input) matches
jcmarker.c
Binary file (standard input) matches
jcmaster.c
Binary file (standard input) matches
jcomapi.c
Binary file (standard input) matches
jcparam.c
Binary file (standard input) matches
jcphuff.c
Binary file (standard input) matches
jcprepct.c
Binary file (standard input) matches
jcsample.c
Binary file (standard input) matches
jctrans.c
Binary file (standard input) matches
jdapimin.c
Binary file (standard input) matches
jdapistd.c
Binary file (standard input) matches
jdcoefct.c
Binary file (standard input) matches
jdcolor.c
Binary file (standard input) matches
jddctmgr.c
Binary file (standard input) matches
jdinput.c
Binary file (standard input) matches
jdhuff.c
Binary file (standard input) matches
jdmainct.c
Binary file (standard input) matches
jdmarker.c
Binary file (standard input) matches
jdmerge.c
Binary file (standard input) matches
jdmaster.c
Binary file (standard input) matches
jdphuff.c
Binary file (standard input) matches
jdtrans.c
Binary file (standard input) matches
jdsample.c
Binary file (standard input) matches
jdpostct.c
Binary file (standard input) matches
jerror.c
Binary file (standard input) matches
jfdctflt.c
Binary file (standard input) matches
jfdctfst.c
Binary file (standard input) matches
jfdctint.c
Binary file (standard input) matches
jidctflt.c
Binary file (standard input) matches
jidctfst.c
Binary file (standard input) matches
jidctint.c
Binary file (standard input) matches
jidctred.c
Binary file (standard input) matches
jmemmgr.c
Binary file (standard input) matches
jmemnobs.c
Binary file (standard input) matches
jquant1.c
Binary file (standard input) matches
jquant2.c
Binary file (standard input) matches
jutils.c
Binary file (standard input) matches
pngerror.c
Binary file (standard input) matches
png.c
Binary file (standard input) matches
pngget.c
Binary file (standard input) matches
pngmem.c
Binary file (standard input) matches
pngpread.c
Binary file (standard input) matches
pngread.c
Binary file (standard input) matches
pngrio.c
Binary file (standard input) matches
pngrtran.c
Binary file (standard input) matches
pngset.c
Binary file (standard input) matches
pngrutil.c
Binary file (standard input) matches
pngtrans.c
Binary file (standard input) matches
pngwio.c
Binary file (standard input) matches
pngwrite.c
Binary file (standard input) matches
pngwtran.c
Binary file (standard input) matches
pngwutil.c
Binary file (standard input) matches
splashscreen_gfx_impl.c
Binary file (standard input) matches
splashscreen_impl.c
Binary file (standard input) matches
splashscreen_gif.c
Binary file (standard input) matches
splashscreen_jpeg.c
Binary file (standard input) matches
uncompr.c
Binary file (standard input) matches
trees.c
Binary file (standard input) matches
splashscreen_png.c
Binary file (standard input) matches
splashscreen_sys.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
MidiInDevice.c
Binary file (standard input) matches
MidiInDeviceProvider.c
Binary file (standard input) matches
MidiOutDevice.c
Binary file (standard input) matches
MidiOutDeviceProvider.c
Binary file (standard input) matches
PLATFORM_API_WinOS_MidiOut.c
Binary file (standard input) matches
PLATFORM_API_WinOS_Ports.c
Binary file (standard input) matches
PLATFORM_API_WinOS_Util.c
Binary file (standard input) matches
PLATFORM_API_WinOS_MidiIn.cpp
Binary file (standard input) matches
PlatformMidi.c
Binary file (standard input) matches
Platform.c
Binary file (standard input) matches
PortMixer.c
Binary file (standard input) matches
PortMixerProvider.c
Binary file (standard input) matches
Utilities.c
Binary file (standard input) matches
DirectAudioDeviceProvider.c
Binary file (standard input) matches
DirectAudioDevice.c
Binary file (standard input) matches
Microsoft (R) Library Manager Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libverify/verify.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libverify/verify.exp
Utilities.c
Binary file (standard input) matches
Microsoft (R) Library Manager Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.
PLATFORM_API_WinOS_DirectSound.cpp
Binary file (standard input) matches
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjli/jli.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjli/jli.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnpt/npt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnpt/npt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pcsc/j2pcsc.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pcsc/j2pcsc.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunmscapi/sunmscapi.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunmscapi/sunmscapi.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libkrb5/w2k_lsa_auth.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libkrb5/w2k_lsa_auth.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pkcs11/j2pkcs11.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pkcs11/j2pkcs11.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunec/sunec.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunec/sunec.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_shmem/dt_shmem.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_shmem/dt_shmem.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libhprof_jvmti/hprof.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libhprof_jvmti/hprof.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava_crw_demo/java_crw_demo.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava_crw_demo/java_crw_demo.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsplashscreen/splashscreen.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsplashscreen/splashscreen.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava/java.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava/java.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libzip/zip.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libzip/zip.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libunpack/unpack.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libunpack/unpack.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjaas/jaas_nt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjaas/jaas_nt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnet/net.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnet/net.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libattach/attach.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libattach/attach.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_socket/dt_socket.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_socket/dt_socket.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjdwp/jdwp.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjdwp/jdwp.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsdt/jsdt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsdt/jsdt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmanagement/management.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmanagement/management.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libinstrument/instrument.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libinstrument/instrument.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmlib_image/mlib_image.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmlib_image/mlib_image.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.exp
libcpmt.lib(xthrow.obj) : error LNK2038: se detectaron diferencias para
'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el valor
'MD_DynamicRelease' en awt_DnDDS.obj
libcpmt.lib(syserror.obj) : error LNK2038: se detectaron diferencias
para 'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el
valor 'MD_DynamicRelease' en awt_DnDDS.obj
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.exp
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll
: fatal error LNK1319: diferencias detectadas: 2
make[2]: *** [lib/Awt2dLibraries.gmk:463:
/cygdrive/c/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll]
Error 39
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [BuildJdk.gmk:70: libs-only] Error 2
make: *** [/home/peter/jdk8//make/Main.gmk:116: jdk-only] Error 2
I have been cursed with the task of compiling openjdk8 under windows. I
have been mainly following the instructions on
http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html and
https://community.oracle.com/blogs/simonis/2011/10/28/yaojowbi-yet-another-openjdk-windows-build-instruction,
using a spanish Windwos 10 Professional and Visual Studio 2015 Community
Edition.
I am using the follwoing configuration line:
./configure --with-target-bits=32
--with-boot-jdk=/cygdrive/c/OpenJdkDevel/Java/jdk1.8.0_112_32/
--with-freetype-include=/cygdrive/c/OpenJdkDevel/freetype-2.4.12/include
--with-freetyp
e-lib=/cygdrive/c/OpenJdkDevel/freetype-2.4.12/objs/win32/vc2010
and %VS110COMNTOOLS%vsvars32.bat for a target environment of 32bit JVM
for windows 8 really, should be Windows 2012 later (the real objective
is to provide an applet I cannot change with a runtime that sets a
customized user.home location)
The first problems I did encounter were the following:
- The configuration cygwin version check gets confused by "2.6" not
being "1.7"
Quick and dirty:
common/autoconf/basics_windows.m4:315:
CYGWIN_VERSION_OK=`$ECHO $CYGWIN_VERSION | $GREP ^2.6.`
if test "x$CYGWIN_VERSION_OK" = x; then
AC_MSG_NOTICE([Your cygwin is too old. You are running
$CYGWIN_VERSION, but at least cygwin 1.7 is required. Please upgrade.])
AC_MSG_ERROR([Cannot continue])
fi
common/autoconf/toolchain.m4:52:
COMPILER_VERSION=`$ECHO $COMPILER_VERSION_TEST | $SED -n
"s/^.*versi.n \(@<:@1-9@:>@@<:@0-9.@:>@*\) .*/\1/p"`
- The version string in the spanish locale of the windows cl.exe is
"Compilador de optimización de C/C++ de Microsoft (R) versión
17.00.60610.1 para x86", which totally confuses the sed regex compiler
version extractors. Since the accented characters seem to be broken in
cygwins mintty I had to replace it on some location by an awk command to
extract the version (
hotspot/make/windows/get_msc_ver.sh:61:
MSC_VER_RAW=`cl 2>&1 | "$HEAD" -n 1 | awk -b '{match($0,
"[0-9][0-9][0-9.]*", arr); print arr[0]}'`
86:
LD_VER_RAW=`"$link_cmd" 2>&1 | "$HEAD" -n 1 | "$SED" 's/.*[Vv]ersi.n[\
]*\([0-9][0-9.]*\).*/\1/'`
After that, I can start the build process, which fails with a linker
error:
[...]
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.exp
libcpmt.lib(xthrow.obj) : error LNK2038: se detectaron diferencias para
'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el valor
'MD_DynamicRelease' en awt_DnDDS.obj
libcpmt.lib(syserror.obj) : error LNK2038: se detectaron diferencias
para 'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el
valor 'MD_DynamicRelease' en awt_DnDDS.obj
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.exp
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll
: fatal error LNK1319: diferencias detectadas: 2
make[2]: *** [lib/Awt2dLibraries.gmk:463:
/cygdrive/c/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll]
Error 39
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [BuildJdk.gmk:70: libs-only] Error 2
make: *** [/home/peter/jdk8//make/Main.gmk:116: jdk-only] Error 2
I have no idea what I am supposed to do with that, it looks like
somewhere there is a wrong compiler/linker option for generation or
including of static/dynamic library or the wrong input configured
somewhere.
I normally don't do windows, and the readme files for the build process
all look a bit dated, so I guess it may be some stupid beginner's
mistake somehwere...
Any ideas?
The whole make output looks like this:
$ make clean
Building 'windows-x86-normal-server-release' (matching
CONF=windows-x86-normal-server-release)
Cleaning langtools build artifacts ... done
Cleaning corba build artifacts ... done
Cleaning jaxp build artifacts ... done
Cleaning jaxws build artifacts ... done
Cleaning hotspot build artifacts ... done
Cleaning jdk build artifacts ... done
Cleaning nashorn build artifacts ... done
Cleaning images build artifacts ... done
Cleaning overlay-images build artifacts ... done
Cleaning bootcycle-build build artifacts ... done
Cleaning docs build artifacts ... done
Cleaning docstemp build artifacts ... done
Cleaning testoutput build artifacts ... done
Cleaned all build artifacts.
***@kropotkin ~/jdk8
$ make all
Building 'windows-x86-normal-server-release' (matching
CONF=windows-x86-normal-server-release)
Building OpenJDK for target 'all' in configuration
'windows-x86-normal-server-release'
## Starting langtools
Compiling 2 files for BUILD_TOOLS
Compiling 31 properties into resource bundles
Compiling 777 files for BUILD_BOOTSTRAP_LANGTOOLS
Creating langtools/dist/bootstrap/lib/javac.jar
Updating langtools/dist/lib/src.zip
Compiling 780 files for BUILD_FULL_JAVAC
Creating langtools/dist/lib/classes.jar
## Finished langtools (build time 00:01:22)
## Starting hotspot
make[2]: warning: -jN forced in submake: disabling jobserver mode.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
cd windows_i486_compiler2
nmake -nologo -f
C:\cygwin64\home\peter\jdk8\hotspot\make\windows\makefiles\top.make
BUILD_FLAVOR=product ARCH=x86
nmake in ./generated
cd generated && "C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\BIN\nmake.EXE" -NOLOGO -f
C:\cygwin64\home\peter\jdk8\hotspot\make\windows\makefiles\generated.make
DIR=.\generated BUILD_FLAVOR=product
mkdir -p ../generated/saclasses
...Building sa-jdi.jar into ../generated/saclasses
...C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javac -g -encoding ascii
-source 6 -target 6 -classpath
C:\OpenJdkDevel\Java\jdk1.8.0_112_32/lib/tools.jar -d
../generated/saclasses ....
warning: [options] bootstrap class path not set in conjunction with
-source 1.6
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\rmic" -classpath
../generated/saclasses -d ../generated/saclasses
sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
Warning: generation and use of skeletons and static stubs for JRMP
is deprecated. Skeletons are unnecessary, and static stubs have
been superseded by dynamically generated stubs. Users are
encouraged to migrate away from using rmic to generate skeletons and
static
stubs. See the documentation for java.rmi.server.UnicastRemoteObject.
echo sun.jvm.hotspot.runtime.VM.saBuildVersion=25.0-b70>
../generated/saclasses/sa.properties
rm -f
../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js
cp
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js
../generated/saclasses/sun/jvm/hotspot/utilities/soql
rm -rf ../generated/saclasses/sun/jvm/hotspot/ui/resources
mkdir ../generated/saclasses/sun/jvm/hotspot/ui/resources
cp
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png
../generated/saclasses/sun/jvm/hotspot/ui/resources
cp -r
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes/images/*
../generated/saclasses
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\jar" cf
../generated/sa-jdi.jar -C ../generated/saclasses .
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\jar" uf
../generated/sa-jdi.jar -C
C:\cygwin64\home\peter\jdk8\hotspot/agent/src/share/classes
META-INF/services/com.sun.jdi.connect.Connector
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni
sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni
sun.jvm.hotspot.debugger.x86.X86ThreadContext
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni
sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javah" -classpath
../generated/saclasses -jni sun.jvm.hotspot.asm.Disassembler
rm -f x86_32.ad
cat
C:\cygwin64\home\peter\jdk8\hotspot/src/cpu/x86/vm/x86_32.ad
C:\cygwin64\home\peter\jdk8\hotspot/src/cpu/x86/vm/x86.ad >x86_32.ad
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /D _CRT_SECURE_NO_WARNINGS /D
_CRT_SECURE_NO_DEPRECATE /EHsc /MD /I "..\generated" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\main.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\adlparse.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\archDesc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\arena.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\dfa.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\dict2.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\filebuff.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\forms.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\formsopt.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\formssel.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\output_c.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\adlc\output_h.cpp
adlparse.cpp
main.cpp
archDesc.cpp
arena.cpp
dfa.cpp
dict2.cpp
filebuff.cpp
forms.cpp
formsopt.cpp
formssel.cpp
output_c.cpp
output_h.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /D _CRT_SECURE_NO_WARNINGS /D
_CRT_SECURE_NO_DEPRECATE /EHsc /MD /I "..\generated" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\opcodes.cpp
opcodes.cpp
C:\progra~2\micros~3.0\vc\bin\link.exe /SAFESEH /manifest
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib Wsock32.lib
winmm.lib /nologo /machine:I386 /opt:REF /opt:ICF,8 /map /debug
psapi.lib /subsystem:console /out:adlc.exe main.obj adlparse.obj
archDesc.obj arena.obj dfa.obj dict2.obj filebuff.obj forms.obj
formsopt.obj formssel.obj opcodes.obj output_c.obj output_h.obj
C:\progra~2\wi3cf2~1\8.0\bin\x86\mt.exe /manifest
adlc.exe.manifest /outputresource:adlc.exe;#1
Microsoft (R) Manifest Tool version 6.2.9200.20789
Copyright (c) Microsoft Corporation 2012.
All rights reserved.
rm -f ad_x86_32.cpp ad_x86_32.hpp ad_x86_32_clone.cpp
ad_x86_32_expand.cpp ad_x86_32_format.cpp ad_x86_32_gen.cpp
ad_x86_32_misc.cpp ad_x86_32_peephole.cpp ad_x86_32_pipeline.cpp
adGlobals_x86_32.hpp dfa_x86_32.cpp
if exist adfiles rmdir /s /q adfiles
mkdir adfiles
adlc -q -T -U_LP64 x86_32.ad
**************************************************************
***** WARNING: ASSERT is undefined, assertions disabled. *****
**************************************************************
mv ad_x86_32.cpp ad_x86_32.hpp ad_x86_32_clone.cpp
ad_x86_32_expand.cpp ad_x86_32_format.cpp ad_x86_32_gen.cpp
ad_x86_32_misc.cpp ad_x86_32_peephole.cpp ad_x86_32_pipeline.cpp
adGlobals_x86_32.hpp dfa_x86_32.cpp adfiles/
"C:\OpenJdkDevel\Java\jdk1.8.0_112_32\bin\javac" -g -encoding
ascii -source 6 -target 6 -d jvmtifiles
C:\cygwin64\home\peter\jdk8\hotspot/src/share/vm/prims/jvmtiGen.java
warning: [options] bootstrap class path not set in conjunction with
-source 1.6
1 warning
Generating jvmtifiles/jvmtiEnv.hpp
Generating jvmtifiles/jvmtiEnter.cpp
Generating jvmtifiles/jvmtiEnterTrace.cpp
warning: [options] bootstrap class path not set in conjunction with
-source 1.6
1 warning
Generating jvmtifiles/jvmtiEnvRecommended.cpp
Generating jvmtifiles/bytecodeInterpreterWithChecks.cpp
Generating jvmtifiles/jvmti.h
Generating OpenJDK tracefiles/traceEventClasses.hpp
Generating tracefiles/traceEventIds.hpp
Generating tracefiles/traceTypes.hpp
nmake in ./product
cd product && "C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\BIN\nmake.EXE" -NOLOGO -f
C:\cygwin64\home\peter\jdk8\hotspot\make\windows\makefiles\product.make
DIR=.\product BUILD_FLAVOR=product
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yc"precompiled.hpp" /c
../generated/_build_pch_file.cpp
_build_pch_file.cpp
Microsoft (R) Windows (R) Resource Compiler Version 6.2.9200.20789
Copyright (C) Microsoft Corporation. All rights reserved.
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\version.rc(57) :
warning RC4003: not enough actual parameters for macro 'STR'
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeInterpreter.cpp
bytecodeInterpreter.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\osThread_windows.cpp
osThread_windows.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\os_windows.cpp
os_windows.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp
os_windows_x86.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
..\generated\jvmtifiles\bytecodeInterpreterWithChecks.cpp
bytecodeInterpreterWithChecks.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\opcodes.cpp
opcodes.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\asm\assembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\asm\codeBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\asm\register.cpp
assembler.cpp
codeBuffer.cpp
register.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\bcEscapeAnalyzer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciBaseObject.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciCallSite.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciConstant.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciConstantPoolCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciEnv.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciExceptionHandler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciField.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciFlags.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciInstance.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciInstanceKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMemberName.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMetadata.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethod.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethodBlocks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethodData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciMethodHandle.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciNullObject.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObjArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObjArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObject.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciObjectFactory.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciReplay.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciSignature.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciStreams.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciSymbol.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciType.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciTypeArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciTypeArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciTypeFlow.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\ci\ciUtilities.cpp
bcEscapeAnalyzer.cpp
ciArray.cpp
ciArrayKlass.cpp
ciBaseObject.cpp
ciCallSite.cpp
ciConstant.cpp
ciConstantPoolCache.cpp
ciEnv.cpp
ciExceptionHandler.cpp
ciField.cpp
ciFlags.cpp
ciInstance.cpp
ciInstanceKlass.cpp
ciKlass.cpp
ciMemberName.cpp
ciMetadata.cpp
ciMethod.cpp
ciMethodBlocks.cpp
ciMethodData.cpp
ciMethodHandle.cpp
ciNullObject.cpp
ciObjArray.cpp
ciObjArrayKlass.cpp
ciObject.cpp
ciObjectFactory.cpp
ciReplay.cpp
ciSignature.cpp
ciStreams.cpp
ciSymbol.cpp
ciType.cpp
ciTypeArray.cpp
ciTypeArrayKlass.cpp
ciTypeFlow.cpp
ciUtilities.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\altHashing.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\bytecodeAssembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classFileError.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classFileParser.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classFileStream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classLoader.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\classLoaderData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\defaultMethods.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\dictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\javaAssertions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\javaClasses.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\loaderConstraints.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\metadataOnStackMark.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\placeholders.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\resolutionErrors.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\stackMapFrame.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\stackMapTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\symbolTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\systemDictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\verificationType.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\verifier.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\classfile\vmSymbols.cpp
altHashing.cpp
bytecodeAssembler.cpp
classFileError.cpp
classFileParser.cpp
classFileStream.cpp
classLoader.cpp
classLoaderData.cpp
defaultMethods.cpp
dictionary.cpp
javaAssertions.cpp
javaClasses.cpp
loaderConstraints.cpp
metadataOnStackMark.cpp
placeholders.cpp
resolutionErrors.cpp
stackMapFrame.cpp
stackMapTable.cpp
symbolTable.cpp
systemDictionary.cpp
verificationType.cpp
verifier.cpp
vmSymbols.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\codeBlob.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\codeCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\compiledIC.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\compressedStream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\debugInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\debugInfoRec.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\dependencies.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\exceptionHandlerTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\icBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\location.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\nmethod.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\oopRecorder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\pcDesc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\relocInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\scopeDesc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\stubs.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\vmreg.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\code\vtableStubs.cpp
codeBlob.cpp
codeCache.cpp
compiledIC.cpp
compressedStream.cpp
debugInfo.cpp
debugInfoRec.cpp
dependencies.cpp
exceptionHandlerTable.cpp
icBuffer.cpp
location.cpp
nmethod.cpp
oopRecorder.cpp
pcDesc.cpp
relocInfo.cpp
scopeDesc.cpp
stubs.cpp
vmreg.cpp
vtableStubs.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\abstractCompiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\compileBroker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\compileLog.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\compilerOracle.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\disassembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\methodLiveness.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\compiler\oopMap.cpp
abstractCompiler.cpp
compileBroker.cpp
compileLog.cpp
compilerOracle.cpp
disassembler.cpp
methodLiveness.cpp
oopMap.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_interface\allocTracer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_interface\collectedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_interface\gcCause.cpp
allocTracer.cpp
collectedHeap.cpp
gcCause.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeHistogram.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeStream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\bytecodeTracer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\cppInterpreter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\interpreter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\invocationCounter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\linkResolver.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\oopMapCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\rewriter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\templateInterpreter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\interpreter\templateTable.cpp
bytecode.cpp
bytecodeHistogram.cpp
bytecodes.cpp
bytecodeStream.cpp
bytecodeTracer.cpp
cppInterpreter.cpp
interpreter.cpp
interpreterRuntime.cpp
invocationCounter.cpp
linkResolver.cpp
oopMapCache.cpp
rewriter.cpp
templateInterpreter.cpp
templateTable.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\allocation.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\barrierSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\binaryTreeDictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\blockOffsetTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\cardTableModRefBS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\cardTableRS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\collectorPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\defNewGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\filemap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\freeBlockDictionary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\freeList.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\gcLocker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\genCollectedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\generation.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\generationSpec.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\genMarkSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\genRemSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\heap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\heapInspection.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\iterator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\memRegion.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metachunk.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metaspace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metaspaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\metaspaceShared.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\oopFactory.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\referencePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\referenceProcessor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\resourceArea.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\sharedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\space.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\specialized_oop_closures.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\tenuredGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\threadLocalAllocBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\memory\universe.cpp
allocation.cpp
barrierSet.cpp
binaryTreeDictionary.cpp
blockOffsetTable.cpp
cardTableModRefBS.cpp
cardTableRS.cpp
collectorPolicy.cpp
defNewGeneration.cpp
filemap.cpp
freeBlockDictionary.cpp
freeList.cpp
gcLocker.cpp
genCollectedHeap.cpp
generation.cpp
generationSpec.cpp
genMarkSweep.cpp
genRemSet.cpp
heap.cpp
heapInspection.cpp
iterator.cpp
memRegion.cpp
metachunk.cpp
metaspace.cpp
metaspaceCounters.cpp
metaspaceShared.cpp
oopFactory.cpp
referencePolicy.cpp
referenceProcessor.cpp
resourceArea.cpp
sharedHeap.cpp
space.cpp
specialized_oop_closures.cpp
tenuredGeneration.cpp
threadLocalAllocBuffer.cpp
universe.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\annotations.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\arrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\arrayOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\compiledICHolder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\constantPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\constMethod.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\cpCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\generateOopMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceClassLoaderKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceMirrorKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\instanceRefKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\klass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\klassVtable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\markOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\metadata.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\method.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\methodCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\methodData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\objArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\objArrayOop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\oop.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\oopsHierarchy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\symbol.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\typeArrayKlass.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\oops\typeArrayOop.cpp
annotations.cpp
arrayKlass.cpp
arrayOop.cpp
compiledICHolder.cpp
constantPool.cpp
constMethod.cpp
cpCache.cpp
generateOopMap.cpp
instanceClassLoaderKlass.cpp
instanceKlass.cpp
instanceMirrorKlass.cpp
instanceOop.cpp
instanceRefKlass.cpp
klass.cpp
klassVtable.cpp
markOop.cpp
metadata.cpp
method.cpp
methodCounters.cpp
methodData.cpp
objArrayKlass.cpp
objArrayOop.cpp
oop.cpp
oopsHierarchy.cpp
symbol.cpp
typeArrayKlass.cpp
typeArrayOop.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\evmCompat.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\forte.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jni.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jniCheck.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jniFastGetField.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvm.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiClassFileReconstituter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiCodeBlobEvents.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEnv.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEnvBase.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEnvThreadState.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiEventController.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiExport.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiExtensions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiGetLoadedClasses.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiImpl.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiManageCapabilities.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiRawMonitor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiRedefineClasses.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiTagMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiThreadState.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiTrace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\jvmtiUtil.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\methodComparator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\methodHandles.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\nativeLookup.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\perf.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\privilegedStack.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\unsafe.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\whitebox.cpp
evmCompat.cpp
forte.cpp
jni.cpp
jniCheck.cpp
jniFastGetField.cpp
jvm.cpp
jvmtiClassFileReconstituter.cpp
jvmtiCodeBlobEvents.cpp
jvmtiEnv.cpp
jvmtiEnvBase.cpp
jvmtiEnvThreadState.cpp
jvmtiEventController.cpp
jvmtiExport.cpp
jvmtiExtensions.cpp
jvmtiGetLoadedClasses.cpp
jvmtiImpl.cpp
jvmtiManageCapabilities.cpp
jvmtiRawMonitor.cpp
jvmtiRedefineClasses.cpp
jvmtiTagMap.cpp
jvmtiThreadState.cpp
jvmtiTrace.cpp
jvmtiUtil.cpp
methodComparator.cpp
methodHandles.cpp
nativeLookup.cpp
perf.cpp
privilegedStack.cpp
unsafe.cpp
whitebox.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\advancedThresholdPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\arguments.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\atomic.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\basicLock.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\biasedLocking.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\compilationPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\deoptimization.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\dtraceJSDT.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\fieldDescriptor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\fieldType.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\fprofiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\frame.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\handles.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\icache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\init.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\interfaceSupport.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\java.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\javaCalls.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\jniHandles.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\jniPeriodicChecker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\memprofiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\monitorChunk.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\mutex.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\mutexLocker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\objectMonitor.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\orderAccess.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\os.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\osThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\park.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\perfData.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\perfMemory.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\reflection.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\reflectionUtils.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\relocator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\rframe.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\safepoint.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\serviceThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sharedRuntime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sharedRuntimeTrig.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\signature.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\simpleThresholdPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stackValue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stackValueCollection.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\statSampler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stubCodeGenerator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\stubRoutines.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\sweeper.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\synchronizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\task.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\thread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\threadLocalStorage.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\timer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\unhandledOops.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vframe.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vframeArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vframe_hp.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\virtualspace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vmStructs.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vmThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vm_operations.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\runtime\vm_version.cpp
advancedThresholdPolicy.cpp
arguments.cpp
atomic.cpp
basicLock.cpp
biasedLocking.cpp
compilationPolicy.cpp
deoptimization.cpp
dtraceJSDT.cpp
fieldDescriptor.cpp
fieldType.cpp
fprofiler.cpp
frame.cpp
globals.cpp
handles.cpp
icache.cpp
init.cpp
interfaceSupport.cpp
java.cpp
javaCalls.cpp
jniHandles.cpp
jniPeriodicChecker.cpp
memprofiler.cpp
monitorChunk.cpp
mutex.cpp
mutexLocker.cpp
objectMonitor.cpp
orderAccess.cpp
os.cpp
osThread.cpp
park.cpp
perfData.cpp
perfMemory.cpp
reflection.cpp
reflectionUtils.cpp
relocator.cpp
rframe.cpp
safepoint.cpp
serviceThread.cpp
sharedRuntime.cpp
sharedRuntimeTrans.cpp
sharedRuntimeTrig.cpp
signature.cpp
simpleThresholdPolicy.cpp
stackValue.cpp
stackValueCollection.cpp
statSampler.cpp
stubCodeGenerator.cpp
stubRoutines.cpp
sweeper.cpp
synchronizer.cpp
task.cpp
thread.cpp
threadLocalStorage.cpp
timer.cpp
unhandledOops.cpp
vframe.cpp
vframeArray.cpp
vframe_hp.cpp
virtualspace.cpp
vmStructs.cpp
vmThread.cpp
vm_operations.cpp
vm_version.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\attachListener.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\classLoadingService.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\diagnosticArgument.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\diagnosticCommand.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\diagnosticFramework.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\dtraceAttacher.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\g1MemoryPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\gcNotifier.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\heapDumper.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\lowMemoryDetector.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\management.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memBaseline.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memoryManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memoryPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memoryService.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memPtr.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memRecorder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memReporter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memSnapshot.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memTracker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\memTrackWorker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\nmtDCmd.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\psMemoryPool.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\runtimeService.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\services\threadService.cpp
attachListener.cpp
classLoadingService.cpp
diagnosticArgument.cpp
diagnosticCommand.cpp
diagnosticFramework.cpp
dtraceAttacher.cpp
g1MemoryPool.cpp
gcNotifier.cpp
heapDumper.cpp
lowMemoryDetector.cpp
management.cpp
memBaseline.cpp
memoryManager.cpp
memoryPool.cpp
memoryService.cpp
memPtr.cpp
memRecorder.cpp
memReporter.cpp
memSnapshot.cpp
memTracker.cpp
memTrackWorker.cpp
nmtDCmd.cpp
psMemoryPool.cpp
runtimeService.cpp
threadService.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\accessFlags.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\array.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\bitMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\constantTag.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\copy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\debug.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\decoder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\decoder_elf.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\elfFile.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\elfStringTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\elfSymbolTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\errorReporter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\events.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\exceptions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\globalDefinitions.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\growableArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\hashtable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\histogram.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\intHisto.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\numberSeq.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\ostream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\preserveException.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\quickSort.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\sizes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\taskqueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\ticks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\utf8.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\vmError.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\workgroup.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\xmlstream.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\utilities\yieldingWorkgroup.cpp
accessFlags.cpp
array.cpp
bitMap.cpp
constantTag.cpp
copy.cpp
debug.cpp
decoder.cpp
decoder_elf.cpp
elfFile.cpp
elfStringTable.cpp
elfSymbolTable.cpp
errorReporter.cpp
events.cpp
exceptions.cpp
globalDefinitions.cpp
growableArray.cpp
hashtable.cpp
histogram.cpp
intHisto.cpp
numberSeq.cpp
ostream.cpp
quickSort.cpp
preserveException.cpp
sizes.cpp
taskqueue.cpp
ticks.cpp
utf8.cpp
vmError.cpp
workgroup.cpp
xmlstream.cpp
yieldingWorkgroup.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\adaptiveSizePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\ageTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\allocationStats.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\collectorCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\concurrentGCThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\cSpaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcAdaptivePolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcPolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcStats.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTimer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTrace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTraceSend.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcTraceTime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gcUtil.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\generationCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\gSpaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\hSpaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\immutableSpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\markSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\mutableNUMASpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\mutableSpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\objectCountEventSender.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\parGCAllocBuffer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\spaceCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\spaceDecorator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\shared\vmGCOperations.cpp
ageTable.cpp
allocationStats.cpp
adaptiveSizePolicy.cpp
collectorCounters.cpp
concurrentGCThread.cpp
cSpaceCounters.cpp
gcAdaptivePolicyCounters.cpp
gcPolicyCounters.cpp
gcStats.cpp
gcTimer.cpp
gcTrace.cpp
gcTraceSend.cpp
gcTraceTime.cpp
gcUtil.cpp
generationCounters.cpp
gSpaceCounters.cpp
hSpaceCounters.cpp
immutableSpace.cpp
markSweep.cpp
mutableNUMASpace.cpp
mutableSpace.cpp
objectCountEventSender.cpp
parGCAllocBuffer.cpp
spaceCounters.cpp
spaceDecorator.cpp
vmGCOperations.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\attachListener_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\decoder_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\dtraceJSDT_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\jvm_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\mutex_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\perfMemory_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\stubRoutines_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\threadCritical_windows.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm\vmError_windows.cpp
attachListener_windows.cpp
decoder_windows.cpp
dtraceJSDT_windows.cpp
jvm_windows.cpp
mutex_windows.cpp
perfMemory_windows.cpp
stubRoutines_windows.cpp
threadCritical_windows.cpp
vmError_windows.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\assembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\bytecodeInterpreter_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\bytecodes_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_CodeStubs_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_FpuStackSim_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_FrameMap_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_LinearScan_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_LIRAssembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_LIRGenerator_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_MacroAssembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c1_Runtime1_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\c2_init_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\compiledIC_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\cppInterpreter_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\debug_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\depChecker_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\frame_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\icache_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\icBuffer_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interpreterRT_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interpreter_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interp_masm_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\interp_masm_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\jniFastGetField_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\macroAssembler_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\metaspaceShared_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\methodHandles_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\nativeInst_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\register_definitions_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\register_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\relocInfo_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\runtime_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\sharedRuntime_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\stubGenerator_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\stubRoutines_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\stubRoutines_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\templateInterpreter_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\templateTable_x86_32.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\vmreg_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\vm_version_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm\vtableStubs_x86_32.cpp
assembler_x86.cpp
bytecodes_x86.cpp
bytecodeInterpreter_x86.cpp
c1_CodeStubs_x86.cpp
c1_FpuStackSim_x86.cpp
c1_FrameMap_x86.cpp
c1_LinearScan_x86.cpp
c1_LIRAssembler_x86.cpp
c1_LIRGenerator_x86.cpp
c1_MacroAssembler_x86.cpp
c1_Runtime1_x86.cpp
c2_init_x86.cpp
compiledIC_x86.cpp
cppInterpreter_x86.cpp
debug_x86.cpp
depChecker_x86.cpp
frame_x86.cpp
icache_x86.cpp
icBuffer_x86.cpp
interpreterRT_x86_32.cpp
interpreter_x86_32.cpp
interp_masm_x86.cpp
interp_masm_x86_32.cpp
jniFastGetField_x86_32.cpp
macroAssembler_x86.cpp
metaspaceShared_x86_32.cpp
methodHandles_x86.cpp
nativeInst_x86.cpp
register_definitions_x86.cpp
register_x86.cpp
relocInfo_x86.cpp
runtime_x86_32.cpp
sharedRuntime_x86_32.cpp
stubGenerator_x86_32.cpp
stubRoutines_x86.cpp
stubRoutines_x86_32.cpp
templateInterpreter_x86_32.cpp
templateTable_x86_32.cpp
vmreg_x86.cpp
vm_version_x86.cpp
vtableStubs_x86_32.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\assembler_windows_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\threadLS_windows_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\thread_windows_x86.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm\vm_version_windows_x86.cpp
assembler_windows_x86.cpp
threadLS_windows_x86.cpp
thread_windows_x86.cpp
vm_version_windows_x86.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
..\generated\jvmtifiles\jvmtiEnter.cpp
..\generated\jvmtifiles\jvmtiEnterTrace.cpp
jvmtiEnterTrace.cpp
jvmtiEnter.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims\wbtestmethods\parserTests.cpp
parserTests.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\adaptiveFreeList.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsAdaptiveSizePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsCollectorPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsGCAdaptivePolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsLockVerifier.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\compactibleFreeListSpace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\concurrentMarkSweepGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\concurrentMarkSweepThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\freeChunk.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\promotionInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\vmCMSOperations.cpp
adaptiveFreeList.cpp
cmsAdaptiveSizePolicy.cpp
cmsCollectorPolicy.cpp
cmsGCAdaptivePolicyCounters.cpp
cmsLockVerifier.cpp
compactibleFreeListSpace.cpp
concurrentMarkSweepGeneration.cpp
concurrentMarkSweepThread.cpp
freeChunk.cpp
promotionInfo.cpp
vmCMSOperations.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\collectionSetChooser.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentG1Refine.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentG1RefineThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentMark.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\concurrentMarkThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\dirtyCardQueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1AllocRegion.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1BiasedArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1BlockOffsetTable.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1CardCounts.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1CollectedHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1CollectorPolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1ErgoVerbose.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1GCPhaseTimes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1HotCardCache.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1HRPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1Log.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1MarkSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1MMUTracker.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1MonitoringSupport.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1RemSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1RemSetSummary.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1SATBCardTableModRefBS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\g1_globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegion.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionRemSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionSeq.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\heapRegionSets.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\ptrQueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\satbQueue.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\sparsePRT.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\survRateGroup.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\g1\vm_operations_g1.cpp
collectionSetChooser.cpp
concurrentG1Refine.cpp
concurrentG1RefineThread.cpp
concurrentMark.cpp
concurrentMarkThread.cpp
dirtyCardQueue.cpp
g1AllocRegion.cpp
g1BiasedArray.cpp
g1BlockOffsetTable.cpp
g1CardCounts.cpp
g1CollectedHeap.cpp
g1CollectorPolicy.cpp
g1ErgoVerbose.cpp
g1GCPhaseTimes.cpp
g1HotCardCache.cpp
g1HRPrinter.cpp
g1Log.cpp
g1MarkSweep.cpp
g1MMUTracker.cpp
g1MonitoringSupport.cpp
g1RemSet.cpp
g1RemSetSummary.cpp
g1SATBCardTableModRefBS.cpp
g1_globals.cpp
heapRegion.cpp
heapRegionRemSet.cpp
heapRegionSeq.cpp
heapRegionSet.cpp
heapRegionSets.cpp
ptrQueue.cpp
satbQueue.cpp
sparsePRT.cpp
survRateGroup.cpp
vm_operations_g1.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\adjoiningGenerations.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\adjoiningVirtualSpaces.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\asPSOldGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\asPSYoungGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\cardTableExtension.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\gcTaskManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\gcTaskThread.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\generationSizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\objectStartArray.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\parallelScavengeHeap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\parMarkBitMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\pcTasks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psAdaptiveSizePolicy.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psCompactionManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psGCAdaptivePolicyCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psGenerationCounters.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psMarkSweep.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psMarkSweepDecorator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psOldGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psParallelCompact.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psPromotionLAB.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psPromotionManager.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psScavenge.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psTasks.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psVirtualspace.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\psYoungGen.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parallelScavenge\vmPSOperations.cpp
adjoiningVirtualSpaces.cpp
adjoiningGenerations.cpp
asPSOldGen.cpp
asPSYoungGen.cpp
cardTableExtension.cpp
gcTaskManager.cpp
gcTaskThread.cpp
generationSizer.cpp
objectStartArray.cpp
parallelScavengeHeap.cpp
parMarkBitMap.cpp
pcTasks.cpp
psAdaptiveSizePolicy.cpp
psCompactionManager.cpp
psGCAdaptivePolicyCounters.cpp
psGenerationCounters.cpp
psMarkSweep.cpp
psMarkSweepDecorator.cpp
psOldGen.cpp
psParallelCompact.cpp
psPromotionLAB.cpp
psPromotionManager.cpp
psScavenge.cpp
psTasks.cpp
psVirtualspace.cpp
psYoungGen.cpp
vmPSOperations.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parNew\asParNewGeneration.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parNew\parCardTableModRefBS.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\gc_implementation\parNew\parNewGeneration.cpp
asParNewGeneration.cpp
parCardTableModRefBS.cpp
parNewGeneration.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Canonicalizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_CFGPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Compilation.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Compiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Defs.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_FrameMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_GraphBuilder.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Instruction.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_InstructionPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_IR.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LinearScan.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LIR.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LIRAssembler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_LIRGenerator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Optimizer.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_RangeCheckElimination.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_Runtime1.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueStack.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\c1\c1_ValueType.cpp
c1_Canonicalizer.cpp
c1_CFGPrinter.cpp
c1_Compilation.cpp
c1_Compiler.cpp
c1_Defs.cpp
c1_FrameMap.cpp
c1_globals.cpp
c1_GraphBuilder.cpp
c1_Instruction.cpp
c1_InstructionPrinter.cpp
c1_IR.cpp
c1_LinearScan.cpp
c1_LIR.cpp
c1_LIRAssembler.cpp
c1_LIRGenerator.cpp
c1_Optimizer.cpp
c1_RangeCheckElimination.cpp
c1_Runtime1.cpp
c1_ValueMap.cpp
c1_ValueSet.cpp
c1_ValueStack.cpp
c1_ValueType.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\addnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\block.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\buildOopMap.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\bytecodeInfo.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\c2compiler.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\c2_globals.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\callGenerator.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\callnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\cfgnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\chaitin.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\classes.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\coalesce.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\compile.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\connode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\divnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\doCall.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\domgraph.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\escape.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\gcm.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\generateOptoStub.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\graphKit.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\idealGraphPrinter.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\idealKit.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\ifg.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\ifnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\indexSet.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\lcm.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\library_call.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\live.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\locknode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopopts.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopPredicate.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopTransform.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\loopUnswitch.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\machnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\macro.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\matcher.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\mathexactnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\memnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\mulnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\multnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\node.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\output.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parse1.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parse2.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parse3.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\parseHelper.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\phase.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\phaseX.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\postaloc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\regalloc.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\regmask.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\reg_split.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\rootnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\runtime.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\split_if.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\stringopts.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\subnode.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\superword.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\type.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\opto\vectornode.cpp
addnode.cpp
block.cpp
buildOopMap.cpp
bytecodeInfo.cpp
c2compiler.cpp
c2_globals.cpp
callGenerator.cpp
callnode.cpp
cfgnode.cpp
chaitin.cpp
classes.cpp
coalesce.cpp
compile.cpp
connode.cpp
divnode.cpp
doCall.cpp
domgraph.cpp
escape.cpp
gcm.cpp
generateOptoStub.cpp
graphKit.cpp
idealGraphPrinter.cpp
idealKit.cpp
ifg.cpp
ifnode.cpp
indexSet.cpp
lcm.cpp
library_call.cpp
live.cpp
locknode.cpp
loopnode.cpp
loopopts.cpp
loopPredicate.cpp
loopTransform.cpp
loopUnswitch.cpp
machnode.cpp
macro.cpp
matcher.cpp
mathexactnode.cpp
memnode.cpp
mulnode.cpp
multnode.cpp
node.cpp
output.cpp
parse1.cpp
parse2.cpp
parse3.cpp
parseHelper.cpp
phase.cpp
phaseX.cpp
postaloc.cpp
regalloc.cpp
regmask.cpp
reg_split.cpp
rootnode.cpp
runtime.cpp
split_if.cpp
stringopts.cpp
subnode.cpp
superword.cpp
type.cpp
vectornode.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\dict.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\port.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\set.cpp
C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\libadt\vectset.cpp
dict.cpp
port.cpp
set.cpp
vectset.cpp
C:\progra~2\micros~3.0\vc\bin\cl.exe /nologo /W3 /WX /Zi /D
"IA32" /D "WIN32" /D "_WINDOWS" /D "VM_LITTLE_ENDIAN" /D
TARGET_OS_FAMILY_windows /D TARGET_ARCH_x86 /D TARGET_ARCH_MODEL_x86_32
/D TARGET_OS_ARCH_windows_x86 /D TARGET_OS_ARCH_MODEL_windows_x86_32 /D
TARGET_COMPILER_visCPP /MD /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D
"COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"25.0-b70\"" /D
"JRE_RELEASE_VERSION=\"1.8.0-internal-peter_2016_12_15_16_21-b00\"" /D
"HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D
"HOTSPOT_BUILD_USER=\"peter\"" /D "HOTSPOT_VM_DISTRO=\"OpenJDK\"" /I
"..\generated" /I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm"
/I "C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\precompiled" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\share\vm\prims" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os\windows\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\os_cpu\windows_x86\vm" /I
"C:\cygwin64\home\peter\jdk8\hotspot\src\cpu\x86\vm" /D
"_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c
..\generated\adfiles\ad_x86_32.cpp
..\generated\adfiles\ad_x86_32_clone.cpp
..\generated\adfiles\ad_x86_32_expand.cpp
..\generated\adfiles\ad_x86_32_format.cpp
..\generated\adfiles\ad_x86_32_gen.cpp
..\generated\adfiles\ad_x86_32_misc.cpp
..\generated\adfiles\ad_x86_32_peephole.cpp
..\generated\adfiles\ad_x86_32_pipeline.cpp
..\generated\adfiles\dfa_x86_32.cpp
ad_x86_32_clone.cpp
ad_x86_32.cpp
ad_x86_32_expand.cpp
ad_x86_32_format.cpp
ad_x86_32_gen.cpp
ad_x86_32_misc.cpp
ad_x86_32_peephole.cpp
ad_x86_32_pipeline.cpp
dfa_x86_32.cpp
sh
C:\cygwin64\home\peter\jdk8\hotspot/make/windows/build_vm_def.sh
link: extra operand ‘_build_pch_file.obj’
Try 'link --help' for more information.
C:\progra~2\micros~3.0\vc\bin\link.exe
@C:\cygwin64\tmp\nm8360.tmp
Creando biblioteca jvm.lib y objeto jvm.exp
C:\progra~2\wi3cf2~1\8.0\bin\x86\mt.exe /manifest
jvm.dll.manifest /outputresource:jvm.dll;#2
Microsoft (R) Manifest Tool version 6.2.9200.20789
Copyright (c) Microsoft Corporation 2012.
All rights reserved.
zip -q jvm.diz jvm.map jvm.pdb
rm -f jvm.map jvm.pdb
set INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE;C:\Program Files (x86)\Windows
Kits\8.0\include\shared;C:\Program Files (x86)\Windows
Kits\8.0\include\um;C:\Program Files (x86)\Windows
Kits\8.0\include\winrt;C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE;C:\Program Files (x86)\Windows
Kits\8.0\include\shared;C:\Program Files (x86)\Windows
Kits\8.0\include\um;C:\Program Files (x86)\Windows
Kits\8.0\include\winrt;
C:\progra~2\micros~3.0\vc\bin\cl.exe @C:\cygwin64\tmp\nm98EC.tmp
cl : Lâ–’nea de comandos warning D9035 : La opciâ–’n 'GZ' estâ–’ obsoleta y se
quitarâ–’ en prâ–’ximas versiones
cl : Lâ–’nea de comandos warning D9036 : utilice 'RTC1' en lugar de 'GZ'
cl : Lâ–’cl : Lâ–’nea de comandos warning D9030 : nea de comandos warning
D9035 : La opciâ–’n 'o' estâ–’ obsoleta y se quitarâ–’ en pr'/Gm' es
incompatible con el multiprocesamiento; se omitirâ–’ el modificador
/MPâ–’ximas versiones
cl : Lâ–’nea de comandos warning D9002 : se omite la opciâ–’n desconocida
'-YX'
sadis.c
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(93) :
warning C4996: 'strerror': This function or variable may be unsafe.
Consider using strerror_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(164) : vea la declaraciâ–’n de 'strerror'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(96) :
warning C4996: 'strncpy': This function or variable may be unsafe.
Consider using strncpy_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(191) : vea la declaraciâ–’n de 'strncpy'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(126)
: warning C4996: '_snprintf': This function or variable may be unsafe.
Consider using _snprintf_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\stdio.h(349) : vea la declaraciâ–’n de '_snprintf'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(230)
: warning C4996: '_vsnprintf': This function or variable may be unsafe.
Consider using _vsnprintf_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\stdio.h(349) : vea la declaraciâ–’n de '_vsnprintf'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\share\native\sadis.c(280)
: warning C4244: 'funciâ–’n' : conversiâ–’n de 'jlong' a 'uintptr_t';
posible pâ–’rdida de datos
Generando câ–’digo...
Compilando...
sawindbg.cpp
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\os\win32\windbg\sawindbg.cpp(246)
: warning C4996: 'strcpy': This function or variable may be unsafe.
Consider using strcpy_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(110) : vea la declaraciâ–’n de 'strcpy'
c:\cygwin64\home\peter\jdk8\hotspot\agent\src\os\win32\windbg\sawindbg.cpp(253)
: warning C4996: 'strcat': This function or variable may be unsafe.
Consider using strcat_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio
11.0\vc\include\string.h(115) : vea la declaraciâ–’n de 'strcat'
Generando câ–’digo...
set LIB=C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\LIB;C:\Program Files (x86)\Windows
Kits\8.0\lib\win8\um\x86;C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\LIB;C:\Program Files (x86)\Windows Kits\8.0\lib\win8\um\x86;
C:\progra~2\micros~3.0\vc\bin\link.exe -out:sawindbg.dll -DLL
sawindbg.obj sadis.obj dbgeng.lib /SAFESEH -manifest -nologo
-subsystem:console -machine:I386 -map -debug
sawindbg.obj : warning LNK4075: se omite '/EDITANDCONTINUE' debido a la
especificaciâ–’n '/SAFESEH'
Creando biblioteca sawindbg.lib y objeto sawindbg.exp
C:\progra~2\wi3cf2~1\8.0\bin\x86\mt.exe -manifest
sawindbg.dll.manifest -outputresource:sawindbg.dll;#2
Microsoft (R) Manifest Tool version 6.2.9200.20789
Copyright (c) Microsoft Corporation 2012.
All rights reserved.
zip -q sawindbg.diz sawindbg.map sawindbg.pdb
rm -f sawindbg.map sawindbg.pdb
No docs () for windows
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
## Finished hotspot (build time 00:03:28)
## Starting corba
Compiling 6 files for BUILD_LOGUTIL
Creating corba/btjars/logutil.jar
Compiling 141 files for BUILD_IDLJ
Note:
c:\cygwin64\home\peter\jdk8\corba\src\share\classes\com\sun\tools\corba\se\idl\som\idlemit\MetaPragma.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating corba/btjars/idlj.jar
Compiling 1 files for BUILD_STRIPPROP
Updating corba/dist/lib/src.zip
Creating corba/btjars/stripproperties.jar
Compiling 1495 files for BUILD_BOOTSTRAP_CORBA
Compiling 1495 files for BUILD_CORBA
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating corba/btjars/btcorba.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating corba/dist/lib/classes.jar
Creating bin.zip
## Finished corba (build time 00:01:02)
## Starting jaxp
Compiling 1887 files for BUILD_JAXP
Updating jaxp/dist/lib/src.zip
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating jaxp/dist/lib/classes.jar
## Finished jaxp (build time 00:01:00)
## Starting jaxws
Compiling 24 files for BUILD_JAF
Compiling 2956 files for BUILD_JAXWS
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Updating jaxws/dist/lib/src.zip
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Creating jaxws/dist/lib/classes.jar
## Finished jaxws (build time 00:01:51)
## Starting jdk
Importing CORBA classes.jar
Importing CORBA src.zip
Importing CORBA bin.zip
Importing JAXP classes.jar
Importing JAXP src.zip
Importing JAXWS classes.jar
Importing JAXWS src.zip
Importing LANGTOOLS classes.jar
Importing LANGTOOLS src.zip
Generating charsetmapping classes
Compiling 161 files for BUILD_TOOLS
Generating buffer classes
Compilador de optimizaciâ–’n de C/C++ de Microsoft (R) versiâ–’n
17.00.60610.1 para x86
(C) Microsoft Corporation. Reservados todos los derechos.
Generating exceptions classes
genSocketOptionRegistry.c
Binary file (standard input) matches
Microsoft (R) Incremental Linker Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying and cleaning 53 properties
Compiling 521 properties into resource bundles
Creating sun/util/LocaleDataMetaInfo.java from 421 found resources.
Generating sun/misc/Version.java
Generating sun/misc/Version.java compact1
Generating sun/misc/Version.java compact2
Generating sun/misc/Version.java compact3
Aliases: Table size 1024 (10 bits), shift 0, max chain depth 3
Classes: Table size 32 (5 bits), shift 1, max chain depth 3
Cache: Table size 32 (5 bits), shift 1, max chain depth 3
Generating beaninfo
Generating Nimbus source files
[Error] encoded value was less than 0: encode(-8.326673E-17, 5.0, 11.0,
16.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] encoded value was greater than 3: encode(15.029411, 1.0, 14.0,
15.0)
[Error] encoded value was less than 0: encode(-0.05882353, 1.0, 24.0,
25.0)
[Error] Encountered Infinity: encode(-0.00877193, 0.0, 7.0, 7.0)
Generating HTML DTD file
Compiling 4 files for BUILD_BREAKITERATOR
[Parsed DTD html32 in 110ms]
Compiling 9167 files for BUILD_JDK
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Compiling 235 files for BUILD_SECURITY
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e_asin.c
Binary file (standard input) matches
e_atanh.c
Binary file (standard input) matches
e_atan2.c
Binary file (standard input) matches
e_acos.c
Binary file (standard input) matches
e_cosh.c
Binary file (standard input) matches
e_exp.c
Binary file (standard input) matches
e_fmod.c
Binary file (standard input) matches
e_hypot.c
Binary file (standard input) matches
e_log.c
Binary file (standard input) matches
e_log10.c
Binary file (standard input) matches
e_pow.c
Binary file (standard input) matches
e_rem_pio2.c
Binary file (standard input) matches
e_remainder.c
Binary file (standard input) matches
e_scalb.c
Binary file (standard input) matches
e_sinh.c
Binary file (standard input) matches
e_sqrt.c
Binary file (standard input) matches
k_rem_pio2.c
Binary file (standard input) matches
k_cos.c
Binary file (standard input) matches
k_sin.c
Binary file (standard input) matches
k_standard.c
Binary file (standard input) matches
k_tan.c
Binary file (standard input) matches
s_atan.c
Binary file (standard input) matches
s_cbrt.c
Binary file (standard input) matches
s_ceil.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/lang/fdlibm/src/s_ceil.c(81)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
s_copysign.c
Binary file (standard input) matches
s_cos.c
Binary file (standard input) matches
s_expm1.c
Binary file (standard input) matches
s_fabs.c
Binary file (standard input) matches
s_finite.c
Binary file (standard input) matches
s_floor.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/lang/fdlibm/src/s_floor.c(82)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
s_frexp.c
Binary file (standard input) matches
s_ilogb.c
Binary file (standard input) matches
s_isnan.c
Binary file (standard input) matches
s_ldexp.c
Binary file (standard input) matches
s_lib_version.c
Binary file (standard input) matches
s_log1p.c
Binary file (standard input) matches
s_logb.c
Binary file (standard input) matches
s_matherr.c
Binary file (standard input) matches
s_modf.c
Binary file (standard input) matches
s_nextafter.c
Binary file (standard input) matches
s_rint.c
Binary file (standard input) matches
s_scalbn.c
Binary file (standard input) matches
s_signgam.c
Binary file (standard input) matches
s_significand.c
Binary file (standard input) matches
s_sin.c
Binary file (standard input) matches
s_tan.c
Binary file (standard input) matches
s_tanh.c
Binary file (standard input) matches
w_acos.c
Binary file (standard input) matches
w_asin.c
Binary file (standard input) matches
w_atanh.c
Binary file (standard input) matches
w_atan2.c
Binary file (standard input) matches
w_cosh.c
Binary file (standard input) matches
w_exp.c
Binary file (standard input) matches
w_fmod.c
Binary file (standard input) matches
w_hypot.c
Binary file (standard input) matches
w_log.c
Binary file (standard input) matches
w_log10.c
Binary file (standard input) matches
w_pow.c
Binary file (standard input) matches
w_remainder.c
Binary file (standard input) matches
w_scalb.c
Binary file (standard input) matches
w_sinh.c
Binary file (standard input) matches
w_sqrt.c
Binary file (standard input) matches
check_code.c
Binary file (standard input) matches
check_format.c
Binary file (standard input) matches
AccessController.c
Binary file (standard input) matches
Array.c
Binary file (standard input) matches
Bits.c
Binary file (standard input) matches
AtomicLong.c
Binary file (standard input) matches
Class.c
Binary file (standard input) matches
ClassLoader.c
Binary file (standard input) matches
Compiler.c
Binary file (standard input) matches
ConstantPool.c
Binary file (standard input) matches
Console_md.c
Binary file (standard input) matches
Double.c
Binary file (standard input) matches
Executable.c
Binary file (standard input) matches
Field.c
Binary file (standard input) matches
FileDescriptor_md.c
Binary file (standard input) matches
FileInputStream.c
Binary file (standard input) matches
FileInputStream_md.c
Binary file (standard input) matches
FileOutputStream_md.c
Binary file (standard input) matches
Float.c
Binary file (standard input) matches
GC.c
Binary file (standard input) matches
NativeSignalHandler.c
Binary file (standard input) matches
HostLocaleProviderAdapter_md.c
Binary file (standard input) matches
MessageUtils.c
Binary file (standard input) matches
NativeAccessors.c
Binary file (standard input) matches
Object.c
Binary file (standard input) matches
ObjectInputStream.c
Binary file (standard input) matches
ObjectOutputStream.c
Binary file (standard input) matches
ObjectStreamClass.c
Binary file (standard input) matches
Proxy.c
Binary file (standard input) matches
Package.c
Binary file (standard input) matches
ProcessEnvironment_md.c
Binary file (standard input) matches
ProcessImpl_md.c
Binary file (standard input) matches
RandomAccessFile.c
Binary file (standard input) matches
RandomAccessFile_md.c
Binary file (standard input) matches
Reflection.c
Binary file (standard input) matches
Runtime.c
Binary file (standard input) matches
SecurityManager.c
Binary file (standard input) matches
Shutdown.c
Binary file (standard input) matches
StrictMath.c
Binary file (standard input) matches
Signal.c
Binary file (standard input) matches
String.c
Binary file (standard input) matches
System.c
Binary file (standard input) matches
Thread.c
Binary file (standard input) matches
Throwable.c
Binary file (standard input) matches
TimeZone.c
Binary file (standard input) matches
VM.c
Binary file (standard input) matches
VMSupport.c
Binary file (standard input) matches
TimeZone_md.c
Binary file (standard input) matches
Version.c
Binary file (standard input) matches
Win32ErrorMode.c
Binary file (standard input) matches
WinCAPISeedGenerator.c
Binary file (standard input) matches
WinNTFileSystem_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/io/WinNTFileSystem_md.c(363)
: warning C4101: 'pathlen' : variable local sin referencia
Binary file (standard input) matches
WindowsPreferences.c
Binary file (standard input) matches
canonicalize_md.c
Binary file (standard input) matches
check_version.c
Binary file (standard input) matches
dirent_md.c
Binary file (standard input) matches
io_util.c
Binary file (standard input) matches
io_util_md.c
Binary file (standard input) matches
jdk_util.c
Binary file (standard input) matches
jio.c
Binary file (standard input) matches
jdk_util_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/common/jdk_util_md.c(45)
: warning C4101: 'ret' : variable local sin referencia
Binary file (standard input) matches
java_props_md.c
Binary file (standard input) matches
logging.c
Binary file (standard input) matches
jni_util.c
Binary file (standard input) matches
verify_stub.c
Binary file (standard input) matches
jni_util_md.c
Binary file (standard input) matches
Adler32.c
Binary file (standard input) matches
CRC32.c
Binary file (standard input) matches
Deflater.c
Binary file (standard input) matches
compress.c
Binary file (standard input) matches
Inflater.c
Binary file (standard input) matches
deflate.c
Binary file (standard input) matches
ZipFile.c
Binary file (standard input) matches
gzclose.c
Binary file (standard input) matches
gzlib.c
Binary file (standard input) matches
gzread.c
Binary file (standard input) matches
gzwrite.c
Binary file (standard input) matches
infback.c
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
trees.c
Binary file (standard input) matches
uncompr.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
zip_util.c
Binary file (standard input) matches
bytes.cpp
Binary file (standard input) matches
bands.cpp
Binary file (standard input) matches
coding.cpp
Binary file (standard input) matches
jni.cpp
Binary file (standard input) matches
utils.cpp
Binary file (standard input) matches
zip.cpp
Binary file (standard input) matches
unpack.cpp
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp(733)
: warning C4018: '<' : no coinciden signed/unsigned
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp(985)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
cmdtoargs.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/bin/cmdtoargs.c(211) :
warning C4047: '=' : 'char' es distinto en los niveles de
direccionamiento indirecto de 'void *'
Binary file (standard input) matches
java.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/bin/java.c(1253) : warning
C4101: 'result' : variable local sin referencia
Binary file (standard input) matches
jli_util.c
Binary file (standard input) matches
java_md.c
Binary file (standard input) matches
splashscreen_stubs.c
Binary file (standard input) matches
parse_manifest.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
version_comp.c
Binary file (standard input) matches
wildcard.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
cmdtoargs.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/bin/cmdtoargs.c(211) :
warning C4047: '=' : 'char' es distinto en los niveles de
direccionamiento indirecto de 'void *'
Binary file (standard input) matches
java.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/bin/java.c(1253) : warning
C4101: 'result' : variable local sin referencia
Binary file (standard input) matches
jli_util.c
Binary file (standard input) matches
java_md.c
Binary file (standard input) matches
parse_manifest.c
Binary file (standard input) matches
splashscreen_stubs.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
version_comp.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
wildcard.c
Binary file (standard input) matches
utf.c
Binary file (standard input) matches
npt.c
Binary file (standard input) matches
utf_md.c
Binary file (standard input) matches
DatagramPacket.c
Binary file (standard input) matches
DefaultProxySelector.c
Binary file (standard input) matches
DualStackPlainDatagramSocketImpl.c
Binary file (standard input) matches
DualStackPlainSocketImpl.c
Binary file (standard input) matches
Inet4Address.c
Binary file (standard input) matches
Inet4AddressImpl.c
Binary file (standard input) matches
Inet6Address.c
Binary file (standard input) matches
Inet6AddressImpl.c
Binary file (standard input) matches
InetAddress.c
Binary file (standard input) matches
InetAddressImplFactory.c
Binary file (standard input) matches
NTLMAuthSequence.c
Binary file (standard input) matches
NetworkInterface.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/net/NetworkInterface.c(289)
: warning C4133: '=' : tipos incompatibles, de 'wchar_t *' a 'char *'
Binary file (standard input) matches
NetworkInterface_winXP.c
Binary file (standard input) matches
ResolverConfigurationImpl.c
Binary file (standard input) matches
SocketInputStream.c
Binary file (standard input) matches
SocketOutputStream.c
Binary file (standard input) matches
TwoStacksPlainSocketImpl.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/net/TwoStacksPlainSocketImpl.c(578)
: warning C4101: 'scope' : variable local sin referencia
Binary file (standard input) matches
TwoStacksPlainDatagramSocketImpl.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c(1651)
: warning C4013: 'getAllInterfacesAndAddresses' sin definir; se supone
que extern devuelve como resultado int
Binary file (standard input) matches
net_util.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(155)
: warning C4101: 'barr' : variable local sin referencia
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(268)
: warning C4047: '==' : 'int' es distinto en los niveles de
direccionamiento indirecto de 'void *'
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(232)
: warning C4101: 'ipaddress' : variable local sin referencia
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/java/net/net_util.c(324)
: warning C4101: 'ipaddress' : variable local sin referencia
Binary file (standard input) matches
net_util_md.c
Binary file (standard input) matches
portconfig.c
Binary file (standard input) matches
FileChannelImpl.c
Binary file (standard input) matches
DatagramChannelImpl.c
Binary file (standard input) matches
DatagramDispatcher.c
Binary file (standard input) matches
FileDispatcherImpl.c
Binary file (standard input) matches
FileKey.c
Binary file (standard input) matches
IOUtil.c
Binary file (standard input) matches
Iocp.c
Binary file (standard input) matches
MappedByteBuffer.c
Binary file (standard input) matches
Net.c
Binary file (standard input) matches
RegistryFileTypeDetector.c
Binary file (standard input) matches
ServerSocketChannelImpl.c
Binary file (standard input) matches
SocketChannelImpl.c
Binary file (standard input) matches
SocketDispatcher.c
Binary file (standard input) matches
WindowsAsynchronousFileChannelImpl.c
Binary file (standard input) matches
WindowsAsynchronousServerSocketChannelImpl.c
Binary file (standard input) matches
WindowsAsynchronousSocketChannelImpl.c
Binary file (standard input) matches
WindowsSelectorImpl.c
Binary file (standard input) matches
WindowsNativeDispatcher.c
Binary file (standard input) matches
pcsc_md.c
nt.c
Binary file (standard input) matches
pcsc.c
Binary file (standard input) matches
WindowsDirectory.c
Binary file (standard input) matches
NativeCreds.c
Binary file (standard input) matches
security.cpp
Binary file (standard input) matches
j2secmod.c
Binary file (standard input) matches
j2secmod_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/sun/security/pkcs11/j2secmod_md.c(40)
: warning C4013: 'throwNullPointerException' sin definir; se supone que
extern devuelve como resultado int
c:/cygwin64/home/peter/jdk8/jdk/src/windows/native/sun/security/pkcs11/j2secmod_md.c(81)
: warning C4013: 'throwIOException' sin definir; se supone que extern
devuelve como resultado int
Binary file (standard input) matches
p11_convert.c
Binary file (standard input) matches
p11_dual.c
Binary file (standard input) matches
p11_crypt.c
Binary file (standard input) matches
p11_digest.c
Binary file (standard input) matches
p11_general.c
Binary file (standard input) matches
p11_md.c
Binary file (standard input) matches
p11_keymgmt.c
Binary file (standard input) matches
p11_mutex.c
Binary file (standard input) matches
p11_objmgmt.c
Binary file (standard input) matches
p11_sign.c
Binary file (standard input) matches
p11_sessmgmt.c
Binary file (standard input) matches
p11_util.c
Binary file (standard input) matches
ECC_JNI.cpp
Binary file (standard input) matches
ec.c
Binary file (standard input) matches
ec2_193.c
Binary file (standard input) matches
ec2_163.c
Binary file (standard input) matches
ec2_233.c
Binary file (standard input) matches
ec_naf.c
Binary file (standard input) matches
ec2_aff.c
Binary file (standard input) matches
ec2_mont.c
Binary file (standard input) matches
ecdecode.c
Binary file (standard input) matches
ecl.c
Binary file (standard input) matches
ecl_curve.c
Binary file (standard input) matches
ecl_gf.c
Binary file (standard input) matches
ecl_mult.c
Binary file (standard input) matches
ecp_192.c
Binary file (standard input) matches
ecp_224.c
Binary file (standard input) matches
ecp_256.c
Binary file (standard input) matches
ecp_384.c
Binary file (standard input) matches
ecp_521.c
Binary file (standard input) matches
ecp_aff.c
Binary file (standard input) matches
ecp_jac.c
Binary file (standard input) matches
ecp_jm.c
Binary file (standard input) matches
ecp_mont.c
Binary file (standard input) matches
mp_gf2m.c
Binary file (standard input) matches
mpi.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/security/ec/impl/mpi.c(2980)
: warning C4018: '<' : no coinciden signed/unsigned
Binary file (standard input) matches
mplogic.c
Binary file (standard input) matches
mpmontg.c
Binary file (standard input) matches
oid.c
Binary file (standard input) matches
secitem.c
Binary file (standard input) matches
WindowsAttachProvider.c
Binary file (standard input) matches
WindowsVirtualMachine.c
Binary file (standard input) matches
socketTransport.c
Binary file (standard input) matches
socket_md.c
Binary file (standard input) matches
SharedMemoryTransport.c
Binary file (standard input) matches
SharedMemoryConnection.c
Binary file (standard input) matches
shmemBack.c
Binary file (standard input) matches
shmemBase.c
Binary file (standard input) matches
shmem_md.c
Binary file (standard input) matches
ArrayReferenceImpl.c
Binary file (standard input) matches
ArrayTypeImpl.c
Binary file (standard input) matches
ClassLoaderReferenceImpl.c
Binary file (standard input) matches
ClassObjectReferenceImpl.c
Binary file (standard input) matches
FieldImpl.c
Binary file (standard input) matches
ClassTypeImpl.c
Binary file (standard input) matches
EventRequestImpl.c
Binary file (standard input) matches
FrameID.c
Binary file (standard input) matches
MethodImpl.c
Binary file (standard input) matches
ObjectReferenceImpl.c
Binary file (standard input) matches
ReferenceTypeImpl.c
Binary file (standard input) matches
SDE.c
Binary file (standard input) matches
StackFrameImpl.c
Binary file (standard input) matches
StringReferenceImpl.c
Binary file (standard input) matches
ThreadGroupReferenceImpl.c
Binary file (standard input) matches
ThreadReferenceImpl.c
Binary file (standard input) matches
VirtualMachineImpl.c
Binary file (standard input) matches
bag.c
Binary file (standard input) matches
classTrack.c
Binary file (standard input) matches
commonRef.c
Binary file (standard input) matches
debugDispatch.c
Binary file (standard input) matches
debugLoop.c
Binary file (standard input) matches
debugInit.c
Binary file (standard input) matches
error_messages.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/back/error_messages.c(328) :
warning C4996: '_sleep': This function or variable has been superceded
by newer library or operating system functionality. Consider using Sleep
instead. See online help for details.
Binary file (standard input) matches
eventFilter.c
Binary file (standard input) matches
eventHelper.c
Binary file (standard input) matches
eventHandler.c
Binary file (standard input) matches
exec_md.c
Binary file (standard input) matches
invoker.c
Binary file (standard input) matches
linker_md.c
c:/cygwin64/home/peter/jdk8/jdk/src/windows/back/linker_md.c(62) :
warning C4013: 'free' sin definir; se supone que extern devuelve como
resultado int
Binary file (standard input) matches
inStream.c
Binary file (standard input) matches
log_messages.c
Binary file (standard input) matches
outStream.c
Binary file (standard input) matches
standardHandlers.c
Binary file (standard input) matches
stepControl.c
Binary file (standard input) matches
stream.c
Binary file (standard input) matches
transport.c
Binary file (standard input) matches
threadControl.c
Binary file (standard input) matches
util.c
Binary file (standard input) matches
JVM.c
Binary file (standard input) matches
EncodingSupport.c
jvm_symbols_md.c
Binary file (standard input) matches
FileSystemSupport_md.c
Binary file (standard input) matches
EncodingSupport_md.c
Binary file (standard input) matches
InstrumentationImplNativeMethods.c
Binary file (standard input) matches
InvocationAdapter.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/instrument/InvocationAdapter.c(156)
: warning C4101: 'agentClass' : variable local sin referencia
Binary file (standard input) matches
JPLISAssert.c
Binary file (standard input) matches
JPLISAgent.c
Binary file (standard input) matches
JarFacade.c
Binary file (standard input) matches
PathCharsValidator.c
Binary file (standard input) matches
JavaExceptions.c
Binary file (standard input) matches
Reentrancy.c
Binary file (standard input) matches
Utilities.c
Binary file (standard input) matches
ClassLoadingImpl.c
Binary file (standard input) matches
DiagnosticCommandImpl.c
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/management/DiagnosticCommandImpl.c(58)
: warning C4013: 'malloc' sin definir; se supone que extern devuelve
como resultado int
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/management/DiagnosticCommandImpl.c(68)
: warning C4013: 'free' sin definir; se supone que extern devuelve como
resultado int
Binary file (standard input) matches
canonicalize_md.c
Binary file (standard input) matches
Flag.c
Binary file (standard input) matches
GarbageCollectorImpl.c
Binary file (standard input) matches
FileSystemImpl.c
Binary file (standard input) matches
GcInfoBuilder.c
Binary file (standard input) matches
HotspotThread.c
Binary file (standard input) matches
MemoryImpl.c
Binary file (standard input) matches
HotSpotDiagnostic.c
Binary file (standard input) matches
MemoryManagerImpl.c
Binary file (standard input) matches
MemoryPoolImpl.c
Binary file (standard input) matches
ThreadImpl.c
Binary file (standard input) matches
OperatingSystemImpl.c
Binary file (standard input) matches
VMManagementImpl.c
Binary file (standard input) matches
management.c
Binary file (standard input) matches
debug_malloc.c
hprof_blocks.c
Binary file (standard input) matches
hprof_cpu.c
Binary file (standard input) matches
hprof_class.c
Binary file (standard input) matches
hprof_check.c
Binary file (standard input) matches
hprof_error.c
Binary file (standard input) matches
hprof_event.c
Binary file (standard input) matches
hprof_frame.c
Binary file (standard input) matches
hprof_init.c
Binary file (standard input) matches
hprof_ioname.c
Binary file (standard input) matches
hprof_listener.c
Binary file (standard input) matches
hprof_io.c
Binary file (standard input) matches
hprof_loader.c
Binary file (standard input) matches
hprof_md.c
Binary file (standard input) matches
hprof_object.c
Binary file (standard input) matches
hprof_monitor.c
Binary file (standard input) matches
hprof_reference.c
Binary file (standard input) matches
hprof_stack.c
Binary file (standard input) matches
hprof_site.c
Binary file (standard input) matches
hprof_string.c
Binary file (standard input) matches
hprof_table.c
Binary file (standard input) matches
hprof_tag.c
Binary file (standard input) matches
hprof_tls.c
Binary file (standard input) matches
hprof_trace.c
Binary file (standard input) matches
java_crw_demo.c
Binary file (standard input) matches
hprof_util.c
Binary file (standard input) matches
hprof_tracker.c
Binary file (standard input) matches
mlib_ImageAffine.c
Binary file (standard input) matches
mlib_ImageAffine_BC_D64.c
Binary file (standard input) matches
mlib_ImageAffine_BC_F32.c
Binary file (standard input) matches
mlib_ImageAffine_BC_S32.c
Binary file (standard input) matches
mlib_ImageAffine_BL_D64.c
Binary file (standard input) matches
mlib_ImageAffine_BL_F32.c
Binary file (standard input) matches
mlib_ImageAffine_BL_S32.c
Binary file (standard input) matches
mlib_ImageAffine_NN.c
Binary file (standard input) matches
mlib_ImageAffine_NN_Bit.c
Binary file (standard input) matches
mlib_ImageClipping.c
Binary file (standard input) matches
mlib_ImageConv2x2_f.c
Binary file (standard input) matches
mlib_ImageConvClearEdge_Bit.c
Binary file (standard input) matches
mlib_ImageConvClearEdge_Fp.c
Binary file (standard input) matches
mlib_ImageConvCopyEdge_Bit.c
Binary file (standard input) matches
mlib_ImageConvKernelConvert.c
Binary file (standard input) matches
mlib_ImageConvMxN.c
Binary file (standard input) matches
mlib_ImageConvMxN_Fp.c
Binary file (standard input) matches
mlib_ImageConvMxN_ext.c
Binary file (standard input) matches
mlib_ImageColorTrue2Index.c
Binary file (standard input) matches
mlib_ImageConv_16nw.c
Binary file (standard input) matches
mlib_ImageConv_32nw.c
Binary file (standard input) matches
mlib_ImageConv_16ext.c
Binary file (standard input) matches
mlib_ImageConv_D64nw.c
Binary file (standard input) matches
mlib_ImageConv_8ext.c
Binary file (standard input) matches
mlib_ImageConv_8nw.c
Binary file (standard input) matches
mlib_ImageConv_F32nw.c
Binary file (standard input) matches
mlib_ImageAffineEdge.c
Binary file (standard input) matches
mlib_ImageCopy_Bit.c
Binary file (standard input) matches
mlib_ImageDivTables.c
Binary file (standard input) matches
mlib_ImageCreate.c
Binary file (standard input) matches
mlib_ImageConv_u16nw.c
Binary file (standard input) matches
mlib_ImageFilters.c
Binary file (standard input) matches
mlib_ImageLookUp_64.c
Binary file (standard input) matches
mlib_ImageLookUp_Bit.c
Binary file (standard input) matches
mlib_ImageUtils.c
Binary file (standard input) matches
mlib_ImageScanPoly.c
Binary file (standard input) matches
mlib_ImageConv_u16ext.c
Binary file (standard input) matches
mlib_c_ImageAffineIndex_BC.c
Binary file (standard input) matches
mlib_c_ImageAffine_BC.c
Binary file (standard input) matches
mlib_c_ImageAffineIndex_BL.c
Binary file (standard input) matches
mlib_c_ImageAffine_BC_U16.c
Binary file (standard input) matches
mlib_c_ImageAffine_BC_S16.c
Binary file (standard input) matches
mlib_c_ImageAffine_BL.c
Binary file (standard input) matches
mlib_c_ImageAffine_BL_S16.c
Binary file (standard input) matches
mlib_c_ImageAffine_BL_U16.c
Binary file (standard input) matches
mlib_c_ImageAffine_NN.c
Binary file (standard input) matches
mlib_c_ImageConvClearEdge.c
Binary file (standard input) matches
mlib_c_ImageConvVersion.c
Binary file (standard input) matches
mlib_c_ImageConvCopyEdge.c
Binary file (standard input) matches
mlib_c_ImageConv_f.c
Binary file (standard input) matches
mlib_c_ImageCopy.c
Binary file (standard input) matches
mlib_c_ImageLookUp.c
Binary file (standard input) matches
mlib_sys.c
Binary file (standard input) matches
mlib_c_ImageLookUp_f.c
Binary file (standard input) matches
mlib_c_ImageThresh1_U8.c
Binary file (standard input) matches
AlphaMath.c
Binary file (standard input) matches
AccelGlyphCache.c
Binary file (standard input) matches
AlphaMacros.c
Binary file (standard input) matches
Any3Byte.c
Binary file (standard input) matches
Any4Byte.c
Binary file (standard input) matches
AnyByte.c
Binary file (standard input) matches
AnyInt.c
Binary file (standard input) matches
AnyShort.c
Binary file (standard input) matches
BufferedMaskBlit.c
Binary file (standard input) matches
Blit.c
Binary file (standard input) matches
BlitBg.c
Binary file (standard input) matches
BufferedRenderPipe.c
Binary file (standard input) matches
BufImgSurfaceData.c
Binary file (standard input) matches
ByteBinary1Bit.c
Binary file (standard input) matches
ByteBinary2Bit.c
Binary file (standard input) matches
ByteBinary4Bit.c
Binary file (standard input) matches
ByteGray.c
Binary file (standard input) matches
ByteIndexed.c
Binary file (standard input) matches
CmdIDList.cpp
Binary file (standard input) matches
ComCtl32Util.cpp
Binary file (standard input) matches
D3DBufImgOps.cpp
Binary file (standard input) matches
D3DBlitLoops.cpp
Binary file (standard input) matches
D3DContext.cpp
Binary file (standard input) matches
D3DGlyphCache.cpp
Binary file (standard input) matches
D3DMaskBlit.cpp
Binary file (standard input) matches
D3DGraphicsDevice.cpp
Binary file (standard input) matches
D3DMaskCache.cpp
Binary file (standard input) matches
D3DMaskFill.cpp
Binary file (standard input) matches
D3DPaints.cpp
Binary file (standard input) matches
D3DPipelineManager.cpp
Binary file (standard input) matches
D3DRenderer.cpp
Binary file (standard input) matches
D3DRenderQueue.cpp
Binary file (standard input) matches
D3DResourceManager.cpp
Binary file (standard input) matches
D3DSurfaceData.cpp
Binary file (standard input) matches
DataBufferNative.c
Binary file (standard input) matches
Disposer.c
Binary file (standard input) matches
D3DTextRenderer.cpp
Binary file (standard input) matches
D3DVertexCacher.cpp
Binary file (standard input) matches
DrawLine.c
Binary file (standard input) matches
DrawParallelogram.c
Binary file (standard input) matches
DrawPath.c
Binary file (standard input) matches
Devices.cpp
Binary file (standard input) matches
DllUtil.cpp
Binary file (standard input) matches
DrawPolygons.c
Binary file (standard input) matches
DrawRect.c
Binary file (standard input) matches
FillParallelogram.c
Binary file (standard input) matches
FillPath.c
Binary file (standard input) matches
FillRect.c
Binary file (standard input) matches
FillSpans.c
Binary file (standard input) matches
FourByteAbgrPre.c
Binary file (standard input) matches
FourByteAbgr.c
Binary file (standard input) matches
GDIBlitLoops.cpp
Binary file (standard input) matches
GDIHashtable.cpp
Binary file (standard input) matches
GDIRenderer.cpp
Binary file (standard input) matches
GDIWindowSurfaceData.cpp
Binary file (standard input) matches
GraphicsPrimitiveMgr.c
Binary file (standard input) matches
Index12Gray.c
Binary file (standard input) matches
Index8Gray.c
Binary file (standard input) matches
Hashtable.cpp
Binary file (standard input) matches
IntArgb.c
Binary file (standard input) matches
IntArgbBm.c
Binary file (standard input) matches
IntArgbPre.c
Binary file (standard input) matches
IntBgr.c
Binary file (standard input) matches
MapAccelFunc.c
Binary file (standard input) matches
IntRgbx.c
Binary file (standard input) matches
IntRgb.c
Binary file (standard input) matches
MaskFill.c
Binary file (standard input) matches
MaskBlit.c
Binary file (standard input) matches
OGLBlitLoops.c
Binary file (standard input) matches
MouseInfo.cpp
Binary file (standard input) matches
OGLBufImgOps.c
Binary file (standard input) matches
OGLContext.c
Binary file (standard input) matches
OGLFuncs.c
Binary file (standard input) matches
OGLMaskBlit.c
Binary file (standard input) matches
OGLMaskFill.c
Binary file (standard input) matches
OGLPaints.c
Binary file (standard input) matches
OGLRenderQueue.c
Binary file (standard input) matches
OGLRenderer.c
Binary file (standard input) matches
OGLSurfaceData.c
Binary file (standard input) matches
OGLTextRenderer.c
Binary file (standard input) matches
ProcessPath.c
Binary file (standard input) matches
OGLVertexCache.c
Binary file (standard input) matches
ObjectList.cpp
Binary file (standard input) matches
ShaderList.c
Binary file (standard input) matches
Region.c
Binary file (standard input) matches
ShapeSpanIterator.c
Binary file (standard input) matches
ScaledBlit.c
Binary file (standard input) matches
SpanClipRenderer.c
Binary file (standard input) matches
SurfaceData.c
Binary file (standard input) matches
ThreeByteBgr.c
Binary file (standard input) matches
Trace.c
Binary file (standard input) matches
Ushort4444Argb.c
Binary file (standard input) matches
ThemeReader.cpp
Binary file (standard input) matches
ShellFolder2.cpp
Binary file (standard input) matches
TransformHelper.c
Binary file (standard input) matches
Ushort555Rgb.c
Binary file (standard input) matches
Ushort555Rgbx.c
Binary file (standard input) matches
UshortGray.c
Binary file (standard input) matches
Ushort565Rgb.c
Binary file (standard input) matches
UshortIndexed.c
Binary file (standard input) matches
WGLGraphicsConfig.c
Binary file (standard input) matches
WGLSurfaceData.c
Binary file (standard input) matches
WPrinterJob.cpp
Binary file (standard input) matches
WindowsFlags.cpp
Binary file (standard input) matches
awt_AWTEvent.cpp
Binary file (standard input) matches
awt_BitmapUtil.cpp
Binary file (standard input) matches
awt_Brush.cpp
Binary file (standard input) matches
awt_Button.cpp
Binary file (standard input) matches
awt_Canvas.cpp
Binary file (standard input) matches
awt_Checkbox.cpp
Binary file (standard input) matches
awt_Choice.cpp
Binary file (standard input) matches
awt_Color.cpp
Binary file (standard input) matches
awt_Clipboard.cpp
Binary file (standard input) matches
awt_Container.cpp
Binary file (standard input) matches
awt_Cursor.cpp
Binary file (standard input) matches
awt_Component.cpp
Binary file (standard input) matches
awt_DCHolder.cpp
Binary file (standard input) matches
awt_Debug.cpp
Binary file (standard input) matches
awt_Desktop.cpp
Binary file (standard input) matches
awt_DataTransferer.cpp
Binary file (standard input) matches
awt_Dimension.cpp
Binary file (standard input) matches
awt_Dialog.cpp
Binary file (standard input) matches
awt_DesktopProperties.cpp
Binary file (standard input) matches
awt_DrawingSurface.cpp
Binary file (standard input) matches
awt_Event.cpp
Binary file (standard input) matches
awt_DnDDS.cpp
Binary file (standard input) matches
awt_DnDDT.cpp
Binary file (standard input) matches
awt_Font.cpp
Binary file (standard input) matches
awt_Frame.cpp
Binary file (standard input) matches
awt_GDIObject.cpp
Binary file (standard input) matches
awt_FileDialog.cpp
Binary file (standard input) matches
awt_ImageRep.c
Binary file (standard input) matches
awt_IconCursor.cpp
Binary file (standard input) matches
awt_ImagingLib.c
Binary file (standard input) matches
awt_InputEvent.cpp
Binary file (standard input) matches
awt_InputMethod.cpp
Binary file (standard input) matches
awt_InputTextInfor.cpp
Binary file (standard input) matches
awt_Insets.cpp
Binary file (standard input) matches
awt_KeyEvent.cpp
Binary file (standard input) matches
awt_KeyboardFocusManager.cpp
Binary file (standard input) matches
awt_Label.cpp
Binary file (standard input) matches
awt_List.cpp
Binary file (standard input) matches
awt_Menu.cpp
Binary file (standard input) matches
awt_MenuBar.cpp
Binary file (standard input) matches
awt_Mlib.cpp
Binary file (standard input) matches
awt_MenuItem.cpp
Binary file (standard input) matches
awt_MouseEvent.cpp
Binary file (standard input) matches
awt_Object.cpp
Binary file (standard input) matches
awt_Palette.cpp
Binary file (standard input) matches
awt_Panel.cpp
Binary file (standard input) matches
awt_Pen.cpp
Binary file (standard input) matches
awt_PopupMenu.cpp
Binary file (standard input) matches
awt_PrintControl.cpp
Binary file (standard input) matches
awt_PrintDialog.cpp
Binary file (standard input) matches
awt_PrintJob.cpp
Binary file (standard input) matches
awt_Rectangle.cpp
Binary file (standard input) matches
awt_Robot.cpp
Binary file (standard input) matches
awt_ScrollPane.cpp
Binary file (standard input) matches
awt_Scrollbar.cpp
Binary file (standard input) matches
awt_TextArea.cpp
Binary file (standard input) matches
awt_TextComponent.cpp
Binary file (standard input) matches
awt_TextField.cpp
Binary file (standard input) matches
awt_Win32GraphicsConfig.cpp
Binary file (standard input) matches
awt_TrayIcon.cpp
Binary file (standard input) matches
awt_Win32GraphicsDevice.cpp
Binary file (standard input) matches
awt_Toolkit.cpp
Binary file (standard input) matches
awt_Win32GraphicsEnv.cpp
Binary file (standard input) matches
awt_new.cpp
Binary file (standard input) matches
awt_Window.cpp
Binary file (standard input) matches
awt_parseImage.c
Binary file (standard input) matches
debug_assert.c
debug_mem.c
awt_ole.cpp
Binary file (standard input) matches
dither.c
Binary file (standard input) matches
debug_util.c
Binary file (standard input) matches
debug_trace.c
Binary file (standard input) matches
gifdecoder.c
Binary file (standard input) matches
imageInitIDs.c
Binary file (standard input) matches
img_globals.c
Binary file (standard input) matches
initIDs.cpp
Binary file (standard input) matches
LCMS.c
Binary file (standard input) matches
rect.c
Binary file (standard input) matches
cmscam02.c
Binary file (standard input) matches
cmscgats.c
Binary file (standard input) matches
cmscnvrt.c
Binary file (standard input) matches
cmserr.c
Binary file (standard input) matches
cmsgamma.c
Binary file (standard input) matches
cmsgmt.c
Binary file (standard input) matches
cmshalf.c
Binary file (standard input) matches
cmsintrp.c
Binary file (standard input) matches
cmsio0.c
Binary file (standard input) matches
cmsio1.c
Binary file (standard input) matches
cmslut.c
Binary file (standard input) matches
cmsmd5.c
Binary file (standard input) matches
cmsmtrx.c
Binary file (standard input) matches
cmsnamed.c
Binary file (standard input) matches
cmsopt.c
Binary file (standard input) matches
cmspcs.c
Binary file (standard input) matches
cmsplugin.c
Binary file (standard input) matches
cmspack.c
Binary file (standard input) matches
cmsps2.c
Binary file (standard input) matches
cmssamp.c
Binary file (standard input) matches
cmssm.c
Binary file (standard input) matches
cmstypes.c
Binary file (standard input) matches
cmswtpnt.c
Binary file (standard input) matches
cmsvirt.c
Binary file (standard input) matches
cmsxform.c
Binary file (standard input) matches
jcapimin.c
Binary file (standard input) matches
jcapistd.c
Binary file (standard input) matches
jccoefct.c
Binary file (standard input) matches
imageioJPEG.c
Binary file (standard input) matches
jccolor.c
Binary file (standard input) matches
jcdctmgr.c
Binary file (standard input) matches
jchuff.c
Binary file (standard input) matches
jcinit.c
Binary file (standard input) matches
jcmainct.c
Binary file (standard input) matches
jcmarker.c
Binary file (standard input) matches
jcmaster.c
Binary file (standard input) matches
jcomapi.c
Binary file (standard input) matches
jcparam.c
Binary file (standard input) matches
jcprepct.c
Binary file (standard input) matches
jcsample.c
Binary file (standard input) matches
jcphuff.c
Binary file (standard input) matches
jctrans.c
Binary file (standard input) matches
jdapimin.c
Binary file (standard input) matches
jdapistd.c
Binary file (standard input) matches
jdcoefct.c
Binary file (standard input) matches
jdcolor.c
Binary file (standard input) matches
jddctmgr.c
Binary file (standard input) matches
jdinput.c
Binary file (standard input) matches
jdhuff.c
Binary file (standard input) matches
jdmainct.c
Binary file (standard input) matches
jdmarker.c
Binary file (standard input) matches
jdmaster.c
Binary file (standard input) matches
jdmerge.c
Binary file (standard input) matches
jdphuff.c
Binary file (standard input) matches
jdpostct.c
Binary file (standard input) matches
jdsample.c
Binary file (standard input) matches
jdtrans.c
Binary file (standard input) matches
jerror.c
Binary file (standard input) matches
jfdctflt.c
Binary file (standard input) matches
jfdctfst.c
Binary file (standard input) matches
jidctflt.c
Binary file (standard input) matches
jfdctint.c
Binary file (standard input) matches
jidctfst.c
Binary file (standard input) matches
jidctint.c
Binary file (standard input) matches
jidctred.c
Binary file (standard input) matches
jmemmgr.c
Binary file (standard input) matches
jmemnobs.c
Binary file (standard input) matches
jpegdecoder.c
Binary file (standard input) matches
jquant1.c
Binary file (standard input) matches
jquant2.c
Binary file (standard input) matches
jutils.c
Binary file (standard input) matches
AnchorTables.cpp
Binary file (standard input) matches
AlternateSubstSubtables.cpp
Binary file (standard input) matches
ArabicLayoutEngine.cpp
Binary file (standard input) matches
ArabicShaping.cpp
Binary file (standard input) matches
CanonData.cpp
Binary file (standard input) matches
CanonShaping.cpp
Binary file (standard input) matches
ClassDefinitionTables.cpp
Binary file (standard input) matches
ContextualGlyphInsertionProc2.cpp
Binary file (standard input) matches
ContextualGlyphSubstProc.cpp
Binary file (standard input) matches
ContextualGlyphSubstProc2.cpp
Binary file (standard input) matches
ContextualSubstSubtables.cpp
Binary file (standard input) matches
CoverageTables.cpp
Binary file (standard input) matches
CursiveAttachmentSubtables.cpp
Binary file (standard input) matches
DeviceTables.cpp
Binary file (standard input) matches
DrawGlyphList.c
Binary file (standard input) matches
Features.cpp
Binary file (standard input) matches
ExtensionSubtables.cpp
Binary file (standard input) matches
FontInstanceAdapter.cpp
Binary file (standard input) matches
GDEFMarkFilter.cpp
Binary file (standard input) matches
GXLayoutEngine.cpp
Binary file (standard input) matches
GXLayoutEngine2.cpp
Binary file (standard input) matches
GlyphDefinitionTables.cpp
Binary file (standard input) matches
GlyphLookupTables.cpp
Binary file (standard input) matches
GlyphIterator.cpp
Binary file (standard input) matches
GlyphPositionAdjustments.cpp
Binary file (standard input) matches
GlyphPositioningTables.cpp
Binary file (standard input) matches
GlyphSubstitutionTables.cpp
Binary file (standard input) matches
GlyphSubstLookupProc.cpp
Binary file (standard input) matches
GlyphPosnLookupProc.cpp
Binary file (standard input) matches
HanLayoutEngine.cpp
Binary file (standard input) matches
IndicClassTables.cpp
Binary file (standard input) matches
HangulLayoutEngine.cpp
Binary file (standard input) matches
IndicLayoutEngine.cpp
Binary file (standard input) matches
IndicRearrangementProcessor.cpp
Binary file (standard input) matches
IndicRearrangementProcessor2.cpp
Binary file (standard input) matches
IndicReordering.cpp
Binary file (standard input) matches
KernTable.cpp
Binary file (standard input) matches
KhmerLayoutEngine.cpp
Binary file (standard input) matches
LEFontInstance.cpp
Binary file (standard input) matches
LEGlyphStorage.cpp
Binary file (standard input) matches
KhmerReordering.cpp
Binary file (standard input) matches
LEInsertionList.cpp
Binary file (standard input) matches
LigatureSubstProc2.cpp
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/font/layout/LigatureSubstProc2.cpp(123)
: warning C4018: '>' : no coinciden signed/unsigned
Binary file (standard input) matches
LigatureSubstProc.cpp
c:/cygwin64/home/peter/jdk8/jdk/src/share/native/sun/font/layout/LigatureSubstProc.cpp(118)
: warning C4018: '>' : no coinciden signed/unsigned
Binary file (standard input) matches
LigatureSubstSubtables.cpp
Binary file (standard input) matches
LayoutEngine.cpp
Binary file (standard input) matches
LookupTables.cpp
Binary file (standard input) matches
Lookups.cpp
Binary file (standard input) matches
LookupProcessor.cpp
Binary file (standard input) matches
MPreFixups.cpp
Binary file (standard input) matches
MarkArrays.cpp
Binary file (standard input) matches
MarkToBasePosnSubtables.cpp
Binary file (standard input) matches
MarkToLigaturePosnSubtables.cpp
Binary file (standard input) matches
MarkToMarkPosnSubtables.cpp
Binary file (standard input) matches
MirroredCharData.cpp
Binary file (standard input) matches
MultipleSubstSubtables.cpp
Binary file (standard input) matches
MorphTables.cpp
Binary file (standard input) matches
MorphTables2.cpp
Binary file (standard input) matches
OpenTypeUtilities.cpp
Binary file (standard input) matches
NonContextualGlyphSubstProc2.cpp
Binary file (standard input) matches
OpenTypeLayoutEngine.cpp
Binary file (standard input) matches
NonContextualGlyphSubstProc.cpp
Binary file (standard input) matches
PairPositioningSubtables.cpp
Binary file (standard input) matches
ScriptAndLanguage.cpp
Binary file (standard input) matches
ScriptAndLanguageTags.cpp
Binary file (standard input) matches
SegmentArrayProcessor.cpp
Binary file (standard input) matches
SegmentSingleProcessor.cpp
Binary file (standard input) matches
SegmentArrayProcessor2.cpp
Binary file (standard input) matches
SegmentSingleProcessor2.cpp
Binary file (standard input) matches
ShapingTypeData.cpp
Binary file (standard input) matches
SimpleArrayProcessor.cpp
Binary file (standard input) matches
SimpleArrayProcessor2.cpp
Binary file (standard input) matches
SingleSubstitutionSubtables.cpp
Binary file (standard input) matches
SinglePositioningSubtables.cpp
Binary file (standard input) matches
SingleTableProcessor.cpp
Binary file (standard input) matches
SingleTableProcessor2.cpp
Binary file (standard input) matches
StateTableProcessor.cpp
Binary file (standard input) matches
StateTableProcessor2.cpp
Binary file (standard input) matches
SubtableProcessor.cpp
Binary file (standard input) matches
SubtableProcessor2.cpp
Binary file (standard input) matches
SubstitutionLookups.cpp
Binary file (standard input) matches
SunLayoutEngine.cpp
Binary file (standard input) matches
ThaiStateTables.cpp
Binary file (standard input) matches
ThaiLayoutEngine.cpp
Binary file (standard input) matches
ThaiShaping.cpp
Binary file (standard input) matches
TibetanLayoutEngine.cpp
Binary file (standard input) matches
TibetanReordering.cpp
Binary file (standard input) matches
TrimmedArrayProcessor.cpp
Binary file (standard input) matches
TrimmedArrayProcessor2.cpp
Binary file (standard input) matches
ValueRecords.cpp
Binary file (standard input) matches
sunFont.c
Binary file (standard input) matches
fontpath.c
Binary file (standard input) matches
freetypeScaler.c
Binary file (standard input) matches
lcdglyph.c
Binary file (standard input) matches
compress.c
Binary file (standard input) matches
deflate.c
Binary file (standard input) matches
dgif_lib.c
Binary file (standard input) matches
gif_err.c
Binary file (standard input) matches
gifalloc.c
Binary file (standard input) matches
gzclose.c
Binary file (standard input) matches
gzlib.c
Binary file (standard input) matches
gzread.c
Binary file (standard input) matches
gzwrite.c
Binary file (standard input) matches
jawt.cpp
Binary file (standard input) matches
infback.c
Binary file (standard input) matches
inffast.c
Binary file (standard input) matches
inflate.c
Binary file (standard input) matches
inftrees.c
Binary file (standard input) matches
jcapimin.c
Binary file (standard input) matches
jcapistd.c
Binary file (standard input) matches
jccoefct.c
Binary file (standard input) matches
jccolor.c
Binary file (standard input) matches
java_awt_SplashScreen.c
Binary file (standard input) matches
jcdctmgr.c
Binary file (standard input) matches
jchuff.c
Binary file (standard input) matches
jcinit.c
Binary file (standard input) matches
jcmainct.c
Binary file (standard input) matches
jcmarker.c
Binary file (standard input) matches
jcmaster.c
Binary file (standard input) matches
jcomapi.c
Binary file (standard input) matches
jcparam.c
Binary file (standard input) matches
jcphuff.c
Binary file (standard input) matches
jcprepct.c
Binary file (standard input) matches
jcsample.c
Binary file (standard input) matches
jctrans.c
Binary file (standard input) matches
jdapimin.c
Binary file (standard input) matches
jdapistd.c
Binary file (standard input) matches
jdcoefct.c
Binary file (standard input) matches
jdcolor.c
Binary file (standard input) matches
jddctmgr.c
Binary file (standard input) matches
jdinput.c
Binary file (standard input) matches
jdhuff.c
Binary file (standard input) matches
jdmainct.c
Binary file (standard input) matches
jdmarker.c
Binary file (standard input) matches
jdmerge.c
Binary file (standard input) matches
jdmaster.c
Binary file (standard input) matches
jdphuff.c
Binary file (standard input) matches
jdtrans.c
Binary file (standard input) matches
jdsample.c
Binary file (standard input) matches
jdpostct.c
Binary file (standard input) matches
jerror.c
Binary file (standard input) matches
jfdctflt.c
Binary file (standard input) matches
jfdctfst.c
Binary file (standard input) matches
jfdctint.c
Binary file (standard input) matches
jidctflt.c
Binary file (standard input) matches
jidctfst.c
Binary file (standard input) matches
jidctint.c
Binary file (standard input) matches
jidctred.c
Binary file (standard input) matches
jmemmgr.c
Binary file (standard input) matches
jmemnobs.c
Binary file (standard input) matches
jquant1.c
Binary file (standard input) matches
jquant2.c
Binary file (standard input) matches
jutils.c
Binary file (standard input) matches
pngerror.c
Binary file (standard input) matches
png.c
Binary file (standard input) matches
pngget.c
Binary file (standard input) matches
pngmem.c
Binary file (standard input) matches
pngpread.c
Binary file (standard input) matches
pngread.c
Binary file (standard input) matches
pngrio.c
Binary file (standard input) matches
pngrtran.c
Binary file (standard input) matches
pngset.c
Binary file (standard input) matches
pngrutil.c
Binary file (standard input) matches
pngtrans.c
Binary file (standard input) matches
pngwio.c
Binary file (standard input) matches
pngwrite.c
Binary file (standard input) matches
pngwtran.c
Binary file (standard input) matches
pngwutil.c
Binary file (standard input) matches
splashscreen_gfx_impl.c
Binary file (standard input) matches
splashscreen_impl.c
Binary file (standard input) matches
splashscreen_gif.c
Binary file (standard input) matches
splashscreen_jpeg.c
Binary file (standard input) matches
uncompr.c
Binary file (standard input) matches
trees.c
Binary file (standard input) matches
splashscreen_png.c
Binary file (standard input) matches
splashscreen_sys.c
Binary file (standard input) matches
zadler32.c
Binary file (standard input) matches
zcrc32.c
Binary file (standard input) matches
zutil.c
Binary file (standard input) matches
MidiInDevice.c
Binary file (standard input) matches
MidiInDeviceProvider.c
Binary file (standard input) matches
MidiOutDevice.c
Binary file (standard input) matches
MidiOutDeviceProvider.c
Binary file (standard input) matches
PLATFORM_API_WinOS_MidiOut.c
Binary file (standard input) matches
PLATFORM_API_WinOS_Ports.c
Binary file (standard input) matches
PLATFORM_API_WinOS_Util.c
Binary file (standard input) matches
PLATFORM_API_WinOS_MidiIn.cpp
Binary file (standard input) matches
PlatformMidi.c
Binary file (standard input) matches
Platform.c
Binary file (standard input) matches
PortMixer.c
Binary file (standard input) matches
PortMixerProvider.c
Binary file (standard input) matches
Utilities.c
Binary file (standard input) matches
DirectAudioDeviceProvider.c
Binary file (standard input) matches
DirectAudioDevice.c
Binary file (standard input) matches
Microsoft (R) Library Manager Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libverify/verify.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libverify/verify.exp
Utilities.c
Binary file (standard input) matches
Microsoft (R) Library Manager Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.
PLATFORM_API_WinOS_DirectSound.cpp
Binary file (standard input) matches
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjli/jli.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjli/jli.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnpt/npt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnpt/npt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pcsc/j2pcsc.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pcsc/j2pcsc.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunmscapi/sunmscapi.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunmscapi/sunmscapi.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libkrb5/w2k_lsa_auth.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libkrb5/w2k_lsa_auth.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pkcs11/j2pkcs11.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libj2pkcs11/j2pkcs11.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunec/sunec.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsunec/sunec.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_shmem/dt_shmem.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_shmem/dt_shmem.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libhprof_jvmti/hprof.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libhprof_jvmti/hprof.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava_crw_demo/java_crw_demo.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava_crw_demo/java_crw_demo.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsplashscreen/splashscreen.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libsplashscreen/splashscreen.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava/java.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjava/java.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libzip/zip.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libzip/zip.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libunpack/unpack.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libunpack/unpack.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjaas/jaas_nt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjaas/jaas_nt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnet/net.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libnet/net.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libattach/attach.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libattach/attach.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_socket/dt_socket.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libdt_socket/dt_socket.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjdwp/jdwp.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjdwp/jdwp.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsdt/jsdt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsdt/jsdt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmanagement/management.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmanagement/management.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libinstrument/instrument.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libinstrument/instrument.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmlib_image/mlib_image.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libmlib_image/mlib_image.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjpeg/jpeg.exp
libcpmt.lib(xthrow.obj) : error LNK2038: se detectaron diferencias para
'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el valor
'MD_DynamicRelease' en awt_DnDDS.obj
libcpmt.lib(syserror.obj) : error LNK2038: se detectaron diferencias
para 'RuntimeLibrary': el valor 'MT_StaticRelease' no coincide con el
valor 'MD_DynamicRelease' en awt_DnDDS.obj
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libawt/awt.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsound/jsound.exp
Creando biblioteca
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.lib
y objeto
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/objs/libjsoundds/jsoundds.exp
c:/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll
: fatal error LNK1319: diferencias detectadas: 2
make[2]: *** [lib/Awt2dLibraries.gmk:463:
/cygdrive/c/cygwin64/home/peter/jdk8/build/windows-x86-normal-server-release/jdk/bin/awt.dll]
Error 39
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [BuildJdk.gmk:70: libs-only] Error 2
make: *** [/home/peter/jdk8//make/Main.gmk:116: jdk-only] Error 2
--
Peter Kollner <***@asgalon.net>
Peter Kollner <***@asgalon.net>