jdk9 windows build failure
prasanta sadhukhan
prasanta.sadhukhan at oracle.com
Tue Apr 14 07:54:25 UTC 2015
Hi All,
I also faced this problem when I update my forest through "sh
get_source.sh" and run "configure", "make clean" followed by "make"
Creating library jvm.lib and object jvm.exp
LINK : fatal error LNK1123: failure during conversion to COFF: file
invalid or corrupt
NMAKE : fatal error U1077: 'C:\progra~2\micros~1.0\vc\bin\link.exe' :
return code '0x463'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\BIN\nmake.EXE"' : return code '0x2'
Stop.
make[5]: *** [generic_build2] Error 2
Makefile:230: recipe for target 'generic_build2' failed
Makefile:177: recipe for target 'product' failed
make[4]: *** [product] Error 2
HotspotWrapper.gmk:44: recipe for target
'/cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/hotspot/_hotspot.timestamp'
failed
make[3]: ***
[/cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/hotspot/_hotspot.timestamp]
Error 1
make[2]: *** [hotspot] Error 1
make/Main.gmk:193: recipe for target 'hotspot' failed
make[2]: *** Waiting for unfinished jobs....
Regards
Prasanta
On 4/13/2015 3:28 PM, Volker Simonis wrote:
> Hi Phil,
>
> are you sure this is the first error?
>
> Can you start a new, clean build with only one build job and post
> both, the configure line and output along with the build log (at least
> LOG=debug).
>
> Have you changed you Cygwin version or are you using a new
> disk/network share for your sources/output directory?
>
> I recently had two Windows build problems:
>
> - wrong files permission. This could be solved by adding the 'noacl'
> option to the list of default mount options in /etc/fstab of your
> Cygwin installation.
> - I had "multiple target patterns" failures which only appeared if
> using Cygwin make version less than 4.1.
>
> But both these problems can be at least partially related to our own,
> modified build environment.
>
> Regards,
> Volker
>
> On Sat, Apr 11, 2015 at 12:39 AM, Phil Race <philip.race at oracle.com> wrote:
>> For some time (a couple of weeks) I have run into the following error
>> whenever I try to build on Windows on my system
>> I've been using forever .. I have worked around it by doing builds using
>> JPRT but its getting annoying.
>> Does anyone have a clue what I am doing wrong. This happens on brand new
>> clean forests etc.
>>
>> make[3]: *** No rule to make target
>> `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.bind/_the.java.xml.bind_batch',
>> needed by
>> `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/jdk.xml.bind/_the.jdk.xml.bind_batch'.
>> Stop.
>> make[3]: *** Waiting for unfinished jobs....
>> make[2]: *** [jdk.xml.bind-java] Error 1
>> make[2]: *** Waiting for unfinished jobs....
>> make[3]: *** No rule to make target
>> `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.bind/_the.java.xml.bind_batch',
>> needed by
>> `/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.ws/_the.java.xml.ws_batch'.
>> Stop.
>> make[3]: *** Waiting for unfinished jobs....
>> make[2]: *** [java.xml.ws-java] Error 1
>>
>> -phil.
-------------- next part --------------
Creating data for first make execution in new configuration...
Done
Building target(s) 'default' in configuration 'windows-x86-normal-server-release'
Compiling 8 files for BUILD_TOOLS_LANGTOOLS
Compiling 5 properties into resource bundles for jdk.dev
Parsing 1 properties into enum-like class for jdk.compiler
Compiling 10 properties into resource bundles for jdk.javadoc
Compiling 20 properties into resource bundles for jdk.compiler
Compiling 819 files for BUILD_INTERIM_LANGTOOLS
cd windows_i486_compiler2
nmake -nologo -f C:\jdk9\client\hotspot\make\windows\makefiles\top.make BUILD_FLAVOR=product ARCH=x86
nmake in ./generated
cd generated && "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE" -NOLOGO -f C:\jdk9\client\hotspot\make\windows\makefiles\generated.make DIR=.\generated BUILD_FLAVOR=product
mkdir -p ../generated/saclasses
...Building sa-jdi.jar into ../generated/saclasses
...C:\jdk1.8.0_31\bin\javac -g -encoding ascii -source 8 -target 8 -classpath C:\jdk1.8.0_31/lib/tools.jar -d ../generated/saclasses ....
"C:\jdk1.8.0_31\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=1.9.0-internal-prsadhuk_2015_04_13_15_44-b00> ../generated/saclasses/sa.properties
rm -f ../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js
cp C:\jdk9\client\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:\jdk9\client\hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png ../generated/saclasses/sun/jvm/hotspot/ui/resources
cp -r C:\jdk9\client\hotspot/agent/src/share/classes/images/* ../generated/saclasses
"C:\jdk1.8.0_31\bin\jar" cf ../generated/sa-jdi.jar -C ../generated/saclasses .
Creating buildtools/interim_langtools.jar
"C:\jdk1.8.0_31\bin\jar" uf ../generated/sa-jdi.jar -C C:\jdk9\client\hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector
rm -f x86_32.ad
cat C:\jdk9\client\hotspot/src/cpu/x86/vm/x86_32.ad C:\jdk9\client\hotspot/src/cpu/x86/vm/x86.ad >x86_32.ad
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE /EHsc /MD /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /I "..\generated" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /c C:\jdk9\client\hotspot\src\share\vm\adlc\main.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\adlparse.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\archDesc.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\arena.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\dfa.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\dict2.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\filebuff.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\forms.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\formsopt.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\formssel.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\output_c.cpp C:\jdk9\client\hotspot\src\share\vm\adlc\output_h.cpp
main.cpp
adlparse.cpp
archDesc.cpp
arena.cpp
dfa.cpp
dict2.cpp
filebuff.cpp
Compiling 23 files for BUILD_INTERIM_JIMAGE
forms.cpp
formsopt.cpp
formssel.cpp
Compiling 198 files for BUILD_INTERIM_RMIC
output_c.cpp
output_h.cpp
Compiling 141 files for BUILD_IDLJ
Compiling 161 files for BUILD_TOOLS_JDK
Compiling 6 files for BUILD_TOOLS_CORBA
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE /EHsc /MD /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /I "..\generated" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /c C:\jdk9\client\hotspot\src\share\vm\opto\opcodes.cpp
opcodes.cpp
C:\progra~2\micros~1.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 version.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\mia713~1\windows\v7.0a\bin\mt.exe /manifest adlc.exe.manifest /outputresource:adlc.exe;#1
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
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
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:\jdk1.8.0_31\bin\javac" -g -encoding ascii -source 8 -target 8 -d jvmtifiles C:\jdk9\client\hotspot/src/share/vm/prims/jvmtiGen.java
Generating jvmtifiles/jvmtiEnv.hpp
Generating jvmtifiles/jvmtiEnter.cpp
Creating sun/util/locale/provider/EnLocaleDataMetaInfo.java from 424 found resources.
Generating jvmtifiles/jvmtiEnterTrace.cpp
Generating jvmtifiles/jvmtiEnvRecommended.cpp
Generating jvmtifiles/bytecodeInterpreterWithChecks.cpp
Generating jvmtifiles/jvmti.h
Generating AltSrc tracefiles/traceEventClasses.hpp
Generating tracefiles/traceEventIds.hpp
Generating tracefiles/traceTypes.hpp
Generating AltSrc tracefiles/traceRequestables.hpp
Generating AltSrc tracefiles/traceEventControl.hpp
Generating AltSrc tracefiles/traceProducer.cpp
Generating sun/misc/Version.java
Compiling 11 properties into resource bundles for java.logging
Creating genSocketOptionRegistry.exe from 1 file(s)
Generating buffer classes
Generating exceptions classes
Compiling 11 properties into resource bundles for java.base
Compiling 22 properties into resource bundles for java.base
Compiling 4 files for BUILD_BREAKITERATOR
Generating blacklisted certs
Generating java.security
Creating support/jce/policy/unlimited/US_export_policy.jar
Generating HTML DTD file
Creating support/jce/policy/limited/local_policy.jar
Compiling 11 properties into resource bundles for java.management
Creating support/jce/policy/unlimited/local_policy.jar
Compiling 1 properties into resource bundles for jdk.dev
Compiling 11 properties into resource bundles for jdk.jartool
Compiling 1687 files for BUILD_INTERIM_CORBA
Creating sun/util/resources/provider/NonEnLocaleDataMetaInfo.java from 424 found resources.
nmake in ./product
cd product && "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE" -NOLOGO -f C:\jdk9\client\hotspot\make\windows\makefiles\product.make DIR=.\product BUILD_FLAVOR=product
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yc"precompiled.hpp" /c ../generated/_build_pch_file.cpp
_build_pch_file.cpp
Compiling 209 properties into resource bundles for jdk.localedata
Creating buildtools/interim_corba.jar
Compiling 1 properties into resource bundles for jdk.snmp
Microsoft (R) Incremental Linker Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c C:\jdk9\client\hotspot\src\share\vm\interpreter\bytecodeInterpreter.cpp
bytecodeInterpreter.cpp
Generating Nimbus source files
Compiling 100 properties into resource bundles for java.desktop
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c C:\jdk9\client\hotspot\src\os\windows\vm\osThread_windows.cpp
osThread_windows.cpp
Generating beaninfo
Compiling 2749 files for java.base
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c C:\jdk9\client\hotspot\src\os\windows\vm\os_windows.cpp
os_windows.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp
os_windows_x86.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c ..\generated\jvmtifiles\bytecodeInterpreterWithChecks.cpp
bytecodeInterpreterWithChecks.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /D DONT_USE_PRECOMPILED_HEADER /c C:\jdk9\client\hotspot\src\share\vm\opto\opcodes.cpp
opcodes.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\classfile\classLoaderExt.cpp C:\jdk9\client\hotspot\src\closed\share\vm\classfile\sharedClassUtil.cpp C:\jdk9\client\hotspot\src\closed\share\vm\classfile\systemDictionaryShared.cpp
classLoaderExt.cpp
sharedClassUtil.cpp
systemDictionaryShared.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\gc_interface\collectedHeap_ext.cpp
collectedHeap_ext.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfr.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrActivator.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrAllocation.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrbackend.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrBufferedCheckpoints.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrBufferThread.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrCallbacks.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrCheckpointWriter.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrConstantPools.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrDcmds.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrEventWriter.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrExport.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrLogging.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrMessages.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrOptions.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrOSInterface.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrProducers.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrRepository.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrRequestables.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrRequests.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrSamples.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrStackTraces.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrStatistics.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrStreamWriter.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrTypeIDs.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\jfrVMOperations.cpp
jfr.cpp
jfrActivator.cpp
jfrAllocation.cpp
jfrbackend.cpp
jfrBufferedCheckpoints.cpp
jfrBufferThread.cpp
jfrCallbacks.cpp
jfrCheckpointWriter.cpp
jfrConstantPools.cpp
jfrDcmds.cpp
jfrEventWriter.cpp
jfrExport.cpp
jfrLogging.cpp
jfrMessages.cpp
jfrOptions.cpp
jfrOSInterface.cpp
jfrProducers.cpp
jfrRepository.cpp
jfrRequestables.cpp
jfrRequests.cpp
jfrSamples.cpp
jfrStackTraces.cpp
jfrStatistics.cpp
jfrStreamWriter.cpp
jfrTypeIDs.cpp
jfrVMOperations.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\prims\cdsoffsets.cpp C:\jdk9\client\hotspot\src\closed\share\vm\prims\jvm_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\prims\whitebox_ext.cpp
cdsoffsets.cpp
jvm_ext.cpp
whitebox_ext.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\runtime\arguments_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\runtime\os_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\runtime\thread_ext.cpp
arguments_ext.cpp
os_ext.cpp
thread_ext.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\services\allocationContextService.cpp C:\jdk9\client\hotspot\src\closed\share\vm\services\diagnosticCommand_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\services\management_ext.cpp
allocationContextService.cpp
diagnosticCommand_ext.cpp
management_ext.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\utilities\errorReporter.cpp C:\jdk9\client\hotspot\src\closed\share\vm\utilities\errorReporterHelper.cpp C:\jdk9\client\hotspot\src\closed\share\vm\utilities\streamwriter.cpp C:\jdk9\client\hotspot\src\closed\share\vm\utilities\ticks.cpp C:\jdk9\client\hotspot\src\closed\share\vm\utilities\timingconv.cpp
errorReporter.cpp
errorReporterHelper.cpp
streamwriter.cpp
ticks.cpp
timingconv.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\asm\assembler.cpp C:\jdk9\client\hotspot\src\share\vm\asm\codeBuffer.cpp C:\jdk9\client\hotspot\src\share\vm\asm\register.cpp
assembler.cpp
codeBuffer.cpp
register.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\ci\bcEscapeAnalyzer.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciArray.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciArrayKlass.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciBaseObject.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciCallSite.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciConstant.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciConstantPoolCache.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciEnv.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciExceptionHandler.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciField.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciFlags.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciInstance.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciInstanceKlass.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciKlass.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciMemberName.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciMetadata.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciMethod.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciMethodBlocks.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciMethodData.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciMethodHandle.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciNullObject.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciObjArray.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciObjArrayKlass.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciObject.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciObjectFactory.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciReplay.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciSignature.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciStreams.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciSymbol.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciType.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciTypeArray.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciTypeArrayKlass.cpp C:\jdk9\client\hotspot\src\share\vm\ci\ciTypeFlow.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\classfile\altHashing.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\bytecodeAssembler.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\classFileError.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\classFileParser.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\classFileStream.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\classLoader.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\classLoaderData.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\classLoaderStats.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\compactHashtable.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\defaultMethods.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\dictionary.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\imageFile.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\javaAssertions.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\javaClasses.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\loaderConstraints.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\metadataOnStackMark.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\placeholders.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\resolutionErrors.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\sharedPathsMiscInfo.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\stackMapFrame.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\stackMapTable.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\stringTable.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\symbolTable.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\systemDictionary.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\verificationType.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\verifier.cpp C:\jdk9\client\hotspot\src\share\vm\classfile\vmSymbols.cpp
altHashing.cpp
bytecodeAssembler.cpp
classFileError.cpp
classFileParser.cpp
classFileStream.cpp
classLoader.cpp
classLoaderData.cpp
classLoaderStats.cpp
compactHashtable.cpp
defaultMethods.cpp
dictionary.cpp
imageFile.cpp
javaAssertions.cpp
javaClasses.cpp
loaderConstraints.cpp
metadataOnStackMark.cpp
placeholders.cpp
resolutionErrors.cpp
sharedPathsMiscInfo.cpp
stackMapFrame.cpp
stackMapTable.cpp
stringTable.cpp
symbolTable.cpp
systemDictionary.cpp
verificationType.cpp
verifier.cpp
vmSymbols.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\code\codeBlob.cpp C:\jdk9\client\hotspot\src\share\vm\code\codeCache.cpp C:\jdk9\client\hotspot\src\share\vm\code\compiledIC.cpp C:\jdk9\client\hotspot\src\share\vm\code\compressedStream.cpp C:\jdk9\client\hotspot\src\share\vm\code\debugInfo.cpp C:\jdk9\client\hotspot\src\share\vm\code\debugInfoRec.cpp C:\jdk9\client\hotspot\src\share\vm\code\dependencies.cpp C:\jdk9\client\hotspot\src\share\vm\code\exceptionHandlerTable.cpp C:\jdk9\client\hotspot\src\share\vm\code\icBuffer.cpp C:\jdk9\client\hotspot\src\share\vm\code\location.cpp C:\jdk9\client\hotspot\src\share\vm\code\nmethod.cpp C:\jdk9\client\hotspot\src\share\vm\code\oopRecorder.cpp C:\jdk9\client\hotspot\src\share\vm\code\pcDesc.cpp C:\jdk9\client\hotspot\src\share\vm\code\relocInfo.cpp C:\jdk9\client\hotspot\src\share\vm\code\scopeDesc.cpp C:\jdk9\client\hotspot\src\share\vm\code\stubs.cpp C:\jdk9\client\hotspot\src\share\vm\code\vmreg.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\compiler\abstractCompiler.cpp C:\jdk9\client\hotspot\src\share\vm\compiler\compileBroker.cpp C:\jdk9\client\hotspot\src\share\vm\compiler\compileLog.cpp C:\jdk9\client\hotspot\src\share\vm\compiler\compilerOracle.cpp C:\jdk9\client\hotspot\src\share\vm\compiler\disassembler.cpp C:\jdk9\client\hotspot\src\share\vm\compiler\methodLiveness.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\gc_interface\allocTracer.cpp C:\jdk9\client\hotspot\src\share\vm\gc_interface\collectedHeap.cpp C:\jdk9\client\hotspot\src\share\vm\gc_interface\gcCause.cpp
allocTracer.cpp
collectedHeap.cpp
gcCause.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\interpreter\bytecode.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\bytecodeHistogram.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\bytecodes.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\bytecodeStream.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\bytecodeTracer.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\cppInterpreter.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\interpreter.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\invocationCounter.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\linkResolver.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\oopMapCache.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\rewriter.cpp C:\jdk9\client\hotspot\src\share\vm\interpreter\templateInterpreter.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\memory\allocation.cpp C:\jdk9\client\hotspot\src\share\vm\memory\barrierSet.cpp C:\jdk9\client\hotspot\src\share\vm\memory\binaryTreeDictionary.cpp C:\jdk9\client\hotspot\src\share\vm\memory\blockOffsetTable.cpp C:\jdk9\client\hotspot\src\share\vm\memory\cardGeneration.cpp C:\jdk9\client\hotspot\src\share\vm\memory\cardTableModRefBS.cpp C:\jdk9\client\hotspot\src\share\vm\memory\cardTableRS.cpp C:\jdk9\client\hotspot\src\share\vm\memory\collectorPolicy.cpp C:\jdk9\client\hotspot\src\share\vm\memory\defNewGeneration.cpp C:\jdk9\client\hotspot\src\share\vm\memory\filemap.cpp C:\jdk9\client\hotspot\src\share\vm\memory\freeBlockDictionary.cpp C:\jdk9\client\hotspot\src\share\vm\memory\freeList.cpp C:\jdk9\client\hotspot\src\share\vm\memory\gcLocker.cpp C:\jdk9\client\hotspot\src\share\vm\memory\genCollectedHeap.cpp C:\jdk9\client\hotspot\src\share\vm\memory\generation.cpp C:\jdk9\client\hotspot\src\share\vm\memory\generationSpec.cpp C:\jdk9\client\hotspot\src\share\vm\memory\genMarkSweep.cpp C:\jdk9\client\hotspot\src\share\vm\memory\genRemSet.cpp C:\jdk9\client\hotspot\src\share\vm\memory\guardedMemory.cpp C:\jdk9\client\hotspot\src\share\vm\memory\heap.cpp C:\jdk9\client\hotspot\src\share\vm\memory\heapInspection.cpp C:\jdk9\client\hotspot\src\share\vm\memory\iterator.cpp C:\jdk9\client\hotspot\src\share\vm\memory\memRegion.cpp C:\jdk9\client\hotspot\src\share\vm\memory\metachunk.cpp C:\jdk9\client\hotspot\src\share\vm\memory\metaspace.cpp C:\jdk9\client\hotspot\src\share\vm\memory\metaspaceCounters.cpp C:\jdk9\client\hotspot\src\share\vm\memory\metaspaceShared.cpp C:\jdk9\client\hotspot\src\share\vm\memory\metaspaceTracer.cpp C:\jdk9\client\hotspot\src\share\vm\memory\oopFactory.cpp C:\jdk9\client\hotspot\src\share\vm\memory\referencePolicy.cpp C:\jdk9\client\hotspot\src\share\vm\memory\referenceProcessor.cpp C:\jdk9\client\hotspot\src\share\vm\memory\resourceArea.cpp C:\jdk9\client\hotspot\src\share\vm\memory\sharedHeap.cpp C:\jdk9\client\hotspot\src\share\vm\memory\space.cpp C:\jdk9\client\hotspot\src\share\vm\memory\tenuredGeneration.cpp C:\jdk9\client\hotspot\src\share\vm\memory\threadLocalAllocBuffer.cpp C:\jdk9\client\hotspot\src\share\vm\memory\universe.cpp
allocation.cpp
barrierSet.cpp
binaryTreeDictionary.cpp
blockOffsetTable.cpp
cardGeneration.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
guardedMemory.cpp
heap.cpp
heapInspection.cpp
iterator.cpp
memRegion.cpp
metachunk.cpp
metaspace.cpp
metaspaceCounters.cpp
metaspaceShared.cpp
metaspaceTracer.cpp
oopFactory.cpp
referencePolicy.cpp
referenceProcessor.cpp
resourceArea.cpp
sharedHeap.cpp
space.cpp
tenuredGeneration.cpp
threadLocalAllocBuffer.cpp
universe.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\oops\annotations.cpp C:\jdk9\client\hotspot\src\share\vm\oops\arrayKlass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\arrayOop.cpp C:\jdk9\client\hotspot\src\share\vm\oops\compiledICHolder.cpp C:\jdk9\client\hotspot\src\share\vm\oops\constantPool.cpp C:\jdk9\client\hotspot\src\share\vm\oops\constMethod.cpp C:\jdk9\client\hotspot\src\share\vm\oops\cpCache.cpp C:\jdk9\client\hotspot\src\share\vm\oops\generateOopMap.cpp C:\jdk9\client\hotspot\src\share\vm\oops\instanceClassLoaderKlass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\instanceKlass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\instanceMirrorKlass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\instanceOop.cpp C:\jdk9\client\hotspot\src\share\vm\oops\instanceRefKlass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\klass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\klassVtable.cpp C:\jdk9\client\hotspot\src\share\vm\oops\markOop.cpp C:\jdk9\client\hotspot\src\share\vm\oops\metadata.cpp C:\jdk9\client\hotspot\src\share\vm\oops\method.cpp C:\jdk9\client\hotspot\src\share\vm\oops\methodCounters.cpp C:\jdk9\client\hotspot\src\share\vm\oops\methodData.cpp C:\jdk9\client\hotspot\src\share\vm\oops\objArrayKlass.cpp C:\jdk9\client\hotspot\src\share\vm\oops\objArrayOop.cpp C:\jdk9\client\hotspot\src\share\vm\oops\oop.cpp C:\jdk9\client\hotspot\src\share\vm\oops\oopsHierarchy.cpp C:\jdk9\client\hotspot\src\share\vm\oops\symbol.cpp C:\jdk9\client\hotspot\src\share\vm\oops\typeArrayKlass.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\prims\evmCompat.cpp C:\jdk9\client\hotspot\src\share\vm\prims\forte.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jni.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jniCheck.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jniFastGetField.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvm.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiClassFileReconstituter.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiCodeBlobEvents.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiEnv.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiEnvBase.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiEnvThreadState.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiEventController.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiExport.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiExtensions.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiGetLoadedClasses.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiImpl.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiManageCapabilities.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiRawMonitor.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiRedefineClasses.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiTagMap.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiThreadState.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiTrace.cpp C:\jdk9\client\hotspot\src\share\vm\prims\jvmtiUtil.cpp C:\jdk9\client\hotspot\src\share\vm\prims\methodComparator.cpp C:\jdk9\client\hotspot\src\share\vm\prims\methodHandles.cpp C:\jdk9\client\hotspot\src\share\vm\prims\nativeLookup.cpp C:\jdk9\client\hotspot\src\share\vm\prims\perf.cpp C:\jdk9\client\hotspot\src\share\vm\prims\privilegedStack.cpp C:\jdk9\client\hotspot\src\share\vm\prims\unsafe.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\runtime\advancedThresholdPolicy.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\arguments.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\atomic.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\basicLock.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\biasedLocking.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\compilationPolicy.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\deoptimization.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\fieldDescriptor.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\fieldType.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\fprofiler.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\frame.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\globals.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\handles.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\icache.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\init.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\interfaceSupport.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\java.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\javaCalls.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\jniHandles.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\jniPeriodicChecker.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\memprofiler.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\monitorChunk.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\mutex.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\mutexLocker.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\objectMonitor.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\orderAccess.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\os.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\osThread.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\park.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\perfData.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\perfMemory.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\reflection.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\reflectionUtils.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\relocator.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\rframe.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\safepoint.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\serviceThread.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\sharedRuntime.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\sharedRuntimeTrig.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\signature.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\simpleThresholdPolicy.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\stackValue.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\stackValueCollection.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\statSampler.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\stubCodeGenerator.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\stubRoutines.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\sweeper.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\synchronizer.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\task.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\thread.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\threadLocalStorage.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\timer.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\unhandledOops.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vframe.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vframeArray.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vframe_hp.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\virtualspace.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vmStructs.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vmThread.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vm_operations.cpp C:\jdk9\client\hotspot\src\share\vm\runtime\vm_version.cpp
advancedThresholdPolicy.cpp
arguments.cpp
atomic.cpp
basicLock.cpp
biasedLocking.cpp
compilationPolicy.cpp
deoptimization.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
Compiling 16 files for java.datatransfer
Compiling 130 files for jdk.charsets
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\services\attachListener.cpp C:\jdk9\client\hotspot\src\share\vm\services\classLoadingService.cpp C:\jdk9\client\hotspot\src\share\vm\services\diagnosticArgument.cpp C:\jdk9\client\hotspot\src\share\vm\services\diagnosticCommand.cpp C:\jdk9\client\hotspot\src\share\vm\services\diagnosticFramework.cpp C:\jdk9\client\hotspot\src\share\vm\services\dtraceAttacher.cpp C:\jdk9\client\hotspot\src\share\vm\services\g1MemoryPool.cpp C:\jdk9\client\hotspot\src\share\vm\services\gcNotifier.cpp C:\jdk9\client\hotspot\src\share\vm\services\heapDumper.cpp C:\jdk9\client\hotspot\src\share\vm\services\lowMemoryDetector.cpp C:\jdk9\client\hotspot\src\share\vm\services\mallocSiteTable.cpp C:\jdk9\client\hotspot\src\share\vm\services\mallocTracker.cpp C:\jdk9\client\hotspot\src\share\vm\services\management.cpp C:\jdk9\client\hotspot\src\share\vm\services\memBaseline.cpp C:\jdk9\client\hotspot\src\share\vm\services\memoryManager.cpp C:\jdk9\client\hotspot\src\share\vm\services\memoryPool.cpp C:\jdk9\client\hotspot\src\share\vm\services\memoryService.cpp C:\jdk9\client\hotspot\src\share\vm\services\memReporter.cpp C:\jdk9\client\hotspot\src\share\vm\services\memTracker.cpp C:\jdk9\client\hotspot\src\share\vm\services\nmtCommon.cpp C:\jdk9\client\hotspot\src\share\vm\services\nmtDCmd.cpp C:\jdk9\client\hotspot\src\share\vm\services\psMemoryPool.cpp C:\jdk9\client\hotspot\src\share\vm\services\runtimeService.cpp C:\jdk9\client\hotspot\src\share\vm\services\threadService.cpp C:\jdk9\client\hotspot\src\share\vm\services\virtualMemoryTracker.cpp C:\jdk9\client\hotspot\src\share\vm\services\writeableFlags.cpp
attachListener.cpp
classLoadingService.cpp
diagnosticArgument.cpp
diagnosticCommand.cpp
diagnosticFramework.cpp
dtraceAttacher.cpp
g1MemoryPool.cpp
gcNotifier.cpp
heapDumper.cpp
lowMemoryDetector.cpp
mallocSiteTable.cpp
mallocTracker.cpp
management.cpp
memBaseline.cpp
Compiling 32 files for java.logging
memoryManager.cpp
memoryPool.cpp
memoryService.cpp
Compiling 5 files for java.annotations.common
memReporter.cpp
memTracker.cpp
nmtCommon.cpp
nmtDCmd.cpp
psMemoryPool.cpp
runtimeService.cpp
threadService.cpp
virtualMemoryTracker.cpp
writeableFlags.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\utilities\accessFlags.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\array.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\bitMap.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\chunkedList.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\constantTag.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\copy.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\debug.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\decoder.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\decoder_elf.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\elfFile.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\elfFuncDescTable.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\elfStringTable.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\elfSymbolTable.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\events.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\exceptions.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\globalDefinitions.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\growableArray.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\hashtable.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\histogram.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\intHisto.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\linkedlist.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\nativeCallStack.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\numberSeq.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\ostream.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\preserveException.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\quickSort.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\sizes.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\stringUtils.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\taskqueue.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\utf8.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\vmError.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\workgroup.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\xmlstream.cpp C:\jdk9\client\hotspot\src\share\vm\utilities\yieldingWorkgroup.cpp
accessFlags.cpp
array.cpp
bitMap.cpp
chunkedList.cpp
constantTag.cpp
copy.cpp
debug.cpp
decoder.cpp
decoder_elf.cpp
elfFile.cpp
elfFuncDescTable.cpp
elfStringTable.cpp
elfSymbolTable.cpp
events.cpp
exceptions.cpp
globalDefinitions.cpp
growableArray.cpp
hashtable.cpp
histogram.cpp
intHisto.cpp
linkedlist.cpp
nativeCallStack.cpp
numberSeq.cpp
ostream.cpp
Compiling 7 files for java.instrument
preserveException.cpp
quickSort.cpp
sizes.cpp
stringUtils.cpp
taskqueue.cpp
utf8.cpp
vmError.cpp
workgroup.cpp
xmlstream.cpp
yieldingWorkgroup.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\shared\gcConfiguration.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\shared\objectCountEventSender.cpp
gcConfiguration.cpp
objectCountEventSender.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\adaptiveSizePolicy.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\ageTable.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\allocationStats.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\collectorCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\concurrentGCThread.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\cSpaceCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcAdaptivePolicyCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcId.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcPolicyCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcStats.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcTimer.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcTrace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcTraceSend.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcTraceTime.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gcUtil.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\generationCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\gSpaceCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\hSpaceCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\immutableSpace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\markSweep.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\mutableNUMASpace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\mutableSpace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\parGCAllocBuffer.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\spaceCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\spaceDecorator.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\suspendibleThreadSet.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\shared\vmGCOperations.cpp
adaptiveSizePolicy.cpp
ageTable.cpp
allocationStats.cpp
collectorCounters.cpp
concurrentGCThread.cpp
cSpaceCounters.cpp
gcAdaptivePolicyCounters.cpp
gcId.cpp
Compiling 13 files for java.scripting
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
parGCAllocBuffer.cpp
Compiling 20 files for java.smartcardio
spaceCounters.cpp
spaceDecorator.cpp
suspendibleThreadSet.cpp
vmGCOperations.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\os\windows\vm\errorReporterHelper_windows.cpp C:\jdk9\client\hotspot\src\closed\os\windows\vm\fileio_windows.cpp C:\jdk9\client\hotspot\src\closed\os\windows\vm\os_perf_windows.cpp C:\jdk9\client\hotspot\src\closed\os\windows\vm\pdh_interface.cpp C:\jdk9\client\hotspot\src\closed\os\windows\vm\stringutil_windows.cpp
errorReporterHelper_windows.cpp
fileio_windows.cpp
os_perf_windows.cpp
pdh_interface.cpp
stringutil_windows.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\os\windows\vm\attachListener_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\decoder_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\jvm_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\mutex_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\perfMemory_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\stubRoutines_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\threadCritical_windows.cpp C:\jdk9\client\hotspot\src\os\windows\vm\vmError_windows.cpp
attachListener_windows.cpp
decoder_windows.cpp
jvm_windows.cpp
mutex_windows.cpp
Compiling 43 files for jdk.httpserver
perfMemory_windows.cpp
stubRoutines_windows.cpp
threadCritical_windows.cpp
vmError_windows.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\cpu\x86\vm\os_x86.cpp C:\jdk9\client\hotspot\src\closed\cpu\x86\vm\vm_version_ext_x86.cpp
os_x86.cpp
vm_version_ext_x86.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\cpu\x86\vm\assembler_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\bytecodeInterpreter_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_CodeStubs_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_FpuStackSim_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_FrameMap_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_LinearScan_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_LIRAssembler_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_LIRGenerator_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_MacroAssembler_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c1_Runtime1_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\c2_init_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\compiledIC_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\cppInterpreter_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\debug_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\depChecker_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\frame_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\icache_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\icBuffer_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\interpreterGenerator_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\interpreterRT_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\interpreter_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\interp_masm_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\jniFastGetField_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\macroAssembler_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\metaspaceShared_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\methodHandles_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\nativeInst_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\register_definitions_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\register_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\relocInfo_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\rtmLocking.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\runtime_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\sharedRuntime_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\stubGenerator_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\stubRoutines_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\stubRoutines_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\templateInterpreter_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\templateInterpreter_x86_32.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\templateTable_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\vmreg_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\vm_version_x86.cpp C:\jdk9\client\hotspot\src\cpu\x86\vm\vtableStubs_x86_32.cpp
assembler_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
Compiling 8 files for jdk.crypto.ec
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
interpreterGenerator_x86.cpp
interpreterRT_x86_32.cpp
interpreter_x86_32.cpp
interp_masm_x86.cpp
Compiling 10 files for jdk.crypto.mscapi
jniFastGetField_x86_32.cpp
macroAssembler_x86.cpp
Compiling 1 files for jdk.hprof.agent
metaspaceShared_x86_32.cpp
methodHandles_x86.cpp
nativeInst_x86.cpp
register_definitions_x86.cpp
register_x86.cpp
relocInfo_x86.cpp
rtmLocking.cpp
runtime_x86_32.cpp
sharedRuntime_x86_32.cpp
stubGenerator_x86_32.cpp
stubRoutines_x86.cpp
stubRoutines_x86_32.cpp
templateInterpreter_x86.cpp
templateInterpreter_x86_32.cpp
templateTable_x86.cpp
vmreg_x86.cpp
vm_version_x86.cpp
vtableStubs_x86_32.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm\assembler_windows_x86.cpp C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm\threadLS_windows_x86.cpp C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm\thread_windows_x86.cpp C:\jdk9\client\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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c ..\generated\jvmtifiles\jvmtiEnter.cpp ..\generated\jvmtifiles\jvmtiEnterTrace.cpp
Compiling 25 files for jdk.jartool
jvmtiEnter.cpp
jvmtiEnterTrace.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c ..\generated\tracefiles\traceProducer.cpp
traceProducer.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\jfr\buffers\jfrBufferControl.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\buffers\jfrBuffers.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\buffers\jfrGlobalTraceBuffer.cpp C:\jdk9\client\hotspot\src\closed\share\vm\jfr\buffers\jfrThreadLocalTraceBuffer.cpp
jfrBufferControl.cpp
jfrBuffers.cpp
jfrGlobalTraceBuffer.cpp
jfrThreadLocalTraceBuffer.cpp
Compiling 1569 files for jdk.localedata
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\prims\wbtestmethods\parserTests.cpp
parserTests.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1AllocationContext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1Allocator_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1CollectedHeap_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1CollectorPolicy_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1MarkSweep_ext.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1ResManAllocator.cpp C:\jdk9\client\hotspot\src\closed\share\vm\gc_implementation\g1\g1ResManHeapRegion.cpp
g1AllocationContext.cpp
g1Allocator_ext.cpp
g1CollectedHeap_ext.cpp
g1CollectorPolicy_ext.cpp
g1MarkSweep_ext.cpp
g1ResManAllocator.cpp
g1ResManHeapRegion.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\adaptiveFreeList.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsCollectorPolicy.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\cmsLockVerifier.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\compactibleFreeListSpace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\concurrentMarkSweepGeneration.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\concurrentMarkSweepThread.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\freeChunk.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\promotionInfo.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\concurrentMarkSweep\vmCMSOperations.cpp
adaptiveFreeList.cpp
cmsCollectorPolicy.cpp
cmsLockVerifier.cpp
compactibleFreeListSpace.cpp
concurrentMarkSweepGeneration.cpp
concurrentMarkSweepThread.cpp
freeChunk.cpp
promotionInfo.cpp
vmCMSOperations.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\bufferingOopClosure.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\collectionSetChooser.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\concurrentG1Refine.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\concurrentG1RefineThread.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\concurrentMark.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\concurrentMarkThread.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\dirtyCardQueue.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1Allocator.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1AllocRegion.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1BiasedArray.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1BlockOffsetTable.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1CardCounts.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1CodeCacheRemSet.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1CollectedHeap.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1CollectorPolicy.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1ErgoVerbose.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1EvacFailure.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1GCPhaseTimes.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1HotCardCache.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1HRPrinter.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1Log.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1MarkSweep.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1MMUTracker.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1MonitoringSupport.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1OopClosures.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1PageBasedVirtualSpace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1ParScanThreadState.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1RegionToSpaceMapper.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1RemSet.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1RemSetSummary.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1RootProcessor.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1SATBCardTableModRefBS.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1StringDedup.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1StringDedupQueue.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1StringDedupStat.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1StringDedupTable.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1StringDedupThread.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\g1_globals.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\heapRegion.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\heapRegionManager.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\heapRegionRemSet.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\heapRegionSet.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\heapRegionType.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\ptrQueue.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\satbQueue.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\sparsePRT.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\survRateGroup.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\g1\vm_operations_g1.cpp
bufferingOopClosure.cpp
collectionSetChooser.cpp
concurrentG1Refine.cpp
concurrentG1RefineThread.cpp
concurrentMark.cpp
concurrentMarkThread.cpp
dirtyCardQueue.cpp
g1Allocator.cpp
g1AllocRegion.cpp
g1BiasedArray.cpp
g1BlockOffsetTable.cpp
g1CardCounts.cpp
g1CodeCacheRemSet.cpp
g1CollectedHeap.cpp
g1CollectorPolicy.cpp
g1ErgoVerbose.cpp
g1EvacFailure.cpp
g1GCPhaseTimes.cpp
g1HotCardCache.cpp
g1HRPrinter.cpp
g1Log.cpp
g1MarkSweep.cpp
g1MMUTracker.cpp
g1MonitoringSupport.cpp
g1OopClosures.cpp
g1PageBasedVirtualSpace.cpp
g1ParScanThreadState.cpp
g1RegionToSpaceMapper.cpp
g1RemSet.cpp
g1RemSetSummary.cpp
g1RootProcessor.cpp
g1SATBCardTableModRefBS.cpp
g1StringDedup.cpp
g1StringDedupQueue.cpp
g1StringDedupStat.cpp
g1StringDedupTable.cpp
g1StringDedupThread.cpp
g1_globals.cpp
heapRegion.cpp
heapRegionManager.cpp
Compiling 604 files for BUILD_NASHORN
heapRegionRemSet.cpp
heapRegionSet.cpp
heapRegionType.cpp
ptrQueue.cpp
satbQueue.cpp
sparsePRT.cpp
survRateGroup.cpp
vm_operations_g1.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\adjoiningGenerations.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\adjoiningVirtualSpaces.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\asPSOldGen.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\asPSYoungGen.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\cardTableExtension.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\gcTaskManager.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\gcTaskThread.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\generationSizer.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\objectStartArray.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\parallelScavengeHeap.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\parMarkBitMap.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\pcTasks.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psAdaptiveSizePolicy.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psCompactionManager.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psGCAdaptivePolicyCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psGenerationCounters.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psMarkSweep.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psMarkSweepDecorator.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psOldGen.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psParallelCompact.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psPromotionLAB.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psPromotionManager.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psScavenge.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psTasks.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psVirtualspace.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\psYoungGen.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parallelScavenge\vmPSOperations.cpp
adjoiningGenerations.cpp
adjoiningVirtualSpaces.cpp
asPSOldGen.cpp
asPSYoungGen.cpp
cardTableExtension.cpp
gcTaskManager.cpp
gcTaskThread.cpp
generationSizer.cpp
objectStartArray.cpp
parallelScavengeHeap.cpp
parMarkBitMap.cpp
pcTasks.cpp
Compiling 24 files for jdk.sctp
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
Compiling 111 files for BUILD_NASGEN
vmPSOperations.cpp
Compiling 12 files for jdk.zipfs
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parNew\parCardTableModRefBS.cpp C:\jdk9\client\hotspot\src\share\vm\gc_implementation\parNew\parNewGeneration.cpp
parCardTableModRefBS.cpp
parNewGeneration.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\c1\c1_Canonicalizer.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_CFGPrinter.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_Compilation.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_Compiler.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_Defs.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_FrameMap.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_globals.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_GraphBuilder.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_Instruction.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_InstructionPrinter.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_IR.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_LinearScan.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_LIR.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_LIRAssembler.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_LIRGenerator.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_Optimizer.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_RangeCheckElimination.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_Runtime1.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_ValueMap.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_ValueSet.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_ValueStack.cpp C:\jdk9\client\hotspot\src\share\vm\c1\c1_ValueType.cpp
c1_Canonicalizer.cpp
c1_CFGPrinter.cpp
c1_Compilation.cpp
c1_Compiler.cpp
Running nasgen
c1_Defs.cpp
c1_FrameMap.cpp
c1_globals.cpp
c1_GraphBuilder.cpp
c1_Instruction.cpp
Compiling 114 files for java.compiler
Compiling 1908 files for java.xml
c1_InstructionPrinter.cpp
Creating version.properties
c1_IR.cpp
c1_LinearScan.cpp
c1_LIR.cpp
c1_LIRAssembler.cpp
c1_LIRGenerator.cpp
Compiling 29 files for java.security.sasl
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~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\opto\addnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\arraycopynode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\block.cpp C:\jdk9\client\hotspot\src\share\vm\opto\buildOopMap.cpp C:\jdk9\client\hotspot\src\share\vm\opto\bytecodeInfo.cpp C:\jdk9\client\hotspot\src\share\vm\opto\c2compiler.cpp C:\jdk9\client\hotspot\src\share\vm\opto\c2_globals.cpp C:\jdk9\client\hotspot\src\share\vm\opto\callGenerator.cpp C:\jdk9\client\hotspot\src\share\vm\opto\callnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\castnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\cfgnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\chaitin.cpp C:\jdk9\client\hotspot\src\share\vm\opto\classes.cpp C:\jdk9\client\hotspot\src\share\vm\opto\coalesce.cpp C:\jdk9\client\hotspot\src\share\vm\opto\compile.cpp C:\jdk9\client\hotspot\src\share\vm\opto\connode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\convertnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\countbitsnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\divnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\doCall.cpp C:\jdk9\client\hotspot\src\share\vm\opto\domgraph.cpp C:\jdk9\client\hotspot\src\share\vm\opto\escape.cpp C:\jdk9\client\hotspot\src\share\vm\opto\gcm.cpp C:\jdk9\client\hotspot\src\share\vm\opto\generateOptoStub.cpp C:\jdk9\client\hotspot\src\share\vm\opto\graphKit.cpp C:\jdk9\client\hotspot\src\share\vm\opto\idealGraphPrinter.cpp C:\jdk9\client\hotspot\src\share\vm\opto\idealKit.cpp C:\jdk9\client\hotspot\src\share\vm\opto\ifg.cpp C:\jdk9\client\hotspot\src\share\vm\opto\ifnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\indexSet.cpp C:\jdk9\client\hotspot\src\share\vm\opto\intrinsicnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\lcm.cpp C:\jdk9\client\hotspot\src\share\vm\opto\library_call.cpp C:\jdk9\client\hotspot\src\share\vm\opto\live.cpp C:\jdk9\client\hotspot\src\share\vm\opto\locknode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\loopnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\loopopts.cpp C:\jdk9\client\hotspot\src\share\vm\opto\loopPredicate.cpp C:\jdk9\client\hotspot\src\share\vm\opto\loopTransform.cpp C:\jdk9\client\hotspot\src\share\vm\opto\loopUnswitch.cpp C:\jdk9\client\hotspot\src\share\vm\opto\machnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\macro.cpp C:\jdk9\client\hotspot\src\share\vm\opto\macroArrayCopy.cpp C:\jdk9\client\hotspot\src\share\vm\opto\matcher.cpp C:\jdk9\client\hotspot\src\share\vm\opto\mathexactnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\memnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\movenode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\mulnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\multnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\narrowptrnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\node.cpp C:\jdk9\client\hotspot\src\share\vm\opto\opaquenode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\output.cpp C:\jdk9\client\hotspot\src\share\vm\opto\parse1.cpp C:\jdk9\client\hotspot\src\share\vm\opto\parse2.cpp C:\jdk9\client\hotspot\src\share\vm\opto\parse3.cpp C:\jdk9\client\hotspot\src\share\vm\opto\parseHelper.cpp C:\jdk9\client\hotspot\src\share\vm\opto\phase.cpp C:\jdk9\client\hotspot\src\share\vm\opto\phaseX.cpp C:\jdk9\client\hotspot\src\share\vm\opto\postaloc.cpp C:\jdk9\client\hotspot\src\share\vm\opto\regalloc.cpp C:\jdk9\client\hotspot\src\share\vm\opto\regmask.cpp C:\jdk9\client\hotspot\src\share\vm\opto\reg_split.cpp C:\jdk9\client\hotspot\src\share\vm\opto\replacednodes.cpp C:\jdk9\client\hotspot\src\share\vm\opto\rootnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\runtime.cpp C:\jdk9\client\hotspot\src\share\vm\opto\split_if.cpp C:\jdk9\client\hotspot\src\share\vm\opto\stringopts.cpp C:\jdk9\client\hotspot\src\share\vm\opto\subnode.cpp C:\jdk9\client\hotspot\src\share\vm\opto\superword.cpp C:\jdk9\client\hotspot\src\share\vm\opto\type.cpp C:\jdk9\client\hotspot\src\share\vm\opto\vectornode.cpp
addnode.cpp
arraycopynode.cpp
block.cpp
buildOopMap.cpp
bytecodeInfo.cpp
c2compiler.cpp
c2_globals.cpp
callGenerator.cpp
callnode.cpp
castnode.cpp
cfgnode.cpp
chaitin.cpp
classes.cpp
coalesce.cpp
compile.cpp
connode.cpp
Compiling 133 files for java.rmi
convertnode.cpp
countbitsnode.cpp
divnode.cpp
doCall.cpp
Compiling 441 files for jdk.compiler
domgraph.cpp
escape.cpp
gcm.cpp
generateOptoStub.cpp
graphKit.cpp
idealGraphPrinter.cpp
idealKit.cpp
ifg.cpp
ifnode.cpp
indexSet.cpp
intrinsicnode.cpp
lcm.cpp
library_call.cpp
live.cpp
locknode.cpp
loopnode.cpp
loopopts.cpp
loopPredicate.cpp
loopTransform.cpp
loopUnswitch.cpp
machnode.cpp
macro.cpp
macroArrayCopy.cpp
matcher.cpp
mathexactnode.cpp
memnode.cpp
movenode.cpp
mulnode.cpp
multnode.cpp
narrowptrnode.cpp
node.cpp
opaquenode.cpp
output.cpp
parse1.cpp
parse2.cpp
parse3.cpp
parseHelper.cpp
phase.cpp
phaseX.cpp
postaloc.cpp
regalloc.cpp
regmask.cpp
reg_split.cpp
replacednodes.cpp
rootnode.cpp
runtime.cpp
split_if.cpp
stringopts.cpp
subnode.cpp
superword.cpp
type.cpp
vectornode.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\hotspot\src\cpu\x86\vm" /D "_JNI_IMPLEMENTATION_" /Fp"vm.pch" /Yu"precompiled.hpp" /c C:\jdk9\client\hotspot\src\share\vm\libadt\dict.cpp C:\jdk9\client\hotspot\src\share\vm\libadt\set.cpp C:\jdk9\client\hotspot\src\share\vm\libadt\vectset.cpp
dict.cpp
set.cpp
vectset.cpp
C:\progra~2\micros~1.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 /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB /MP /O2 /Oy- /D "PRODUCT" /D "COMPILER1" /D "COMPILER2" /D "HOTSPOT_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "JDK_MAJOR_VERSION=\"1\"" /D "JDK_MINOR_VERSION=\"9\"" /D "JDK_MICRO_VERSION=\"0\"" /D "JDK_BUILD_NUMBER=\"0\"" /D "JRE_RELEASE_VERSION=\"1.9.0-internal-prsadhuk_2015_04_13_15_44-b00\"" /D "HOTSPOT_LIB_ARCH=\"i386\"" /D "HOTSPOT_BUILD_TARGET=\"product\"" /D "HOTSPOT_BUILD_USER=\"prsadhuk\"" /D "HOTSPOT_VM_DISTRO=\"Java HotSpot(TM)\"" /I "..\generated" /I "C:\jdk9\client\hotspot\src\closed\share\vm" /I "C:\jdk9\client\hotspot\src\closed\os\windows\vm" /I "C:\jdk9\client\hotspot\src\closed\cpu\x86\vm" /I "C:\jdk9\client\hotspot\src\share\vm" /I "C:\jdk9\client\hotspot\src\share\vm\precompiled" /I "C:\jdk9\client\hotspot\src\share\vm\prims" /I "C:\jdk9\client\hotspot\src\os\windows\vm" /I "C:\jdk9\client\hotspot\src\os_cpu\windows_x86\vm" /I "C:\jdk9\client\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.cpp
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
dfa_x86_32.cpp
Compiling 66 files for jdk.crypto.pkcs11
sh C:\jdk9\client\hotspot/make/windows/build_vm_def.sh
Compiling 13 files for java.prefs
Compiling 3 files for java.transaction
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.
Compiling 191 files for java.naming
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.
Compiling 72 files for java.sql
Compiling 281 files for java.xml.crypto
Compiling 68 files for jdk.jvmstat
C:\progra~2\micros~1.0\vc\bin\link.exe @C:\cygwin\tmp\nmF03B.tmp
Creating library jvm.lib and object jvm.exp
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
NMAKE : fatal error U1077: 'C:\progra~2\micros~1.0\vc\bin\link.exe' : return code '0x463'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : return code '0x2'
Stop.
Makefile:230: recipe for target 'generic_build2' failed
make[5]: *** [generic_build2] Error 2
make[4]: *** [product] Error 2
Makefile:177: recipe for target 'product' failed
HotspotWrapper.gmk:44: recipe for target '/cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/hotspot/_hotspot.timestamp' failed
make[3]: *** [/cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/hotspot/_hotspot.timestamp] Error 1
make/Main.gmk:193: recipe for target 'hotspot' failed
make[2]: *** [hotspot] Error 1
make[2]: *** Waiting for unfinished jobs....
Compiling 90 files for jdk.dev
/cygdrive/c/jdk9/client/make/Init.gmk:213: recipe for target 'main' failed
make[1]: *** [main] Error 1
/cygdrive/c/jdk9/client/make/Init.gmk:143: recipe for target 'default' failed
make: *** [default] Error 2
-------------- next part --------------
Running custom generated-configure.sh
configure: Configuration created at Mon Apr 13 15:44:21 IST 2015.
configure: configure script generated at timestamp 1428017006.
checking for basename... /usr/bin/basename
checking for bash... /usr/bin/bash
checking for cat... /usr/bin/cat
checking for chmod... /usr/bin/chmod
checking for cmp... /usr/bin/cmp
checking for comm... /usr/bin/comm
checking for cp... /usr/bin/cp
checking for cut... /usr/bin/cut
checking for date... /usr/bin/date
checking for gdiff... no
checking for diff... /usr/bin/diff
checking for dirname... /usr/bin/dirname
checking for echo... /usr/bin/echo
checking for expr... /usr/bin/expr
checking for file... /usr/bin/file
checking for find... /usr/bin/find
checking for head... /usr/bin/head
checking for ln... /usr/bin/ln
checking for ls... /usr/bin/ls
checking for mkdir... /usr/bin/mkdir
checking for mktemp... /usr/bin/mktemp
checking for mv... /usr/bin/mv
checking for nawk... no
checking for gawk... /usr/bin/gawk
checking for printf... /usr/bin/printf
checking for rm... /usr/bin/rm
checking for sh... /usr/bin/sh
checking for sort... /usr/bin/sort
checking for tail... /usr/bin/tail
checking for tar... /usr/bin/tar
checking for tee... /usr/bin/tee
checking for touch... /usr/bin/touch
checking for tr... /usr/bin/tr
checking for uname... /usr/bin/uname
checking for uniq... /usr/bin/uniq
checking for wc... /usr/bin/wc
checking for which... /usr/bin/which
checking for xargs... /usr/bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for a sed that does not truncate output... /usr/bin/sed
checking for cygpath... /usr/bin/cygpath
checking for greadlink... no
checking for readlink... /usr/bin/readlink
checking for df... /usr/bin/df
checking for SetFile... no
checking for cpio... /usr/bin/cpio
checking build system type... x86_64-pc-cygwin
checking host system type... x86_64-pc-cygwin
checking target system type... x86_64-pc-cygwin
checking openjdk-build os-cpu... windows-x86_64
checking openjdk-target os-cpu... windows-x86_64
checking compilation type... reduced
checking cygwin release... 1.7.34(0.285/5/3)
checking cygwin root directory as unix-style path... /cygdrive/c/cygwin
checking what kind of 'find' is first on the PATH... unix style
checking for top-level directory... /cygdrive/c/jdk9/client
checking for presence of closed sources... yes
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking for parfait... not enabled
checking for sysroot...
checking for toolchain path...
checking for extra path...
checking where to store configuration... in default location
checking what configuration name to use... windows-x86-normal-server-release
checking for apt-get... no
checking for yum... no
checking for port... no
checking for pkgutil... no
checking for pkgadd... no
checking for gmake... no
checking for make... /usr/bin/make
configure: Testing potential make at /usr/bin/make, found using make in PATH
configure: Using GNU make 3.81 (or later) at /usr/bin/make (version: GNU Make 4.1)
checking if make --output-sync is supported... yes
checking for output-sync value... none
checking if find supports -delete... yes
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for ldd... /usr/bin/ldd
checking for otool... no
checking for greadelf... no
checking for readelf... /usr/bin/readelf
checking for hg... /usr/bin/hg
checking for stat... /usr/bin/stat
checking for time... no
checking if bash supports pipefail... yes
checking if bash supports errexit (-e)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... no
checking for lftp... no
checking for ftp... ftp
checking headful support... include support for both headful and headless
checking for javac... /cygdrive/c/jdk1.8.0_31/bin/javac
checking for java... /cygdrive/c/ProgramData/Oracle/Java/javapath/java
configure: Found potential Boot JDK using java(c) in PATH
checking for Boot JDK... /cygdrive/c/jdk1.8.0_31
checking Boot JDK version... java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for jarsigner in Boot JDK... ok
configure: Using default toolchain microsoft (Microsoft Visual Studio)
checking for link... /usr/bin/link
checking if the first found link.exe is actually the Cygwin link tool... yes
configure: Found Visual Studio installation at /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/ using VS100COMNTOOLS variable
configure: Found Microsoft Visual Studio 2010
configure: Rewriting VS_ENV_CMD to "/cygdrive/c/progra~2/micros~1.0/vc/bin/vcvars32.bat"
configure: Trying to extract Visual Studio environment variables
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
configure: Setting extracted environment variables
checking for Visual Studio variables... ok
configure: Rewriting ipath to "/cygdrive/c/progra~2/micros~1.0/vc/include"
configure: Rewriting ipath to "/cygdrive/c/progra~2/micros~1.0/vc/atlmfc/include"
configure: Rewriting ipath to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/include"
configure: Rewriting libpath to "/cygdrive/c/progra~2/micros~1.0/vc/lib"
configure: Rewriting libpath to "/cygdrive/c/progra~2/micros~1.0/vc/atlmfc/lib"
configure: Rewriting libpath to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/lib"
checking for cl... /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/BIN/cl
configure: Rewriting CC to "/cygdrive/c/progra~2/micros~1.0/vc/bin/cl"
checking resolved symbolic links for CC... /cygdrive/c/progra~2/micros~1.0/vc/bin/cl
checking if CC is disguised ccache... no, keeping CC
configure: Using microsoft C compiler version 16.00.30319.01 [Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86]
checking whether the C compiler works... yes
checking for C compiler default output file name... conftest.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... obj
checking whether we are using the GNU C compiler... no
checking whether /cygdrive/c/progra~2/micros~1.0/vc/bin/cl accepts -g... yes
checking for /cygdrive/c/progra~2/micros~1.0/vc/bin/cl option to accept ISO C89... none needed
checking for cl... /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/BIN/cl
configure: Rewriting CXX to "/cygdrive/c/progra~2/micros~1.0/vc/bin/cl"
checking resolved symbolic links for CXX... /cygdrive/c/progra~2/micros~1.0/vc/bin/cl
checking if CXX is disguised ccache... no, keeping CXX
configure: Using microsoft C++ compiler version 16.00.30319.01 [Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86]
checking whether we are using the GNU C++ compiler... no
checking whether /cygdrive/c/progra~2/micros~1.0/vc/bin/cl accepts -g... yes
checking how to run the C preprocessor... /cygdrive/c/progra~2/micros~1.0/vc/bin/cl -E
checking how to run the C++ preprocessor... /cygdrive/c/progra~2/micros~1.0/vc/bin/cl -E
checking for link... link
configure: Rewriting LD to "/cygdrive/c/progra~2/micros~1.0/vc/bin/link"
checking if the found link.exe is actually the Visual Studio linker... yes
checking for lib... lib
configure: Rewriting AR to "/cygdrive/c/progra~2/micros~1.0/vc/bin/lib"
checking for mt... mt
configure: Rewriting MT to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/bin/mt"
checking for rc... rc
configure: Rewriting RC to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/bin/rc"
checking for dumpbin... dumpbin
configure: Rewriting DUMPBIN to "/cygdrive/c/progra~2/micros~1.0/vc/bin/dumpbin"
checking for msbuild.exe... msbuild.exe
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/usr/bin/objdump"
checking for jtreg... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... yes
checking for unistd.h... no
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 4
checking for target address size... 32 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m32"... yes
checking if compiler supports "-m32"... yes
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking if fixpath can be created... yes
checking if fixpath.exe works... yes
checking what is not needed on Windows?... alsa cups pulse x11
checking for which libjpeg to use... bundled
checking for which giflib to use... bundled
checking for which lcms to use... bundled
checking for which libpng to use... bundled
checking for compress in -lz... no
checking for which zlib to use... bundled
checking for cos in -lm... yes
checking for dlopen in -ldl... no
POSSIBLE_MSVC_DLL
configure: Found msvcr100.dll at /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/redist/x86/Microsoft.VC100.CRT/msvcr100.dll using well-known location in VCINSTALLDIR
checking found msvcr100.dll architecture... ok
checking for msvcr100.dll... /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/redist/x86/Microsoft.VC100.CRT/msvcr100.dll
configure: Rewriting MSVCR_DLL to "/cygdrive/c/progra~2/micros~1.0/vc/redist/x86/micros~1.crt/msvcr100.dll"
checking if elliptic curve crypto implementation is present... yes
checking for number of cores... 4
checking for memory size... 8097 MB
checking for appropriate number of jobs to run in parallel... 4
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking whether to use sjavac... no
checking is ccache enabled... no
checking if build directory is on local disk... yes
checking Checking for deploy src... not found, cannot build deploy
checking Checking for install src... not found, cannot build installer
checking for ant... no
checking for ant.home using ant -diagnostics... no
configure: Ant is needed for deploy tests, set --with-ant-home=/path/to/ant-home
checking for JUnit... no, deploy tests cannot be run
checking for wix... no, needed for installer, set --with-wix=/path/to/wix
checking for lzma... no, needed for installer, set --with-lzma-path=/path/to/lzma
checking for UPX... no, needed for installer
checking for cscript... /cygdrive/c/windows/system32/cscript
checking for msicert... /cygdrive/c/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/bin/msicert
configure: Rewriting MSICERT to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/bin/msicert"
checking for msitran... /cygdrive/c/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/bin/msitran
configure: Rewriting MSITRAN to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/bin/msitran"
checking for midl... midl
configure: Rewriting MIDL to "/cygdrive/c/progra~2/mia713~1/windows/v7.0a/bin/midl"
checking for editbin... /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/BIN/editbin
configure: Rewriting EDITBIN to "/cygdrive/c/progra~2/micros~1.0/vc/bin/editbin"
checking for javafx zip dir... no, needed for installer, set --with-javafx-zip-dir=/path/to/javafx/zips
checking for jmc zip dir... no, JMC will not be bundled in installer build, set --with-jmc-zip-dir=/path/to/jmc/zips
checking for bsdiff... no, needed when building patches in installer
checking for jdk debug image dir... no
checking whether to explicitly enable tonga... no
checking if deploy should be built... no, missing dependency
configure: Cannot build installer without deploy
checking if installer should be built... no, missing dependency
checking for bundle date... 13_apr_2015 (generated)
checking whether to build JFR... yes (default)
checking whether to build commercial features... yes (default)
checking if crypto source is available... yes
configure: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/config.status
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/spec.gmk
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/hotspot-spec.gmk
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/bootcycle-spec.gmk
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/compare.sh
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/Makefile
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/custom-spec.gmk
config.status: creating /cygdrive/c/jdk9/client/build/windows-x86-normal-server-release/install-spec.gmk
====================================================
The existing configuration has been successfully updated in
/cygdrive/c/jdk9/client/build/windows-x86-normal-server-release
using configure arguments '--with-target-bits=32'.
Configuration summary:
* Debug level: release
* HS debug level: product
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: windows, CPU architecture: x86, address length: 32
Tools summary:
* Environment: cygwin version 1.7.34(0.285/5/3) (root at /cygdrive/c/cygwin)
* Boot JDK: java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode) (at /cygdrive/c/jdk1.8.0_31)
* Toolchain: microsoft (Microsoft Visual Studio 2010)
* C Compiler: Version 16.00.30319.01 (at /cygdrive/c/progra~2/micros~1.0/vc/bin/cl)
* C++ Compiler: Version 16.00.30319.01 (at /cygdrive/c/progra~2/micros~1.0/vc/bin/cl)
Build performance summary:
* Cores to use: 4
* Memory limit: 8097 MB
WARNING: The result of this configuration has overridden an older
configuration. You *should* run 'make clean' to make sure you get a
proper build. Failure to do so might result in strange build problems.
More information about the build-dev
mailing list