OpenJDK / jdk / jdk12
changeset 39584:6df6a520a7f4
Merge
author | duke |
---|---|
date | Wed, 05 Jul 2017 21:56:53 +0200 |
parents | 246d692a7700 df9229c745ad |
children | e616662e256e |
files | hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotVMConfigVerifier.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotVmSymbols.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMAddress.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMConstant.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMData.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMField.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMFlag.java hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMType.java hotspot/src/share/vm/runtime/atomic.cpp jdk/make/mapfiles/libdcpr/mapfile-vers jdk/make/mapfiles/libfontmanager/mapfile-vers.openjdk jdk/make/mapfiles/libjdga/mapfile-vers jdk/make/mapfiles/libjpeg/mapfile-vers-closed jdk/make/mapfiles/libkcms/mapfile-vers jdk/make/mapfiles/libt2k/mapfile-vers jdk/src/java.desktop/share/classes/sun/dc/DuctusRenderingEngine.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/PluginOrderingGraph.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/OptimizationPlugin.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/asm/AsmGlobalPool.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/asm/AsmModulePool.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/asm/AsmPlugin.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/asm/AsmPool.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/asm/AsmPoolImpl.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/asm/AsmPools.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/optim/ControlFlow.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/optim/ForNameFolding.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/optim/ReflectionOptimizer.java jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/optim/Utils.java jdk/test/sun/security/mscapi/SignUsingNONEwithRSA.sh jdk/test/sun/security/tools/keytool/printssl.sh jdk/test/tools/jlink/JLinkOptimTest.java jdk/test/tools/jlink/asmplugin/AddForgetResourcesTest.java jdk/test/tools/jlink/asmplugin/AsmPluginTestBase.java jdk/test/tools/jlink/asmplugin/BasicTest.java jdk/test/tools/jlink/asmplugin/IdentityPluginTest.java jdk/test/tools/jlink/asmplugin/NegativeTest.java jdk/test/tools/jlink/asmplugin/PackageMappingTest.java jdk/test/tools/jlink/asmplugin/SortingTest.java jdk/test/tools/jlink/asmplugin/VisitorTest.java jdk/test/tools/jlink/plugins/PluginOrderTest.java |
diffstat | 860 files changed, 90836 insertions(+), 54124 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags-top-repo Thu Jul 07 18:21:23 2016 +0000 +++ b/.hgtags-top-repo Wed Jul 05 21:56:53 2017 +0200 @@ -368,3 +368,4 @@ 405d811c0d7b9b48ff718ae6c240b732f098c028 jdk-9+123 f80c841ae2545eaf9acd2724bccc305d98cefbe2 jdk-9+124 9aa7d40f3a453f51e47f4c1b19eff5740a74a9f8 jdk-9+125 +3a58466296d36944454756ef01e7513ac5e14a16 jdk-9+126
--- a/common/autoconf/generated-configure.sh Thu Jul 07 18:21:23 2016 +0000 +++ b/common/autoconf/generated-configure.sh Wed Jul 05 21:56:53 2017 +0200 @@ -976,7 +976,6 @@ DEBUG_LEVEL HOTSPOT_DEBUG_LEVEL JDK_VARIANT -SET_OPENJDK USERNAME CANONICAL_TOPDIR ORIGINAL_TOPDIR @@ -5095,7 +5094,7 @@ #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1467223237 +DATE_WHEN_GENERATED=1467960715 ############################################################################### # @@ -16592,41 +16591,17 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for presence of closed sources" >&5 -$as_echo_n "checking for presence of closed sources... " >&6; } - if test -d "$SRC_ROOT/jdk/src/closed"; then - CLOSED_SOURCE_PRESENT=yes - else - CLOSED_SOURCE_PRESENT=no - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CLOSED_SOURCE_PRESENT" >&5 -$as_echo "$CLOSED_SOURCE_PRESENT" >&6; } - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if closed source is suppressed (openjdk-only)" >&5 -$as_echo_n "checking if closed source is suppressed (openjdk-only)... " >&6; } - SUPPRESS_CLOSED_SOURCE="$enable_openjdk_only" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SUPPRESS_CLOSED_SOURCE" >&5 -$as_echo "$SUPPRESS_CLOSED_SOURCE" >&6; } - - if test "x$CLOSED_SOURCE_PRESENT" = xno; then - OPENJDK=true - if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No closed source present, --enable-openjdk-only makes no sense" >&5 -$as_echo "$as_me: WARNING: No closed source present, --enable-openjdk-only makes no sense" >&2;} - fi - else - if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then - OPENJDK=true - else - OPENJDK=false - fi - fi - - if test "x$OPENJDK" = "xtrue"; then - SET_OPENJDK="OPENJDK=true" - fi - - + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if custom source is suppressed (openjdk-only)" >&5 +$as_echo_n "checking if custom source is suppressed (openjdk-only)... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_openjdk_only" >&5 +$as_echo "$enable_openjdk_only" >&6; } + if test "x$enable_openjdk_only" = "xyes"; then + SUPPRESS_CUSTOM_EXTENSIONS="true" + elif test "x$enable_openjdk_only" = "xno"; then + SUPPRESS_CUSTOM_EXTENSIONS="false" + else + as_fn_error $? "Invalid value for --enable-openjdk-only: $enable_openjdk_only" "$LINENO" 5 + fi # custom-make-dir is deprecated. Please use your custom-hook.m4 to override # the IncludeCustomExtension macro. @@ -53313,11 +53288,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, forced" >&5 $as_echo "no, forced" >&6; } elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then - if test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK" != "xtrue"; then - INCLUDE_DTRACE=false - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, non-open linux build" >&5 -$as_echo "no, non-open linux build" >&6; } - elif test "x$DTRACE_DEP_MISSING" = "xtrue"; then + if test "x$DTRACE_DEP_MISSING" = "xtrue"; then INCLUDE_DTRACE=false { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, missing dependencies" >&5 $as_echo "no, missing dependencies" >&6; } @@ -53596,11 +53567,9 @@ NEEDS_LIB_CUPS=true fi - # Check if freetype is needed - if test "x$OPENJDK" = "xtrue"; then + # A custom hook may have set this already + if test "x$NEEDS_LIB_FREETYPE" = "x"; then NEEDS_LIB_FREETYPE=true - else - NEEDS_LIB_FREETYPE=false fi # Check if alsa is needed
--- a/common/autoconf/hotspot.m4 Thu Jul 07 18:21:23 2016 +0000 +++ b/common/autoconf/hotspot.m4 Wed Jul 05 21:56:53 2017 +0200 @@ -161,10 +161,7 @@ INCLUDE_DTRACE=false AC_MSG_RESULT([no, forced]) elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then - if test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK" != "xtrue"; then - INCLUDE_DTRACE=false - AC_MSG_RESULT([no, non-open linux build]) - elif test "x$DTRACE_DEP_MISSING" = "xtrue"; then + if test "x$DTRACE_DEP_MISSING" = "xtrue"; then INCLUDE_DTRACE=false AC_MSG_RESULT([no, missing dependencies]) else
--- a/common/autoconf/jdk-options.m4 Thu Jul 07 18:21:23 2016 +0000 +++ b/common/autoconf/jdk-options.m4 Wed Jul 05 21:56:53 2017 +0200 @@ -117,36 +117,15 @@ AC_ARG_ENABLE([openjdk-only], [AS_HELP_STRING([--enable-openjdk-only], [suppress building custom source even if present @<:@disabled@:>@])],,[enable_openjdk_only="no"]) - AC_MSG_CHECKING([for presence of closed sources]) - if test -d "$SRC_ROOT/jdk/src/closed"; then - CLOSED_SOURCE_PRESENT=yes + AC_MSG_CHECKING([if custom source is suppressed (openjdk-only)]) + AC_MSG_RESULT([$enable_openjdk_only]) + if test "x$enable_openjdk_only" = "xyes"; then + SUPPRESS_CUSTOM_EXTENSIONS="true" + elif test "x$enable_openjdk_only" = "xno"; then + SUPPRESS_CUSTOM_EXTENSIONS="false" else - CLOSED_SOURCE_PRESENT=no + AC_MSG_ERROR([Invalid value for --enable-openjdk-only: $enable_openjdk_only]) fi - AC_MSG_RESULT([$CLOSED_SOURCE_PRESENT]) - - AC_MSG_CHECKING([if closed source is suppressed (openjdk-only)]) - SUPPRESS_CLOSED_SOURCE="$enable_openjdk_only" - AC_MSG_RESULT([$SUPPRESS_CLOSED_SOURCE]) - - if test "x$CLOSED_SOURCE_PRESENT" = xno; then - OPENJDK=true - if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then - AC_MSG_WARN([No closed source present, --enable-openjdk-only makes no sense]) - fi - else - if test "x$SUPPRESS_CLOSED_SOURCE" = "xyes"; then - OPENJDK=true - else - OPENJDK=false - fi - fi - - if test "x$OPENJDK" = "xtrue"; then - SET_OPENJDK="OPENJDK=true" - fi - - AC_SUBST(SET_OPENJDK) # custom-make-dir is deprecated. Please use your custom-hook.m4 to override # the IncludeCustomExtension macro.
--- a/common/autoconf/libraries.m4 Thu Jul 07 18:21:23 2016 +0000 +++ b/common/autoconf/libraries.m4 Wed Jul 05 21:56:53 2017 +0200 @@ -59,11 +59,9 @@ NEEDS_LIB_CUPS=true fi - # Check if freetype is needed - if test "x$OPENJDK" = "xtrue"; then + # A custom hook may have set this already + if test "x$NEEDS_LIB_FREETYPE" = "x"; then NEEDS_LIB_FREETYPE=true - else - NEEDS_LIB_FREETYPE=false fi # Check if alsa is needed
--- a/common/autoconf/spec.gmk.in Thu Jul 07 18:21:23 2016 +0000 +++ b/common/autoconf/spec.gmk.in Wed Jul 05 21:56:53 2017 +0200 @@ -108,7 +108,6 @@ REQUIRED_OS_NAME:=@REQUIRED_OS_NAME@ REQUIRED_OS_VERSION:=@REQUIRED_OS_VERSION@ -@SET_OPENJDK@ LIBM:=@LIBM@ LIBDL:=@LIBDL@
--- a/common/nb_native/nbproject/configurations.xml Thu Jul 07 18:21:23 2016 +0000 +++ b/common/nb_native/nbproject/configurations.xml Wed Jul 05 21:56:53 2017 +0200 @@ -1,12 +1,59 @@ <?xml version="1.0" encoding="UTF-8"?> -<configurationDescriptor version="88"> +<configurationDescriptor version="97"> <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> - <df root="../.." name="$SRC"> + <df root="../.." name="0"> <df name="build"> - <df name="linux-x86_64-normal-server-release"> + <df name="hotspot"> + <df name="linux_amd64_compiler2"> + <df name="generated"> + <df name="adfiles"> + <in>ad_x86_64.cpp</in> + <in>ad_x86_64_clone.cpp</in> + <in>ad_x86_64_expand.cpp</in> + <in>ad_x86_64_format.cpp</in> + <in>ad_x86_64_gen.cpp</in> + <in>ad_x86_64_misc.cpp</in> + <in>ad_x86_64_peephole.cpp</in> + <in>ad_x86_64_pipeline.cpp</in> + <in>dfa_x86_64.cpp</in> + </df> + <df name="jvmtifiles"> + <in>bytecodeInterpreterWithChecks.cpp</in> + <in>jvmtiEnter.cpp</in> + <in>jvmtiEnterTrace.cpp</in> + </df> + </df> + </df> + <df name="variant-server"> + <df name="gensrc"> + <df name="adfiles"> + <in>ad_x86_64.cpp</in> + <in>ad_x86_64_clone.cpp</in> + <in>ad_x86_64_expand.cpp</in> + <in>ad_x86_64_format.cpp</in> + <in>ad_x86_64_gen.cpp</in> + <in>ad_x86_64_misc.cpp</in> + <in>ad_x86_64_peephole.cpp</in> + <in>ad_x86_64_pipeline.cpp</in> + <in>dfa_x86_64.cpp</in> + </df> + <df name="jvmtifiles"> + <in>bytecodeInterpreterWithChecks.cpp</in> + <in>jvmtiEnter.cpp</in> + <in>jvmtiEnterTrace.cpp</in> + </df> + </df> + <df name="support"> + <df name="dtrace"> + <in>JvmOffsets.cpp</in> + </df> + </df> + </df> + </df> + <df name="macosx-x86_64-normal-server-release"> <df name="hotspot"> - <df name="linux_amd64_compiler2"> - <df name="generated"> + <df name="variant-server"> + <df name="gensrc"> <df name="adfiles"> <in>ad_x86_64.cpp</in> <in>ad_x86_64_clone.cpp</in> @@ -26,106 +73,24 @@ </df> </df> </df> - <df name="jdk"> - <df name="gensrc_x11wrappers"> - <in>sizer.64.c</in> - </df> - </df> </df> - <df name="macosx-x86_64-normal-server-release"> - <df name="hotspot"> - <df name="bsd_amd64_compiler2"> - <df name="generated"> - <df name="adfiles"> - <in>ad_x86_64.cpp</in> - <in>ad_x86_64_clone.cpp</in> - <in>ad_x86_64_expand.cpp</in> - <in>ad_x86_64_format.cpp</in> - <in>ad_x86_64_gen.cpp</in> - <in>ad_x86_64_misc.cpp</in> - <in>ad_x86_64_peephole.cpp</in> - <in>ad_x86_64_pipeline.cpp</in> - <in>dfa_x86_64.cpp</in> - </df> - <df name="jvmtifiles"> - <in>bytecodeInterpreterWithChecks.cpp</in> - <in>jvmtiEnter.cpp</in> - <in>jvmtiEnterTrace.cpp</in> - </df> - </df> - </df> - </df> - <df name="jdk"> - <df name="gensrc_x11wrappers"> - <in>sizer.64.c</in> - </df> - </df> - </df> - <df name="solaris-x86_64-normal-server-release"> - <df name="hotspot"> - <df name="solaris_amd64_compiler2"> - <df name="generated"> - <df name="adfiles"> - <in>ad_x86_64.cpp</in> - <in>ad_x86_64_clone.cpp</in> - <in>ad_x86_64_expand.cpp</in> - <in>ad_x86_64_format.cpp</in> - <in>ad_x86_64_gen.cpp</in> - <in>ad_x86_64_misc.cpp</in> - <in>ad_x86_64_peephole.cpp</in> - <in>ad_x86_64_pipeline.cpp</in> - <in>dfa_x86_64.cpp</in> - </df> - <df name="jvmtifiles"> - <in>bytecodeInterpreterWithChecks.cpp</in> - <in>jvmtiEnter.cpp</in> - <in>jvmtiEnterTrace.cpp</in> - </df> - </df> - <df name="product"> - <in>JvmOffsets.cpp</in> - </df> - </df> - </df> - <df name="jdk"> - <df name="gensrc_x11wrappers"> - <in>sizer.64.c</in> + <df name="support"> + <df name="gensrc"> + <df name="java.desktop"> + <df name="_x11wrappers"> + <in>sizer.64.c</in> + </df> </df> </df> </df> </df> <df name="hotspot"> - <df name="agent"> - <df name="src"> - <df name="os"> - <df name="linux"> - <in>LinuxDebuggerLocal.c</in> - <in>libproc_impl.c</in> - <in>ps_core.c</in> - <in>ps_proc.c</in> - <in>salibelf.c</in> - <in>symtab.c</in> - </df> - <df name="solaris"> - <df name="proc"> - <in>saproc.cpp</in> - </df> - </df> - </df> - <df name="share"> - <df name="native"> - <in>sadis.c</in> - </df> - </df> - </df> - </df> <df name="src"> <df name="cpu"> <df name="x86"> <df name="vm"> + <in>abstractInterpreter_x86.cpp</in> <in>assembler_x86.cpp</in> - <in>bytecodeInterpreter_x86.cpp</in> - <in>bytecodes_x86.cpp</in> <in>c1_CodeStubs_x86.cpp</in> <in>c1_FpuStackSim_x86.cpp</in> <in>c1_FrameMap_x86.cpp</in> @@ -135,42 +100,92 @@ <in>c1_MacroAssembler_x86.cpp</in> <in>c1_Runtime1_x86.cpp</in> <in>c2_init_x86.cpp</in> - <in>cppInterpreter_x86.cpp</in> + <in>compiledIC_x86.cpp</in> <in>debug_x86.cpp</in> <in>depChecker_x86.cpp</in> <in>frame_x86.cpp</in> <in>icBuffer_x86.cpp</in> <in>icache_x86.cpp</in> - <in>interp_masm_x86_64.cpp</in> + <in>interp_masm_x86.cpp</in> <in>interpreterRT_x86_64.cpp</in> - <in>interpreter_x86_64.cpp</in> <in>jniFastGetField_x86_64.cpp</in> + <in>jvmciCodeInstaller_x86.cpp</in> + <in>macroAssembler_libm_x86_64.cpp</in> <in>macroAssembler_x86.cpp</in> + <in>macroAssembler_x86_cos.cpp</in> + <in>macroAssembler_x86_exp.cpp</in> + <in>macroAssembler_x86_log.cpp</in> + <in>macroAssembler_x86_log10.cpp</in> + <in>macroAssembler_x86_pow.cpp</in> + <in>macroAssembler_x86_sha.cpp</in> + <in>macroAssembler_x86_sin.cpp</in> + <in>macroAssembler_x86_tan.cpp</in> <in>metaspaceShared_x86_64.cpp</in> <in>methodHandles_x86.cpp</in> <in>nativeInst_x86.cpp</in> + <in>registerMap_x86.cpp</in> <in>register_definitions_x86.cpp</in> <in>register_x86.cpp</in> <in>relocInfo_x86.cpp</in> <in>runtime_x86_64.cpp</in> + <in>sharedRuntime_x86.cpp</in> <in>sharedRuntime_x86_64.cpp</in> <in>stubGenerator_x86_64.cpp</in> + <in>stubRoutines_x86.cpp</in> <in>stubRoutines_x86_64.cpp</in> - <in>templateInterpreter_x86_64.cpp</in> - <in>templateTable_x86_64.cpp</in> + <in>templateInterpreterGenerator_x86.cpp</in> + <in>templateInterpreterGenerator_x86_64.cpp</in> + <in>templateTable_x86.cpp</in> <in>vm_version_x86.cpp</in> <in>vmreg_x86.cpp</in> <in>vtableStubs_x86_64.cpp</in> </df> </df> </df> + <df name="jdk.hotspot.agent"> + <df name="linux"> + <df name="native"> + <df name="libsaproc"> + <in>LinuxDebuggerLocal.c</in> + <in>libproc_impl.c</in> + <in>ps_core.c</in> + <in>ps_proc.c</in> + <in>salibelf.c</in> + <in>symtab.c</in> + </df> + </df> + </df> + <df name="macosx"> + <df name="native"> + <df name="libsaproc"> + <in>MacosxDebuggerLocal.m</in> + <in>libproc_impl.c</in> + <in>ps_core.c</in> + <in>symtab.c</in> + </df> + </df> + </df> + <df name="share"> + <df name="native"> + <df name="libsaproc"> + <in>sadis.c</in> + </df> + </df> + </df> + <df name="solaris"> + <df name="native"> + <df name="libsaproc"> + <in>saproc.cpp</in> + </df> + </df> + </df> + </df> <df name="os"> <df name="bsd"> <df name="vm"> <in>attachListener_bsd.cpp</in> - <in>chaitin_bsd.cpp</in> <in>decoder_machO.cpp</in> - <in>dtraceJSDT_bsd.cpp</in> + <in>jsig.c</in> <in>jvm_bsd.cpp</in> <in>mutex_bsd.cpp</in> <in>osThread_bsd.cpp</in> @@ -178,15 +193,12 @@ <in>perfMemory_bsd.cpp</in> <in>stubRoutines_bsd.cpp</in> <in>threadCritical_bsd.cpp</in> - <in>vmError_bsd.cpp</in> </df> </df> <df name="linux"> <df name="vm"> <in>attachListener_linux.cpp</in> - <in>chaitin_linux.cpp</in> <in>decoder_linux.cpp</in> - <in>dtraceJSDT_linux.cpp</in> <in>jsig.c</in> <in>jvm_linux.cpp</in> <in>mutex_linux.cpp</in> @@ -195,35 +207,25 @@ <in>perfMemory_linux.cpp</in> <in>stubRoutines_linux.cpp</in> <in>threadCritical_linux.cpp</in> - <in>vmError_linux.cpp</in> </df> </df> <df name="posix"> - <df name="launcher"> - <in>java_md.c</in> - </df> <df name="vm"> <in>os_posix.cpp</in> + <in>threadLocalStorage_posix.cpp</in> + <in>vmError_posix.cpp</in> </df> </df> <df name="solaris"> - <df name="add_gnu_debuglink"> - <in>add_gnu_debuglink.c</in> - </df> <df name="dtrace"> <in>generateJvmOffsets.cpp</in> <in>generateJvmOffsetsMain.c</in> <in>jvm_dtrace.c</in> <in>libjvm_db.c</in> </df> - <df name="fix_empty_sec_hdr_flags"> - <in>fix_empty_sec_hdr_flags.c</in> - </df> <df name="vm"> <in>attachListener_solaris.cpp</in> - <in>chaitin_solaris.cpp</in> <in>decoder_solaris.cpp</in> - <in>dtraceJSDT_solaris.cpp</in> <in>jsig.c</in> <in>jvm_solaris.cpp</in> <in>mutex_solaris.cpp</in> @@ -232,7 +234,6 @@ <in>perfMemory_solaris.cpp</in> <in>stubRoutines_solaris.cpp</in> <in>threadCritical_solaris.cpp</in> - <in>vmError_solaris.cpp</in> </df> </df> </df> @@ -241,7 +242,6 @@ <df name="vm"> <in>assembler_bsd_x86.cpp</in> <in>os_bsd_x86.cpp</in> - <in>threadLS_bsd_x86.cpp</in> <in>thread_bsd_x86.cpp</in> <in>vm_version_bsd_x86.cpp</in> </df> @@ -250,7 +250,6 @@ <df name="vm"> <in>assembler_linux_x86.cpp</in> <in>os_linux_x86.cpp</in> - <in>threadLS_linux_x86.cpp</in> <in>thread_linux_x86.cpp</in> <in>vm_version_linux_x86.cpp</in> </df> @@ -259,20 +258,12 @@ <df name="vm"> <in>assembler_solaris_x86.cpp</in> <in>os_solaris_x86.cpp</in> - <in>threadLS_solaris_x86.cpp</in> <in>thread_solaris_x86.cpp</in> <in>vm_version_solaris_x86.cpp</in> </df> </df> </df> <df name="share"> - <df name="tools"> - <df name="launcher"> - <in>java.c</in> - <in>jli_util.c</in> - <in>wildcard.c</in> - </df> - </df> <df name="vm"> <df name="adlc"> <in>adlparse.cpp</in> @@ -359,19 +350,28 @@ <in>classFileError.cpp</in> <in>classFileParser.cpp</in> <in>classFileStream.cpp</in> + <in>classListParser.cpp</in> <in>classLoader.cpp</in> <in>classLoaderData.cpp</in> + <in>classLoaderExt.cpp</in> + <in>classLoaderStats.cpp</in> + <in>compactHashtable.cpp</in> <in>defaultMethods.cpp</in> <in>dictionary.cpp</in> - <in>genericSignatures.cpp</in> <in>javaAssertions.cpp</in> <in>javaClasses.cpp</in> + <in>klassFactory.cpp</in> <in>loaderConstraints.cpp</in> <in>metadataOnStackMark.cpp</in> + <in>moduleEntry.cpp</in> + <in>modules.cpp</in> + <in>packageEntry.cpp</in> <in>placeholders.cpp</in> <in>resolutionErrors.cpp</in> + <in>sharedPathsMiscInfo.cpp</in> <in>stackMapFrame.cpp</in> <in>stackMapTable.cpp</in> + <in>stringTable.cpp</in> <in>symbolTable.cpp</in> <in>systemDictionary.cpp</in> <in>verificationType.cpp</in> @@ -382,10 +382,12 @@ <in>codeBlob.cpp</in> <in>codeCache.cpp</in> <in>compiledIC.cpp</in> + <in>compiledMethod.cpp</in> <in>compressedStream.cpp</in> <in>debugInfo.cpp</in> <in>debugInfoRec.cpp</in> <in>dependencies.cpp</in> + <in>dependencyContext.cpp</in> <in>exceptionHandlerTable.cpp</in> <in>icBuffer.cpp</in> <in>location.cpp</in> @@ -402,65 +404,121 @@ <in>abstractCompiler.cpp</in> <in>compileBroker.cpp</in> <in>compileLog.cpp</in> + <in>compileTask.cpp</in> + <in>compilerDirectives.cpp</in> <in>compilerOracle.cpp</in> + <in>directivesParser.cpp</in> <in>disassembler.cpp</in> <in>methodLiveness.cpp</in> + <in>methodMatcher.cpp</in> <in>oopMap.cpp</in> </df> - <df name="gc_implementation"> - <df name="concurrentMarkSweep"> + <df name="gc"> + <df name="cms"> <in>adaptiveFreeList.cpp</in> - <in>cmsAdaptiveSizePolicy.cpp</in> + <in>allocationStats.cpp</in> <in>cmsCollectorPolicy.cpp</in> - <in>cmsGCAdaptivePolicyCounters.cpp</in> <in>cmsLockVerifier.cpp</in> + <in>cmsOopClosures.cpp</in> <in>compactibleFreeListSpace.cpp</in> <in>concurrentMarkSweepGeneration.cpp</in> <in>concurrentMarkSweepThread.cpp</in> <in>freeChunk.cpp</in> + <in>gSpaceCounters.cpp</in> + <in>parCardTableModRefBS.cpp</in> + <in>parNewGeneration.cpp</in> + <in>parOopClosures.cpp</in> <in>promotionInfo.cpp</in> <in>vmCMSOperations.cpp</in> + <in>yieldingWorkgroup.cpp</in> </df> <df name="g1"> + <in>bufferingOopClosure.cpp</in> <in>collectionSetChooser.cpp</in> <in>concurrentG1Refine.cpp</in> <in>concurrentG1RefineThread.cpp</in> - <in>concurrentMark.cpp</in> <in>concurrentMarkThread.cpp</in> <in>dirtyCardQueue.cpp</in> <in>g1AllocRegion.cpp</in> + <in>g1Allocator.cpp</in> + <in>g1Allocator_ext.cpp</in> + <in>g1Analytics.cpp</in> + <in>g1BiasedArray.cpp</in> <in>g1BlockOffsetTable.cpp</in> + <in>g1CardCounts.cpp</in> + <in>g1CardLiveData.cpp</in> + <in>g1CodeBlobClosure.cpp</in> + <in>g1CodeCacheRemSet.cpp</in> <in>g1CollectedHeap.cpp</in> + <in>g1CollectedHeap_ext.cpp</in> + <in>g1CollectionSet.cpp</in> <in>g1CollectorPolicy.cpp</in> - <in>g1ErgoVerbose.cpp</in> + <in>g1ConcurrentMark.cpp</in> + <in>g1DefaultPolicy.cpp</in> + <in>g1EvacFailure.cpp</in> + <in>g1EvacStats.cpp</in> + <in>g1FromCardCache.cpp</in> <in>g1GCPhaseTimes.cpp</in> - <in>g1HRPrinter.cpp</in> - <in>g1Log.cpp</in> + <in>g1HeapSizingPolicy.cpp</in> + <in>g1HeapSizingPolicy_ext.cpp</in> + <in>g1HeapTransition.cpp</in> + <in>g1HeapVerifier.cpp</in> + <in>g1HotCardCache.cpp</in> + <in>g1IHOPControl.cpp</in> <in>g1MMUTracker.cpp</in> <in>g1MarkSweep.cpp</in> + <in>g1MarkSweep_ext.cpp</in> <in>g1MonitoringSupport.cpp</in> + <in>g1OopClosures.cpp</in> + <in>g1PageBasedVirtualSpace.cpp</in> + <in>g1ParScanThreadState.cpp</in> + <in>g1ParScanThreadState_ext.cpp</in> + <in>g1Predictions.cpp</in> + <in>g1RegionToSpaceMapper.cpp</in> <in>g1RemSet.cpp</in> + <in>g1RemSetSummary.cpp</in> + <in>g1RootClosures.cpp</in> + <in>g1RootClosures_ext.cpp</in> + <in>g1RootProcessor.cpp</in> <in>g1SATBCardTableModRefBS.cpp</in> + <in>g1StringDedup.cpp</in> + <in>g1StringDedupQueue.cpp</in> + <in>g1StringDedupStat.cpp</in> + <in>g1StringDedupTable.cpp</in> + <in>g1StringDedupThread.cpp</in> + <in>g1SurvivorRegions.cpp</in> + <in>g1YoungGenSizer.cpp</in> + <in>g1YoungRemSetSamplingThread.cpp</in> <in>g1_globals.cpp</in> + <in>hSpaceCounters.cpp</in> <in>heapRegion.cpp</in> + <in>heapRegionManager.cpp</in> <in>heapRegionRemSet.cpp</in> - <in>heapRegionSeq.cpp</in> <in>heapRegionSet.cpp</in> - <in>heapRegionSets.cpp</in> + <in>heapRegionTracer.cpp</in> + <in>heapRegionType.cpp</in> <in>ptrQueue.cpp</in> - <in>satbQueue.cpp</in> + <in>satbMarkQueue.cpp</in> <in>sparsePRT.cpp</in> <in>survRateGroup.cpp</in> + <in>suspendibleThreadSet.cpp</in> <in>vm_operations_g1.cpp</in> - </df> - <df name="parallelScavenge"> + <in>workerDataArray.cpp</in> + <in>youngList.cpp</in> + </df> + <df name="parallel"> <in>adjoiningGenerations.cpp</in> <in>adjoiningVirtualSpaces.cpp</in> <in>asPSOldGen.cpp</in> <in>asPSYoungGen.cpp</in> <in>cardTableExtension.cpp</in> + <in>gcAdaptivePolicyCounters.cpp</in> <in>gcTaskManager.cpp</in> <in>gcTaskThread.cpp</in> + <in>generationSizer.cpp</in> + <in>immutableSpace.cpp</in> + <in>mutableNUMASpace.cpp</in> + <in>mutableSpace.cpp</in> <in>objectStartArray.cpp</in> <in>parMarkBitMap.cpp</in> <in>parallelScavengeHeap.cpp</in> @@ -479,42 +537,64 @@ <in>psTasks.cpp</in> <in>psVirtualspace.cpp</in> <in>psYoungGen.cpp</in> + <in>spaceCounters.cpp</in> <in>vmPSOperations.cpp</in> </df> - <df name="parNew"> - <in>asParNewGeneration.cpp</in> - <in>parCardTableModRefBS.cpp</in> - <in>parNewGeneration.cpp</in> + <df name="serial"> + <in>cSpaceCounters.cpp</in> + <in>defNewGeneration.cpp</in> + <in>genMarkSweep.cpp</in> + <in>markSweep.cpp</in> + <in>tenuredGeneration.cpp</in> </df> <df name="shared"> <in>adaptiveSizePolicy.cpp</in> <in>ageTable.cpp</in> - <in>allocationStats.cpp</in> - <in>cSpaceCounters.cpp</in> + <in>ageTableTracer.cpp</in> + <in>allocTracer.cpp</in> + <in>barrierSet.cpp</in> + <in>blockOffsetTable.cpp</in> + <in>cardGeneration.cpp</in> + <in>cardTableModRefBS.cpp</in> + <in>cardTableModRefBSForCTRS.cpp</in> + <in>cardTableRS.cpp</in> + <in>collectedHeap.cpp</in> <in>collectorCounters.cpp</in> + <in>collectorPolicy.cpp</in> <in>concurrentGCThread.cpp</in> - <in>gSpaceCounters.cpp</in> - <in>gcAdaptivePolicyCounters.cpp</in> + <in>gcCause.cpp</in> + <in>gcId.cpp</in> + <in>gcLocker.cpp</in> <in>gcPolicyCounters.cpp</in> <in>gcStats.cpp</in> + <in>gcTimer.cpp</in> + <in>gcTrace.cpp</in> + <in>gcTraceSend.cpp</in> + <in>gcTraceTime.cpp</in> <in>gcUtil.cpp</in> + <in>genCollectedHeap.cpp</in> + <in>genOopClosures.cpp</in> + <in>generation.cpp</in> <in>generationCounters.cpp</in> - <in>hSpaceCounters.cpp</in> - <in>immutableSpace.cpp</in> - <in>markSweep.cpp</in> - <in>mutableNUMASpace.cpp</in> - <in>mutableSpace.cpp</in> - <in>parGCAllocBuffer.cpp</in> - <in>spaceCounters.cpp</in> + <in>generationSpec.cpp</in> + <in>memset_with_concurrent_readers.cpp</in> + <in>objectCountEventSender.cpp</in> + <in>plab.cpp</in> + <in>preservedMarks.cpp</in> + <in>referencePendingListLocker.cpp</in> + <in>referencePolicy.cpp</in> + <in>referenceProcessor.cpp</in> + <in>space.cpp</in> <in>spaceDecorator.cpp</in> + <in>strongRootsScope.cpp</in> + <in>taskqueue.cpp</in> + <in>threadLocalAllocBuffer.cpp</in> <in>vmGCOperations.cpp</in> - </df> - </df> - <df name="gc_interface"> - <in>collectedHeap.cpp</in> - <in>gcCause.cpp</in> + <in>workgroup.cpp</in> + </df> </df> <df name="interpreter"> + <in>abstractInterpreter.cpp</in> <in>bytecode.cpp</in> <in>bytecodeHistogram.cpp</in> <in>bytecodeInterpreter.cpp</in> @@ -522,6 +602,7 @@ <in>bytecodeTracer.cpp</in> <in>bytecodes.cpp</in> <in>cppInterpreter.cpp</in> + <in>cppInterpreterGenerator.cpp</in> <in>interpreter.cpp</in> <in>interpreterRuntime.cpp</in> <in>invocationCounter.cpp</in> @@ -529,51 +610,65 @@ <in>oopMapCache.cpp</in> <in>rewriter.cpp</in> <in>templateInterpreter.cpp</in> + <in>templateInterpreterGenerator.cpp</in> <in>templateTable.cpp</in> </df> + <df name="jvmci"> + <in>commandLineFlagConstraintsJVMCI.cpp</in> + <in>jvmciCodeInstaller.cpp</in> + <in>jvmciCompiler.cpp</in> + <in>jvmciCompilerToVM.cpp</in> + <in>jvmciEnv.cpp</in> + <in>jvmciJavaClasses.cpp</in> + <in>jvmciRuntime.cpp</in> + <in>jvmci_globals.cpp</in> + <in>vmStructs_jvmci.cpp</in> + </df> <df name="libadt"> <in>dict.cpp</in> - <in>port.cpp</in> <in>set.cpp</in> <in>vectset.cpp</in> </df> + <df name="logging"> + <in>log.cpp</in> + <in>logConfiguration.cpp</in> + <in>logDecorations.cpp</in> + <in>logDecorators.cpp</in> + <in>logDiagnosticCommand.cpp</in> + <in>logFileOutput.cpp</in> + <in>logFileStreamOutput.cpp</in> + <in>logLevel.cpp</in> + <in>logMessageBuffer.cpp</in> + <in>logOutput.cpp</in> + <in>logOutputList.cpp</in> + <in>logStream.cpp</in> + <in>logTag.cpp</in> + <in>logTagLevelExpression.cpp</in> + <in>logTagSet.cpp</in> + <in>logTagSetDescriptions.cpp</in> + </df> <df name="memory"> <in>allocation.cpp</in> - <in>barrierSet.cpp</in> <in>binaryTreeDictionary.cpp</in> - <in>blockOffsetTable.cpp</in> - <in>cardTableModRefBS.cpp</in> - <in>cardTableRS.cpp</in> - <in>collectorPolicy.cpp</in> - <in>defNewGeneration.cpp</in> <in>filemap.cpp</in> <in>freeBlockDictionary.cpp</in> <in>freeList.cpp</in> - <in>gcLocker.cpp</in> - <in>genCollectedHeap.cpp</in> - <in>genMarkSweep.cpp</in> - <in>genRemSet.cpp</in> - <in>generation.cpp</in> - <in>generationSpec.cpp</in> + <in>guardedMemory.cpp</in> <in>heap.cpp</in> <in>heapInspection.cpp</in> <in>iterator.cpp</in> <in>memRegion.cpp</in> - <in>metablock.cpp</in> <in>metachunk.cpp</in> <in>metaspace.cpp</in> <in>metaspaceCounters.cpp</in> <in>metaspaceShared.cpp</in> + <in>metaspaceTracer.cpp</in> <in>oopFactory.cpp</in> - <in>referencePolicy.cpp</in> - <in>referenceProcessor.cpp</in> + <in>operator_new.cpp</in> <in>resourceArea.cpp</in> - <in>sharedHeap.cpp</in> - <in>space.cpp</in> - <in>specialized_oop_closures.cpp</in> - <in>tenuredGeneration.cpp</in> - <in>threadLocalAllocBuffer.cpp</in> <in>universe.cpp</in> + <in>universe_ext.cpp</in> + <in>virtualspace.cpp</in> </df> <df name="oops"> <in>annotations.cpp</in> @@ -584,7 +679,6 @@ <in>constantPool.cpp</in> <in>cpCache.cpp</in> <in>generateOopMap.cpp</in> - <in>instanceClassLoaderKlass.cpp</in> <in>instanceKlass.cpp</in> <in>instanceMirrorKlass.cpp</in> <in>instanceOop.cpp</in> @@ -594,6 +688,7 @@ <in>markOop.cpp</in> <in>metadata.cpp</in> <in>method.cpp</in> + <in>methodCounters.cpp</in> <in>methodData.cpp</in> <in>objArrayKlass.cpp</in> <in>objArrayOop.cpp</in> @@ -601,10 +696,10 @@ <in>oopsHierarchy.cpp</in> <in>symbol.cpp</in> <in>typeArrayKlass.cpp</in> - <in>typeArrayOop.cpp</in> </df> <df name="opto"> <in>addnode.cpp</in> + <in>arraycopynode.cpp</in> <in>block.cpp</in> <in>buildOopMap.cpp</in> <in>bytecodeInfo.cpp</in> @@ -612,12 +707,15 @@ <in>c2compiler.cpp</in> <in>callGenerator.cpp</in> <in>callnode.cpp</in> + <in>castnode.cpp</in> <in>cfgnode.cpp</in> <in>chaitin.cpp</in> <in>classes.cpp</in> <in>coalesce.cpp</in> <in>compile.cpp</in> <in>connode.cpp</in> + <in>convertnode.cpp</in> + <in>countbitsnode.cpp</in> <in>divnode.cpp</in> <in>doCall.cpp</in> <in>domgraph.cpp</in> @@ -630,6 +728,7 @@ <in>ifg.cpp</in> <in>ifnode.cpp</in> <in>indexSet.cpp</in> + <in>intrinsicnode.cpp</in> <in>lcm.cpp</in> <in>library_call.cpp</in> <in>live.cpp</in> @@ -641,11 +740,16 @@ <in>loopopts.cpp</in> <in>machnode.cpp</in> <in>macro.cpp</in> + <in>macroArrayCopy.cpp</in> <in>matcher.cpp</in> + <in>mathexactnode.cpp</in> <in>memnode.cpp</in> + <in>movenode.cpp</in> <in>mulnode.cpp</in> <in>multnode.cpp</in> + <in>narrowptrnode.cpp</in> <in>node.cpp</in> + <in>opaquenode.cpp</in> <in>opcodes.cpp</in> <in>output.cpp</in> <in>parse1.cpp</in> @@ -658,6 +762,7 @@ <in>reg_split.cpp</in> <in>regalloc.cpp</in> <in>regmask.cpp</in> + <in>replacednodes.cpp</in> <in>rootnode.cpp</in> <in>runtime.cpp</in> <in>split_if.cpp</in> @@ -667,9 +772,6 @@ <in>type.cpp</in> <in>vectornode.cpp</in> </df> - <df name="precompiled"> - <in>precompiled.hpp</in> - </df> <df name="prims"> <df name="wbtestmethods"> <in>parserTests.cpp</in> @@ -702,19 +804,25 @@ <in>nativeLookup.cpp</in> <in>perf.cpp</in> <in>privilegedStack.cpp</in> + <in>stackwalk.cpp</in> <in>unsafe.cpp</in> <in>whitebox.cpp</in> + <in>whitebox_ext.cpp</in> </df> <df name="runtime"> <in>advancedThresholdPolicy.cpp</in> - <in>aprofiler.cpp</in> <in>arguments.cpp</in> <in>atomic.cpp</in> <in>basicLock.cpp</in> <in>biasedLocking.cpp</in> + <in>commandLineFlagConstraintList.cpp</in> + <in>commandLineFlagConstraintsCompiler.cpp</in> + <in>commandLineFlagConstraintsGC.cpp</in> + <in>commandLineFlagConstraintsRuntime.cpp</in> + <in>commandLineFlagRangeList.cpp</in> + <in>commandLineFlagWriteableList.cpp</in> <in>compilationPolicy.cpp</in> <in>deoptimization.cpp</in> - <in>dtraceJSDT.cpp</in> <in>fieldDescriptor.cpp</in> <in>fieldType.cpp</in> <in>fprofiler.cpp</in> @@ -743,7 +851,9 @@ <in>reflectionUtils.cpp</in> <in>relocator.cpp</in> <in>rframe.cpp</in> + <in>rtmLocking.cpp</in> <in>safepoint.cpp</in> + <in>semaphore.cpp</in> <in>serviceThread.cpp</in> <in>sharedRuntime.cpp</in> <in>sharedRuntimeTrans.cpp</in> @@ -759,13 +869,13 @@ <in>synchronizer.cpp</in> <in>task.cpp</in> <in>thread.cpp</in> - <in>threadLocalStorage.cpp</in> + <in>thread_ext.cpp</in> <in>timer.cpp</in> + <in>timerTrace.cpp</in> <in>unhandledOops.cpp</in> <in>vframe.cpp</in> <in>vframeArray.cpp</in> <in>vframe_hp.cpp</in> - <in>virtualspace.cpp</in> <in>vmStructs.cpp</in> <in>vmThread.cpp</in> <in>vm_operations.cpp</in> @@ -782,32 +892,38 @@ <in>gcNotifier.cpp</in> <in>heapDumper.cpp</in> <in>lowMemoryDetector.cpp</in> + <in>mallocSiteTable.cpp</in> + <in>mallocTracker.cpp</in> <in>management.cpp</in> <in>memBaseline.cpp</in> - <in>memPtr.cpp</in> - <in>memRecorder.cpp</in> <in>memReporter.cpp</in> - <in>memSnapshot.cpp</in> - <in>memTrackWorker.cpp</in> <in>memTracker.cpp</in> <in>memoryManager.cpp</in> <in>memoryPool.cpp</in> <in>memoryService.cpp</in> + <in>nmtCommon.cpp</in> <in>nmtDCmd.cpp</in> <in>psMemoryPool.cpp</in> <in>runtimeService.cpp</in> <in>threadService.cpp</in> + <in>virtualMemoryTracker.cpp</in> + <in>writeableFlags.cpp</in> + </df> + <df name="trace"> + <in>traceBackend.cpp</in> </df> <df name="utilities"> <in>accessFlags.cpp</in> <in>array.cpp</in> <in>bitMap.cpp</in> + <in>chunkedList.cpp</in> <in>constantTag.cpp</in> <in>copy.cpp</in> <in>debug.cpp</in> <in>decoder.cpp</in> <in>decoder_elf.cpp</in> <in>elfFile.cpp</in> + <in>elfFuncDescTable.cpp</in> <in>elfStringTable.cpp</in> <in>elfSymbolTable.cpp</in> <in>errorReporter.cpp</in> @@ -818,84 +934,56 @@ <in>hashtable.cpp</in> <in>histogram.cpp</in> <in>intHisto.cpp</in> + <in>internalVMTests.cpp</in> + <in>json.cpp</in> + <in>linkedlist.cpp</in> + <in>nativeCallStack.cpp</in> <in>numberSeq.cpp</in> <in>ostream.cpp</in> <in>preserveException.cpp</in> <in>quickSort.cpp</in> + <in>resourceHash.cpp</in> <in>sizes.cpp</in> - <in>taskqueue.cpp</in> + <in>stringUtils.cpp</in> + <in>ticks.cpp</in> <in>utf8.cpp</in> <in>vmError.cpp</in> - <in>workgroup.cpp</in> <in>xmlstream.cpp</in> - <in>yieldingWorkgroup.cpp</in> </df> </df> </df> </df> + <df name="test"> + <df name="native"> + <df name="runtime"> + <in>test_os.cpp</in> + </df> + <df name="utilities"> + <in>test_quicksort.cpp</in> + </df> + <in>gtestLauncher.cpp</in> + <in>gtestMain.cpp</in> + </df> + </df> </df> <df name="jdk"> <df name="make"> - <df name="tools"> - <df name="add_gnu_debuglink"> - <in>add_gnu_debuglink.c</in> - </df> - <df name="fix_empty_sec_hdr_flags"> - <in>fix_empty_sec_hdr_flags.c</in> + <df name="src"> + <df name="native"> + <df name="genconstants"> + <df name="ch"> + <in>genSocketOptionRegistry.c</in> + </df> + <df name="fs"> + <in>genUnixConstants.c</in> + </df> + </df> </df> </df> </df> <df name="src"> - <df name="share"> - <df name="back"> - <in>ArrayReferenceImpl.c</in> - <in>ArrayTypeImpl.c</in> - <in>ClassLoaderReferenceImpl.c</in> - <in>ClassObjectReferenceImpl.c</in> - <in>ClassTypeImpl.c</in> - <in>EventRequestImpl.c</in> - <in>FieldImpl.c</in> - <in>FrameID.c</in> - <in>MethodImpl.c</in> - <in>ObjectReferenceImpl.c</in> - <in>ReferenceTypeImpl.c</in> - <in>SDE.c</in> - <in>StackFrameImpl.c</in> - <in>StringReferenceImpl.c</in> - <in>ThreadGroupReferenceImpl.c</in> - <in>ThreadReferenceImpl.c</in> - <in>VirtualMachineImpl.c</in> - <in>bag.c</in> - <in>classTrack.c</in> - <in>commonRef.c</in> - <in>debugDispatch.c</in> - <in>debugInit.c</in> - <in>debugLoop.c</in> - <in>error_messages.c</in> - <in>eventFilter.c</in> - <in>eventHandler.c</in> - <in>eventHelper.c</in> - <in>inStream.c</in> - <in>invoker.c</in> - <in>log_messages.c</in> - <in>outStream.c</in> - <in>standardHandlers.c</in> - <in>stepControl.c</in> - <in>stream.c</in> - <in>threadControl.c</in> - <in>transport.c</in> - <in>util.c</in> - </df> - <df name="bin"> - <in>java.c</in> - <in>jli_util.c</in> - <in>main.c</in> - <in>parse_manifest.c</in> - <in>splashscreen_stubs.c</in> - <in>version_comp.c</in> - <in>wildcard.c</in> - </df> - <df name="demo"> + <df name="demo"> + <df name="share"> <df name="jvmti"> <df name="agent_util"> <in>agent_util.c</in> @@ -912,33 +1000,6 @@ <df name="heapViewer"> <in>heapViewer.c</in> </df> - <df name="hprof"> - <in>debug_malloc.c</in> - <in>hprof_blocks.c</in> - <in>hprof_check.c</in> - <in>hprof_class.c</in> - <in>hprof_cpu.c</in> - <in>hprof_error.c</in> - <in>hprof_event.c</in> - <in>hprof_frame.c</in> - <in>hprof_init.c</in> - <in>hprof_io.c</in> - <in>hprof_ioname.c</in> - <in>hprof_listener.c</in> - <in>hprof_loader.c</in> - <in>hprof_monitor.c</in> - <in>hprof_object.c</in> - <in>hprof_reference.c</in> - <in>hprof_site.c</in> - <in>hprof_stack.c</in> - <in>hprof_string.c</in> - <in>hprof_table.c</in> - <in>hprof_tag.c</in> - <in>hprof_tls.c</in> - <in>hprof_trace.c</in> - <in>hprof_tracker.c</in> - <in>hprof_util.c</in> - </df> <df name="java_crw_demo"> <in>java_crw_demo.c</in> </df> @@ -959,287 +1020,848 @@ </df> </df> </df> - <df name="instrument"> - <in>EncodingSupport.c</in> - <in>InstrumentationImplNativeMethods.c</in> - <in>InvocationAdapter.c</in> - <in>JPLISAgent.c</in> - <in>JPLISAssert.c</in> - <in>JarFacade.c</in> - <in>JavaExceptions.c</in> - <in>PathCharsValidator.c</in> - <in>Reentrancy.c</in> - <in>Utilities.c</in> + <df name="solaris"> + <df name="jni"> + <df name="Poller"> + <in>Poller.c</in> + </df> + </df> </df> - <df name="native"> - <df name="com"> - <df name="sun"> - <df name="java"> - <df name="util"> - <df name="jar"> - <df name="pack"> - <in>bands.cpp</in> - <in>bytes.cpp</in> - <in>coding.cpp</in> - <in>jni.cpp</in> - <in>main.cpp</in> - <in>unpack.cpp</in> - <in>utils.cpp</in> - <in>zip.cpp</in> - </df> - </df> - </df> + </df> + <df name="java.base"> + <df name="linux"> + <df name="native"> + <df name="libjava"> + <in>ProcessHandleImpl_linux.c</in> + </df> + <df name="libnet"> + <in>linux_close.c</in> + </df> + <df name="libnio"> + <df name="ch"> + <in>EPoll.c</in> + <in>EPollArrayWrapper.c</in> + <in>EPollPort.c</in> </df> - <df name="media"> - <df name="sound"> - <in>DirectAudioDevice.c</in> - <in>DirectAudioDeviceProvider.c</in> - <in>MidiInDevice.c</in> - <in>MidiInDeviceProvider.c</in> - <in>MidiOutDevice.c</in> - <in>MidiOutDeviceProvider.c</in> - <in>Platform.c</in> - <in>PlatformMidi.c</in> - <in>PortMixer.c</in> - <in>PortMixerProvider.c</in> - <in>Utilities.c</in> - </df> + <df name="fs"> + <in>LinuxNativeDispatcher.c</in> + <in>LinuxWatchService.c</in> + <in>MagicFileTypeDetector.c</in> </df> </df> </df> - <df name="common"> - <in>check_code.c</in> - <in>check_format.c</in> - <in>check_version.c</in> - <in>jdk_util.c</in> - <in>jio.c</in> - <in>jni_util.c</in> - <in>verify_stub.c</in> - </df> - <df name="java"> - <df name="io"> + </df> + <df name="macosx"> + <df name="native"> + <df name="libjava"> + <in>HostLocaleProviderAdapter_md.c</in> + <in>ProcessHandleImpl_macosx.c</in> + <in>java_props_macosx.c</in> + </df> + <df name="libjli"> + <in>java_md_macosx.c</in> + </df> + <df name="libnet"> + <in>bsd_close.c</in> + </df> + <df name="libnio"> + <df name="ch"> + <in>KQueue.c</in> + <in>KQueueArrayWrapper.c</in> + <in>KQueuePort.c</in> + </df> + <df name="fs"> + <in>BsdNativeDispatcher.c</in> + <in>MacOSXNativeDispatcher.c</in> + <in>UTIFileTypeDetector.c</in> + </df> + </df> + <df name="libosxsecurity"> + <in>KeystoreImpl.m</in> + </df> + </df> + </df> + <df name="share"> + <df name="native"> + <df name="launcher"> + <in>main.c</in> + </df> + <df name="libfdlibm"> + <in>e_acos.c</in> + <in>e_asin.c</in> + <in>e_atan2.c</in> + <in>e_atanh.c</in> + <in>e_cosh.c</in> + <in>e_exp.c</in> + <in>e_fmod.c</in> + <in>e_log.c</in> + <in>e_log10.c</in> + <in>e_rem_pio2.c</in> + <in>e_remainder.c</in> + <in>e_scalb.c</in> + <in>e_sinh.c</in> + <in>e_sqrt.c</in> + <in>k_cos.c</in> + <in>k_rem_pio2.c</in> + <in>k_sin.c</in> + <in>k_standard.c</in> + <in>k_tan.c</in> + <in>s_atan.c</in> + <in>s_ceil.c</in> + <in>s_copysign.c</in> + <in>s_cos.c</in> + <in>s_expm1.c</in> + <in>s_fabs.c</in> + <in>s_finite.c</in> + <in>s_floor.c</in> + <in>s_frexp.c</in> + <in>s_ilogb.c</in> + <in>s_isnan.c</in> + <in>s_ldexp.c</in> + <in>s_lib_version.c</in> + <in>s_log1p.c</in> + <in>s_logb.c</in> + <in>s_matherr.c</in> + <in>s_modf.c</in> + <in>s_nextafter.c</in> + <in>s_rint.c</in> + <in>s_scalbn.c</in> + <in>s_signgam.c</in> + <in>s_significand.c</in> + <in>s_sin.c</in> + <in>s_tan.c</in> + <in>s_tanh.c</in> + <in>w_acos.c</in> + <in>w_asin.c</in> + <in>w_atan2.c</in> + <in>w_atanh.c</in> + <in>w_cosh.c</in> + <in>w_exp.c</in> + <in>w_fmod.c</in> + <in>w_log.c</in> + <in>w_log10.c</in> + <in>w_remainder.c</in> + <in>w_scalb.c</in> + <in>w_sinh.c</in> + <in>w_sqrt.c</in> + </df> + <df name="libjava"> + <in>AccessController.c</in> + <in>Array.c</in> + <in>AtomicLong.c</in> + <in>BootLoader.c</in> + <in>Class.c</in> + <in>ClassLoader.c</in> + <in>ConstantPool.c</in> + <in>Double.c</in> + <in>Executable.c</in> + <in>Field.c</in> <in>FileInputStream.c</in> + <in>Float.c</in> + <in>GC.c</in> + <in>Module.c</in> + <in>NativeAccessors.c</in> + <in>Object.c</in> <in>ObjectInputStream.c</in> <in>ObjectOutputStream.c</in> <in>ObjectStreamClass.c</in> + <in>Package.c</in> + <in>Proxy.c</in> <in>RandomAccessFile.c</in> - <in>io_util.c</in> - </df> - <df name="lang"> - <df name="fdlibm"> - <df name="src"> - <in>e_acos.c</in> - <in>e_asin.c</in> - <in>e_atan2.c</in> - <in>e_atanh.c</in> - <in>e_cosh.c</in> - <in>e_exp.c</in> - <in>e_fmod.c</in> - <in>e_hypot.c</in> - <in>e_log.c</in> - <in>e_log10.c</in> - <in>e_pow.c</in> - <in>e_rem_pio2.c</in> - <in>e_remainder.c</in> - <in>e_scalb.c</in> - <in>e_sinh.c</in> - <in>e_sqrt.c</in> - <in>k_cos.c</in> - <in>k_rem_pio2.c</in> - <in>k_sin.c</in> - <in>k_standard.c</in> - <in>k_tan.c</in> - <in>s_atan.c</in> - <in>s_cbrt.c</in> - <in>s_ceil.c</in> - <in>s_copysign.c</in> - <in>s_cos.c</in> - <in>s_expm1.c</in> - <in>s_fabs.c</in> - <in>s_finite.c</in> - <in>s_floor.c</in> - <in>s_frexp.c</in> - <in>s_ilogb.c</in> - <in>s_isnan.c</in> - <in>s_ldexp.c</in> - <in>s_lib_version.c</in> - <in>s_log1p.c</in> - <in>s_logb.c</in> - <in>s_matherr.c</in> - <in>s_modf.c</in> - <in>s_nextafter.c</in> - <in>s_rint.c</in> - <in>s_scalbn.c</in> - <in>s_signgam.c</in> - <in>s_significand.c</in> - <in>s_sin.c</in> - <in>s_tan.c</in> - <in>s_tanh.c</in> - <in>w_acos.c</in> - <in>w_asin.c</in> - <in>w_atan2.c</in> - <in>w_atanh.c</in> - <in>w_cosh.c</in> - <in>w_exp.c</in> - <in>w_fmod.c</in> - <in>w_hypot.c</in> - <in>w_log.c</in> - <in>w_log10.c</in> - <in>w_pow.c</in> - <in>w_remainder.c</in> - <in>w_scalb.c</in> - <in>w_sinh.c</in> - <in>w_sqrt.c</in> - </df> - </df> - <df name="ref"> - <in>Finalizer.c</in> - </df> - <df name="reflect"> - <in>Array.c</in> - <in>Executable.c</in> - <in>Proxy.c</in> - </df> - <in>Class.c</in> - <in>ClassLoader.c</in> - <in>Compiler.c</in> - <in>Double.c</in> - <in>Float.c</in> - <in>Object.c</in> - <in>Package.c</in> - <in>ResourceBundle.c</in> + <in>Reflection.c</in> <in>Runtime.c</in> <in>SecurityManager.c</in> <in>Shutdown.c</in> + <in>Signal.c</in> + <in>StackFrameInfo.c</in> + <in>StackStreamFactory.c</in> <in>StrictMath.c</in> <in>String.c</in> + <in>StringCoding.c</in> <in>System.c</in> <in>Thread.c</in> <in>Throwable.c</in> - </df> - <df name="net"> + <in>TimeZone.c</in> + <in>VM.c</in> + <in>VMSupport.c</in> + <in>Version.c</in> + <in>check_version.c</in> + <in>io_util.c</in> + <in>jdk_util.c</in> + <in>jio.c</in> + <in>jni_util.c</in> + <in>verify_stub.c</in> + </df> + <df name="libjimage"> + <in>ImageNativeSubstrate.cpp</in> + <in>NativeImageBuffer.cpp</in> + <in>endian.cpp</in> + <in>imageDecompressor.cpp</in> + <in>imageFile.cpp</in> + <in>jimage.cpp</in> + </df> + <df name="libjli"> + <in>args.c</in> + <in>java.c</in> + <in>jli_util.c</in> + <in>parse_manifest.c</in> + <in>splashscreen_stubs.c</in> + <in>wildcard.c</in> + </df> + <df name="libnet"> <in>DatagramPacket.c</in> <in>Inet4Address.c</in> <in>Inet6Address.c</in> <in>InetAddress.c</in> <in>net_util.c</in> </df> - <df name="nio"> - <in>Bits.c</in> - </df> - <df name="security"> - <in>AccessController.c</in> - </df> - <df name="util"> - <df name="concurrent"> - <df name="atomic"> - <in>AtomicLong.c</in> + <df name="libnio"> + <in>nio_util.c</in> + </df> + <df name="libverify"> + <in>check_code.c</in> + <in>check_format.c</in> + </df> + <df name="libzip"> + <df name="zlib-1.2.8"> + <in>compress.c</in> + <in>deflate.c</in> + <in>gzclose.c</in> + <in>gzlib.c</in> + <in>gzread.c</in> + <in>gzwrite.c</in> + <in>infback.c</in> + <in>inffast.c</in> + <in>inflate.c</in> + <in>inftrees.c</in> + <in>trees.c</in> + <in>uncompr.c</in> + <in>zadler32.c</in> + <in>zcrc32.c</in> + <in>zutil.c</in> + </df> + <in>Adler32.c</in> + <in>CRC32.c</in> + <in>Deflater.c</in> + <in>Inflater.c</in> + <in>zip_util.c</in> + </df> + </df> + </df> + <df name="solaris"> + <df name="native"> + <df name="libjava"> + <in>ProcessHandleImpl_solaris.c</in> + </df> + <df name="libnet"> + <in>solaris_close.c</in> + </df> + <df name="libnio"> + <df name="ch"> + <in>DevPollArrayWrapper.c</in> + <in>SolarisEventPort.c</in> + </df> + <df name="fs"> + <in>SolarisNativeDispatcher.c</in> + <in>SolarisWatchService.c</in> + </df> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="jspawnhelper"> + <in>jspawnhelper.c</in> + </df> + <df name="launcher"> + <in>jexec.c</in> + </df> + <df name="libjava"> + <in>Console_md.c</in> + <in>FileDescriptor_md.c</in> + <in>FileInputStream_md.c</in> + <in>FileOutputStream_md.c</in> + <in>ProcessEnvironment_md.c</in> + <in>ProcessHandleImpl_unix.c</in> + <in>ProcessImpl_md.c</in> + <in>RandomAccessFile_md.c</in> + <in>TimeZone_md.c</in> + <in>UnixFileSystem_md.c</in> + <in>VM_md.c</in> + <in>canonicalize_md.c</in> + <in>childproc.c</in> + <in>io_util_md.c</in> + <in>java_props_md.c</in> + <in>jdk_util_md.c</in> + <in>jni_util_md.c</in> + </df> + <df name="libjimage"> + <in>osSupport_unix.cpp</in> + </df> + <df name="libjli"> + <in>ergo.c</in> + <in>ergo_i586.c</in> + <in>java_md_common.c</in> + <in>java_md_solinux.c</in> + </df> + <df name="libnet"> + <in>DefaultProxySelector.c</in> + <in>ExtendedOptionsImpl.c</in> + <in>Inet4AddressImpl.c</in> + <in>Inet6AddressImpl.c</in> + <in>InetAddressImplFactory.c</in> + <in>NetworkInterface.c</in> + <in>PlainDatagramSocketImpl.c</in> + <in>PlainSocketImpl.c</in> + <in>ResolverConfigurationImpl.c</in> + <in>SdpSupport.c</in> + <in>SocketImpl.c</in> + <in>SocketInputStream.c</in> + <in>SocketOutputStream.c</in> + <in>net_util_md.c</in> + <in>portconfig.c</in> + </df> + <df name="libnio"> + <df name="ch"> + <in>DatagramChannelImpl.c</in> + <in>DatagramDispatcher.c</in> + <in>FileChannelImpl.c</in> + <in>FileDispatcherImpl.c</in> + <in>FileKey.c</in> + <in>IOUtil.c</in> + <in>InheritedChannel.c</in> + <in>NativeThread.c</in> + <in>Net.c</in> + <in>PollArrayWrapper.c</in> + <in>ServerSocketChannelImpl.c</in> + <in>SocketChannelImpl.c</in> + <in>SocketDispatcher.c</in> + <in>UnixAsynchronousServerSocketChannelImpl.c</in> + <in>UnixAsynchronousSocketChannelImpl.c</in> + </df> + <df name="fs"> + <in>GioFileTypeDetector.c</in> + <in>UnixCopyFile.c</in> + <in>UnixNativeDispatcher.c</in> + </df> + <in>MappedByteBuffer.c</in> + </df> + </df> + </df> + </df> + <df name="java.desktop"> + <df name="macosx"> + <df name="native"> + <df name="libawt_lwawt"> + <df name="awt"> + <in>AWTEvent.m</in> + <in>AWTSurfaceLayers.m</in> + <in>AWTView.m</in> + <in>AWTWindow.m</in> + <in>ApplicationDelegate.m</in> + <in>CClipboard.m</in> + <in>CCursorManager.m</in> + <in>CDataTransferer.m</in> + <in>CDesktopPeer.m</in> + <in>CDragSource.m</in> + <in>CDragSourceContextPeer.m</in> + <in>CDropTarget.m</in> + <in>CDropTargetContextPeer.m</in> + <in>CFRetainedResource.m</in> + <in>CFileDialog.m</in> + <in>CGraphicsConfig.m</in> + <in>CGraphicsDevice.m</in> + <in>CGraphicsEnv.m</in> + <in>CImage.m</in> + <in>CInputMethod.m</in> + <in>CMenu.m</in> + <in>CMenuBar.m</in> + <in>CMenuComponent.m</in> + <in>CMenuItem.m</in> + <in>CPopupMenu.m</in> + <in>CPrinterJob.m</in> + <in>CRobot.m</in> + <in>CRobotKeyCode.m</in> + <in>CSystemColors.m</in> + <in>CTextPipe.m</in> + <in>CTrayIcon.m</in> + <in>CWrapper.m</in> + <in>DnDUtilities.m</in> + <in>GeomUtilities.m</in> + <in>ImageSurfaceData.m</in> + <in>InitIDs.m</in> + <in>JavaAccessibilityAction.m</in> + <in>JavaAccessibilityUtilities.m</in> + <in>JavaComponentAccessibility.m</in> + <in>JavaTextAccessibility.m</in> + <in>LWCToolkit.m</in> + <in>OSVersion.m</in> + <in>PrintModel.m</in> + <in>PrinterSurfaceData.m</in> + <in>PrinterView.m</in> + <in>QuartzRenderer.m</in> + <in>QuartzSurfaceData.m</in> + <in>awt_DrawingSurface.m</in> + </df> + <df name="font"> + <in>AWTFont.m</in> + <in>AWTStrike.m</in> + <in>CCharToGlyphMapper.m</in> + <in>CGGlyphImages.m</in> + <in>CGGlyphOutlines.m</in> + <in>CoreTextSupport.m</in> + </df> + <df name="java2d"> + <df name="opengl"> + <in>CGLGraphicsConfig.m</in> + <in>CGLLayer.m</in> + <in>CGLSurfaceData.m</in> </df> </df> - <df name="zip"> - <df name="zlib-1.2.5"> - <in>compress.c</in> - <in>deflate.c</in> - <in>gzclose.c</in> - <in>gzlib.c</in> - <in>gzread.c</in> - <in>gzwrite.c</in> - <in>infback.c</in> - <in>inffast.c</in> - <in>inflate.c</in> - <in>inftrees.c</in> - <in>trees.c</in> - <in>uncompr.c</in> - <in>zadler32.c</in> - <in>zcrc32.c</in> - <in>zutil.c</in> + </df> + <df name="libjawt"> + <in>jawt.m</in> + </df> + <df name="libjsound"> + <in>PLATFORM_API_MacOSX_MidiIn.c</in> + <in>PLATFORM_API_MacOSX_MidiOut.c</in> + <in>PLATFORM_API_MacOSX_MidiUtils.c</in> + <in>PLATFORM_API_MacOSX_PCM.cpp</in> + <in>PLATFORM_API_MacOSX_Ports.cpp</in> + <in>PLATFORM_API_MacOSX_Utils.cpp</in> + </df> + <df name="libosx"> + <in>CFileManager.m</in> + </df> + <df name="libosxapp"> + <in>AWT_debug.m</in> + <in>NSApplicationAWT.m</in> + <in>PropertiesUtilities.m</in> + <in>QueuingApplicationDelegate.m</in> + <in>ThreadUtilities.m</in> + </df> + <df name="libosxui"> + <in>AquaFileView.m</in> + <in>AquaLookAndFeel.m</in> + <in>AquaNativeResources.m</in> + <in>JRSUIConstantSync.m</in> + <in>JRSUIController.m</in> + <in>JRSUIFocus.m</in> + <in>ScreenMenu.m</in> + </df> + <df name="libsplashscreen"> + <in>splashscreen_sys.m</in> + </df> + </df> + </df> + <df name="share"> + <df name="native"> + <df name="common"> + <df name="awt"> + <df name="debug"> + <in>debug_assert.c</in> + <in>debug_mem.c</in> + <in>debug_trace.c</in> + <in>debug_util.c</in> </df> - <in>Adler32.c</in> - <in>CRC32.c</in> - <in>Deflater.c</in> - <in>Inflater.c</in> - <in>ZipFile.c</in> - <in>zip_util.c</in> + <df name="medialib"> + <in>mlib_ImageCopy_Bit.c</in> + <in>mlib_ImageCreate.c</in> + <in>mlib_sys.c</in> + </df> + <df name="utility"> + <in>rect.c</in> + </df> </df> - <in>TimeZone.c</in> - </df> - </df> - <df name="sun"> - <df name="awt"> - <df name="debug"> - <in>debug_assert.c</in> - <in>debug_mem.c</in> - <in>debug_trace.c</in> - <in>debug_util.c</in> + <df name="font"> + <in>AccelGlyphCache.c</in> </df> + <df name="java2d"> + <df name="opengl"> + <in>OGLBlitLoops.c</in> + <in>OGLBufImgOps.c</in> + <in>OGLContext.c</in> + <in>OGLFuncs.c</in> + <in>OGLMaskBlit.c</in> + <in>OGLMaskFill.c</in> + <in>OGLPaints.c</in> + <in>OGLRenderQueue.c</in> + <in>OGLRenderer.c</in> + <in>OGLSurfaceData.c</in> + <in>OGLTextRenderer.c</in> + <in>OGLVertexCache.c</in> + </df> + </df> + </df> + <df name="libawt"> + <df name="awt"> + <df name="image"> + <df name="cvutils"> + <in>img_colors.c</in> + <in>img_globals.c</in> + </df> + <df name="gif"> + <in>gifdecoder.c</in> + </df> + <in>BufImgSurfaceData.c</in> + <in>DataBufferNative.c</in> + <in>awt_ImageRep.c</in> + <in>awt_parseImage.c</in> + <in>dither.c</in> + <in>imageInitIDs.c</in> + </df> + <df name="medialib"> + <in>awt_ImagingLib.c</in> + </df> + </df> + <df name="java2d"> + <df name="loops"> + <in>AlphaMacros.c</in> + <in>AlphaMath.c</in> + <in>Any3Byte.c</in> + <in>Any4Byte.c</in> + <in>AnyByte.c</in> + <in>AnyInt.c</in> + <in>AnyShort.c</in> + <in>Blit.c</in> + <in>BlitBg.c</in> + <in>ByteBinary1Bit.c</in> + <in>ByteBinary2Bit.c</in> + <in>ByteBinary4Bit.c</in> + <in>ByteGray.c</in> + <in>ByteIndexed.c</in> + <in>DrawLine.c</in> + <in>DrawParallelogram.c</in> + <in>DrawPath.c</in> + <in>DrawPolygons.c</in> + <in>DrawRect.c</in> + <in>FillParallelogram.c</in> + <in>FillPath.c</in> + <in>FillRect.c</in> + <in>FillSpans.c</in> + <in>FourByteAbgr.c</in> + <in>FourByteAbgrPre.c</in> + <in>GraphicsPrimitiveMgr.c</in> + <in>Index12Gray.c</in> + <in>Index8Gray.c</in> + <in>IntArgb.c</in> + <in>IntArgbBm.c</in> + <in>IntArgbPre.c</in> + <in>IntBgr.c</in> + <in>IntRgb.c</in> + <in>IntRgbx.c</in> + <in>MapAccelFunc.c</in> + <in>MaskBlit.c</in> + <in>MaskFill.c</in> + <in>ProcessPath.c</in> + <in>ScaledBlit.c</in> + <in>ThreeByteBgr.c</in> + <in>TransformHelper.c</in> + <in>Ushort4444Argb.c</in> + <in>Ushort555Rgb.c</in> + <in>Ushort555Rgbx.c</in> + <in>Ushort565Rgb.c</in> + <in>UshortGray.c</in> + <in>UshortIndexed.c</in> + </df> + <df name="pipe"> + <in>BufferedMaskBlit.c</in> + <in>BufferedRenderPipe.c</in> + <in>Region.c</in> + <in>ShapeSpanIterator.c</in> + <in>SpanClipRenderer.c</in> + </df> + <in>Disposer.c</in> + <in>SurfaceData.c</in> + <in>Trace.c</in> + </df> + </df> + <df name="libfontmanager"> + <df name="harfbuzz"> + <df name="hb-ucdn"> + <in>ucdn.c</in> + </df> + <in>hb-blob.cc</in> + <in>hb-buffer-serialize.cc</in> + <in>hb-buffer.cc</in> + <in>hb-common.cc</in> + <in>hb-coretext.cc</in> + <in>hb-face.cc</in> + <in>hb-fallback-shape.cc</in> + <in>hb-font.cc</in> + <in>hb-ot-font.cc</in> + <in>hb-ot-layout.cc</in> + <in>hb-ot-map.cc</in> + <in>hb-ot-shape-complex-arabic.cc</in> + <in>hb-ot-shape-complex-default.cc</in> + <in>hb-ot-shape-complex-hangul.cc</in> + <in>hb-ot-shape-complex-hebrew.cc</in> + <in>hb-ot-shape-complex-indic-table.cc</in> + <in>hb-ot-shape-complex-indic.cc</in> + <in>hb-ot-shape-complex-myanmar.cc</in> + <in>hb-ot-shape-complex-thai.cc</in> + <in>hb-ot-shape-complex-tibetan.cc</in> + <in>hb-ot-shape-complex-use-table.cc</in> + <in>hb-ot-shape-complex-use.cc</in> + <in>hb-ot-shape-fallback.cc</in> + <in>hb-ot-shape-normalize.cc</in> + <in>hb-ot-shape.cc</in> + <in>hb-ot-tag.cc</in> + <in>hb-set.cc</in> + <in>hb-shape-plan.cc</in> + <in>hb-shape.cc</in> + <in>hb-shaper.cc</in> + <in>hb-ucdn.cc</in> + <in>hb-unicode.cc</in> + <in>hb-warning.cc</in> + </df> + <df name="layout"> + <in>AlternateSubstSubtables.cpp</in> + <in>AnchorTables.cpp</in> + <in>ArabicLayoutEngine.cpp</in> + <in>ArabicShaping.cpp</in> + <in>CanonData.cpp</in> + <in>CanonShaping.cpp</in> + <in>ClassDefinitionTables.cpp</in> + <in>ContextualGlyphInsertionProc2.cpp</in> + <in>ContextualGlyphSubstProc.cpp</in> + <in>ContextualGlyphSubstProc2.cpp</in> + <in>ContextualSubstSubtables.cpp</in> + <in>CoverageTables.cpp</in> + <in>CursiveAttachmentSubtables.cpp</in> + <in>DeviceTables.cpp</in> + <in>ExtensionSubtables.cpp</in> + <in>Features.cpp</in> + <in>GDEFMarkFilter.cpp</in> + <in>GXLayoutEngine.cpp</in> + <in>GXLayoutEngine2.cpp</in> + <in>GlyphDefinitionTables.cpp</in> + <in>GlyphIterator.cpp</in> + <in>GlyphLookupTables.cpp</in> + <in>GlyphPositionAdjustments.cpp</in> + <in>GlyphPositioningTables.cpp</in> + <in>GlyphPosnLookupProc.cpp</in> + <in>GlyphSubstLookupProc.cpp</in> + <in>GlyphSubstitutionTables.cpp</in> + <in>HanLayoutEngine.cpp</in> + <in>HangulLayoutEngine.cpp</in> + <in>IndicClassTables.cpp</in> + <in>IndicLayoutEngine.cpp</in> + <in>IndicRearrangementProcessor.cpp</in> + <in>IndicRearrangementProcessor2.cpp</in> + <in>IndicReordering.cpp</in> + <in>KernTable.cpp</in> + <in>KhmerLayoutEngine.cpp</in> + <in>KhmerReordering.cpp</in> + <in>LEFontInstance.cpp</in> + <in>LEGlyphStorage.cpp</in> + <in>LEInsertionList.cpp</in> + <in>LayoutEngine.cpp</in> + <in>LigatureSubstProc.cpp</in> + <in>LigatureSubstProc2.cpp</in> + <in>LigatureSubstSubtables.cpp</in> + <in>LookupProcessor.cpp</in> + <in>LookupTables.cpp</in> + <in>Lookups.cpp</in> + <in>MPreFixups.cpp</in> + <in>MarkArrays.cpp</in> + <in>MarkToBasePosnSubtables.cpp</in> + <in>MarkToLigaturePosnSubtables.cpp</in> + <in>MarkToMarkPosnSubtables.cpp</in> + <in>MirroredCharData.cpp</in> + <in>MorphTables.cpp</in> + <in>MorphTables2.cpp</in> + <in>MultipleSubstSubtables.cpp</in> + <in>NonContextualGlyphSubstProc.cpp</in> + <in>NonContextualGlyphSubstProc2.cpp</in> + <in>OpenTypeLayoutEngine.cpp</in> + <in>OpenTypeUtilities.cpp</in> + <in>PairPositioningSubtables.cpp</in> + <in>ScriptAndLanguage.cpp</in> + <in>ScriptAndLanguageTags.cpp</in> + <in>SegmentArrayProcessor.cpp</in> + <in>SegmentArrayProcessor2.cpp</in> + <in>SegmentSingleProcessor.cpp</in> + <in>SegmentSingleProcessor2.cpp</in> + <in>ShapingTypeData.cpp</in> + <in>SimpleArrayProcessor.cpp</in> + <in>SimpleArrayProcessor2.cpp</in> + <in>SinglePositioningSubtables.cpp</in> + <in>SingleSubstitutionSubtables.cpp</in> + <in>SingleTableProcessor.cpp</in> + <in>SingleTableProcessor2.cpp</in> + <in>StateTableProcessor.cpp</in> + <in>StateTableProcessor2.cpp</in> + <in>SubstitutionLookups.cpp</in> + <in>SubtableProcessor.cpp</in> + <in>SubtableProcessor2.cpp</in> + <in>SunLayoutEngine.cpp</in> + <in>ThaiLayoutEngine.cpp</in> + <in>ThaiShaping.cpp</in> + <in>ThaiStateTables.cpp</in> + <in>TibetanLayoutEngine.cpp</in> + <in>TibetanReordering.cpp</in> + <in>TrimmedArrayProcessor.cpp</in> + <in>TrimmedArrayProcessor2.cpp</in> + <in>ValueRecords.cpp</in> + </df> + <in>DrawGlyphList.c</in> + <in>FontInstanceAdapter.cpp</in> + <in>HBShaper.c</in> + <in>freetypeScaler.c</in> + <in>hb-jdk-font.cc</in> + <in>scriptMapping.c</in> + <in>sunFont.c</in> + </df> + <df name="libjavajpeg"> + <in>imageioJPEG.c</in> + <in>jcapimin.c</in> + <in>jcapistd.c</in> + <in>jccoefct.c</in> + <in>jccolor.c</in> + <in>jcdctmgr.c</in> + <in>jchuff.c</in> + <in>jcinit.c</in> + <in>jcmainct.c</in> + <in>jcmarker.c</in> + <in>jcmaster.c</in> + <in>jcomapi.c</in> + <in>jcparam.c</in> + <in>jcphuff.c</in> + <in>jcprepct.c</in> + <in>jcsample.c</in> + <in>jctrans.c</in> + <in>jdapimin.c</in> + <in>jdapistd.c</in> + <in>jdcoefct.c</in> + <in>jdcolor.c</in> + <in>jddctmgr.c</in> + <in>jdhuff.c</in> + <in>jdinput.c</in> + <in>jdmainct.c</in> + <in>jdmarker.c</in> + <in>jdmaster.c</in> + <in>jdmerge.c</in> + <in>jdphuff.c</in> + <in>jdpostct.c</in> + <in>jdsample.c</in> + <in>jdtrans.c</in> + <in>jerror.c</in> + <in>jfdctflt.c</in> + <in>jfdctfst.c</in> + <in>jfdctint.c</in> + <in>jidctflt.c</in> + <in>jidctfst.c</in> + <in>jidctint.c</in> + <in>jidctred.c</in> + <in>jmemmgr.c</in> + <in>jmemnobs.c</in> + <in>jpegdecoder.c</in> + <in>jquant1.c</in> + <in>jquant2.c</in> + <in>jutils.c</in> + </df> + <df name="libjsound"> + <in>DirectAudioDevice.c</in> + <in>DirectAudioDeviceProvider.c</in> + <in>MidiInDevice.c</in> + <in>MidiInDeviceProvider.c</in> + <in>MidiOutDevice.c</in> + <in>MidiOutDeviceProvider.c</in> + <in>Platform.c</in> + <in>PlatformMidi.c</in> + <in>PortMixer.c</in> + <in>PortMixerProvider.c</in> + <in>Utilities.c</in> + </df> + <df name="liblcms"> + <in>LCMS.c</in> + <in>cmscam02.c</in> + <in>cmscgats.c</in> + <in>cmscnvrt.c</in> + <in>cmserr.c</in> + <in>cmsgamma.c</in> + <in>cmsgmt.c</in> + <in>cmshalf.c</in> + <in>cmsintrp.c</in> + <in>cmsio0.c</in> + <in>cmsio1.c</in> + <in>cmslut.c</in> + <in>cmsmd5.c</in> + <in>cmsmtrx.c</in> + <in>cmsnamed.c</in> + <in>cmsopt.c</in> + <in>cmspack.c</in> + <in>cmspcs.c</in> + <in>cmsplugin.c</in> + <in>cmsps2.c</in> + <in>cmssamp.c</in> + <in>cmssm.c</in> + <in>cmstypes.c</in> + <in>cmsvirt.c</in> + <in>cmswtpnt.c</in> + <in>cmsxform.c</in> + </df> + <df name="libmlib_image"> + <in>mlib_ImageAffine.c</in> + <in>mlib_ImageAffineEdge.c</in> + <in>mlib_ImageAffine_BC_D64.c</in> + <in>mlib_ImageAffine_BC_F32.c</in> + <in>mlib_ImageAffine_BC_S32.c</in> + <in>mlib_ImageAffine_BL_D64.c</in> + <in>mlib_ImageAffine_BL_F32.c</in> + <in>mlib_ImageAffine_BL_S32.c</in> + <in>mlib_ImageAffine_NN.c</in> + <in>mlib_ImageAffine_NN_Bit.c</in> + <in>mlib_ImageClipping.c</in> + <in>mlib_ImageColorTrue2Index.c</in> + <in>mlib_ImageConv2x2_f.c</in> + <in>mlib_ImageConvClearEdge_Bit.c</in> + <in>mlib_ImageConvClearEdge_Fp.c</in> + <in>mlib_ImageConvCopyEdge_Bit.c</in> + <in>mlib_ImageConvKernelConvert.c</in> + <in>mlib_ImageConvMxN.c</in> + <in>mlib_ImageConvMxN_Fp.c</in> + <in>mlib_ImageConvMxN_ext.c</in> + <in>mlib_ImageConv_16ext.c</in> + <in>mlib_ImageConv_16nw.c</in> + <in>mlib_ImageConv_32nw.c</in> + <in>mlib_ImageConv_8ext.c</in> + <in>mlib_ImageConv_8nw.c</in> + <in>mlib_ImageConv_D64nw.c</in> + <in>mlib_ImageConv_F32nw.c</in> + <in>mlib_ImageConv_u16ext.c</in> + <in>mlib_ImageConv_u16nw.c</in> + <in>mlib_ImageDivTables.c</in> + <in>mlib_ImageFilters.c</in> + <in>mlib_ImageLookUp_64.c</in> + <in>mlib_ImageLookUp_Bit.c</in> + <in>mlib_ImageScanPoly.c</in> + <in>mlib_ImageUtils.c</in> + <in>mlib_c_ImageAffineIndex_BC.c</in> + <in>mlib_c_ImageAffineIndex_BL.c</in> + <in>mlib_c_ImageAffine_BC.c</in> + <in>mlib_c_ImageAffine_BC_S16.c</in> + <in>mlib_c_ImageAffine_BC_U16.c</in> + <in>mlib_c_ImageAffine_BL.c</in> + <in>mlib_c_ImageAffine_BL_S16.c</in> + <in>mlib_c_ImageAffine_BL_U16.c</in> + <in>mlib_c_ImageAffine_NN.c</in> + <in>mlib_c_ImageConvClearEdge.c</in> + <in>mlib_c_ImageConvCopyEdge.c</in> + <in>mlib_c_ImageConvVersion.c</in> + <in>mlib_c_ImageConv_f.c</in> + <in>mlib_c_ImageCopy.c</in> + <in>mlib_c_ImageLookUp.c</in> + <in>mlib_c_ImageLookUp_f.c</in> + <in>mlib_c_ImageThresh1_U8.c</in> + </df> + <df name="libsplashscreen"> <df name="giflib"> <in>dgif_lib.c</in> <in>gif_err.c</in> <in>gifalloc.c</in> </df> - <df name="image"> - <df name="cvutils"> - <in>img_colors.c</in> - <in>img_globals.c</in> - </df> - <df name="gif"> - <in>gifdecoder.c</in> - </df> - <df name="jpeg"> - <in>imageioJPEG.c</in> - <in>jcapimin.c</in> - <in>jcapistd.c</in> - <in>jccoefct.c</in> - <in>jccolor.c</in> - <in>jcdctmgr.c</in> - <in>jchuff.c</in> - <in>jcinit.c</in> - <in>jcmainct.c</in> - <in>jcmarker.c</in> - <in>jcmaster.c</in> - <in>jcomapi.c</in> - <in>jcparam.c</in> - <in>jcphuff.c</in> - <in>jcprepct.c</in> - <in>jcsample.c</in> - <in>jctrans.c</in> - <in>jdapimin.c</in> - <in>jdapistd.c</in> - <in>jdcoefct.c</in> - <in>jdcolor.c</in> - <in>jddctmgr.c</in> - <in>jdhuff.c</in> - <in>jdinput.c</in> - <in>jdmainct.c</in> - <in>jdmarker.c</in> - <in>jdmaster.c</in> - <in>jdmerge.c</in> - <in>jdphuff.c</in> - <in>jdpostct.c</in> - <in>jdsample.c</in> - <in>jdtrans.c</in> - <in>jerror.c</in> - <in>jfdctflt.c</in> - <in>jfdctfst.c</in> - <in>jfdctint.c</in> - <in>jidctflt.c</in> - <in>jidctfst.c</in> - <in>jidctint.c</in> - <in>jidctred.c</in> - <in>jmemmgr.c</in> - <in>jmemnobs.c</in> - <in>jpegdecoder.c</in> - <in>jquant1.c</in> - <in>jquant2.c</in> - <in>jutils.c</in> - </df> - <in>BufImgSurfaceData.c</in> - <in>DataBufferNative.c</in> - <in>awt_ImageRep.c</in> - <in>awt_parseImage.c</in> - <in>dither.c</in> - <in>imageInitIDs.c</in> - </df> <df name="libpng"> <in>png.c</in> <in>pngerror.c</in> @@ -1257,270 +1879,148 @@ <in>pngwtran.c</in> <in>pngwutil.c</in> </df> - <df name="medialib"> - <in>awt_ImagingLib.c</in> - <in>mlib_ImageAffine.c</in> - <in>mlib_ImageAffineEdge.c</in> - <in>mlib_ImageAffine_BC_D64.c</in> - <in>mlib_ImageAffine_BC_F32.c</in> - <in>mlib_ImageAffine_BC_S32.c</in> - <in>mlib_ImageAffine_BL_D64.c</in> - <in>mlib_ImageAffine_BL_F32.c</in> - <in>mlib_ImageAffine_BL_S32.c</in> - <in>mlib_ImageAffine_NN.c</in> - <in>mlib_ImageAffine_NN_Bit.c</in> - <in>mlib_ImageClipping.c</in> - <in>mlib_ImageColorTrue2Index.c</in> - <in>mlib_ImageConv2x2_f.c</in> - <in>mlib_ImageConvClearEdge_Bit.c</in> - <in>mlib_ImageConvClearEdge_Fp.c</in> - <in>mlib_ImageConvCopyEdge_Bit.c</in> - <in>mlib_ImageConvKernelConvert.c</in> - <in>mlib_ImageConvMxN.c</in> - <in>mlib_ImageConvMxN_Fp.c</in> - <in>mlib_ImageConvMxN_ext.c</in> - <in>mlib_ImageConv_16ext.c</in> - <in>mlib_ImageConv_16nw.c</in> - <in>mlib_ImageConv_32nw.c</in> - <in>mlib_ImageConv_8ext.c</in> - <in>mlib_ImageConv_8nw.c</in> - <in>mlib_ImageConv_D64nw.c</in> - <in>mlib_ImageConv_F32nw.c</in> - <in>mlib_ImageConv_u16ext.c</in> - <in>mlib_ImageConv_u16nw.c</in> - <in>mlib_ImageCopy_Bit.c</in> - <in>mlib_ImageCreate.c</in> - <in>mlib_ImageDivTables.c</in> - <in>mlib_ImageFilters.c</in> - <in>mlib_ImageLookUp_64.c</in> - <in>mlib_ImageLookUp_Bit.c</in> - <in>mlib_ImageScanPoly.c</in> - <in>mlib_ImageUtils.c</in> - <in>mlib_c_ImageAffineIndex_BC.c</in> - <in>mlib_c_ImageAffineIndex_BL.c</in> - <in>mlib_c_ImageAffine_BC.c</in> - <in>mlib_c_ImageAffine_BC_S16.c</in> - <in>mlib_c_ImageAffine_BC_U16.c</in> - <in>mlib_c_ImageAffine_BL.c</in> - <in>mlib_c_ImageAffine_BL_S16.c</in> - <in>mlib_c_ImageAffine_BL_U16.c</in> - <in>mlib_c_ImageAffine_NN.c</in> - <in>mlib_c_ImageConvClearEdge.c</in> - <in>mlib_c_ImageConvCopyEdge.c</in> - <in>mlib_c_ImageConvVersion.c</in> - <in>mlib_c_ImageConv_f.c</in> - <in>mlib_c_ImageCopy.c</in> - <in>mlib_c_ImageLookUp.c</in> - <in>mlib_c_ImageLookUp_f.c</in> - <in>mlib_c_ImageThresh1_U8.c</in> - <in>mlib_sys.c</in> + <in>java_awt_SplashScreen.c</in> + <in>splashscreen_gfx_impl.c</in> + <in>splashscreen_gif.c</in> + <in>splashscreen_impl.c</in> + <in>splashscreen_jpeg.c</in> + <in>splashscreen_png.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="common"> + <df name="awt"> + <df name="systemscale"> + <in>systemScale.c</in> + </df> + <in>CUPSfuncs.c</in> + <in>X11Color.c</in> + <in>awt_Font.c</in> + <in>fontpath.c</in> </df> - <df name="splashscreen"> - <in>java_awt_SplashScreen.c</in> - <in>splashscreen_gfx_impl.c</in> - <in>splashscreen_gif.c</in> - <in>splashscreen_impl.c</in> - <in>splashscreen_jpeg.c</in> - <in>splashscreen_png.c</in> - </df> - <df name="utility"> - <in>rect.c</in> - </df> - </df> - <df name="font"> - <df name="layout"> - <in>AlternateSubstSubtables.cpp</in> - <in>AnchorTables.cpp</in> - <in>ArabicLayoutEngine.cpp</in> - <in>ArabicShaping.cpp</in> - <in>CanonData.cpp</in> - <in>CanonShaping.cpp</in> - <in>ClassDefinitionTables.cpp</in> - <in>ContextualGlyphSubstProc.cpp</in> - <in>ContextualSubstSubtables.cpp</in> - <in>CoverageTables.cpp</in> - <in>CursiveAttachmentSubtables.cpp</in> - <in>DeviceTables.cpp</in> - <in>ExtensionSubtables.cpp</in> - <in>Features.cpp</in> - <in>GDEFMarkFilter.cpp</in> - <in>GXLayoutEngine.cpp</in> - <in>GlyphDefinitionTables.cpp</in> - <in>GlyphIterator.cpp</in> - <in>GlyphLookupTables.cpp</in> - <in>GlyphPositionAdjustments.cpp</in> - <in>GlyphPositioningTables.cpp</in> - <in>GlyphPosnLookupProc.cpp</in> - <in>GlyphSubstLookupProc.cpp</in> - <in>GlyphSubstitutionTables.cpp</in> - <in>HanLayoutEngine.cpp</in> - <in>HangulLayoutEngine.cpp</in> - <in>IndicClassTables.cpp</in> - <in>IndicLayoutEngine.cpp</in> - <in>IndicRearrangementProcessor.cpp</in> - <in>IndicReordering.cpp</in> - <in>KernTable.cpp</in> - <in>KhmerLayoutEngine.cpp</in> - <in>KhmerReordering.cpp</in> - <in>LEFontInstance.cpp</in> - <in>LEGlyphStorage.cpp</in> - <in>LEInsertionList.cpp</in> - <in>LayoutEngine.cpp</in> - <in>LigatureSubstProc.cpp</in> - <in>LigatureSubstSubtables.cpp</in> - <in>LookupProcessor.cpp</in> - <in>LookupTables.cpp</in> - <in>Lookups.cpp</in> - <in>MPreFixups.cpp</in> - <in>MarkArrays.cpp</in> - <in>MarkToBasePosnSubtables.cpp</in> - <in>MarkToLigaturePosnSubtables.cpp</in> - <in>MarkToMarkPosnSubtables.cpp</in> - <in>MirroredCharData.cpp</in> - <in>MorphTables.cpp</in> - <in>MultipleSubstSubtables.cpp</in> - <in>NonContextualGlyphSubstProc.cpp</in> - <in>OpenTypeLayoutEngine.cpp</in> - <in>OpenTypeUtilities.cpp</in> - <in>PairPositioningSubtables.cpp</in> - <in>ScriptAndLanguage.cpp</in> - <in>ScriptAndLanguageTags.cpp</in> - <in>SegmentArrayProcessor.cpp</in> - <in>SegmentSingleProcessor.cpp</in> - <in>ShapingTypeData.cpp</in> - <in>SimpleArrayProcessor.cpp</in> - <in>SinglePositioningSubtables.cpp</in> - <in>SingleSubstitutionSubtables.cpp</in> - <in>SingleTableProcessor.cpp</in> - <in>StateTableProcessor.cpp</in> - <in>SubstitutionLookups.cpp</in> - <in>SubtableProcessor.cpp</in> - <in>SunLayoutEngine.cpp</in> - <in>ThaiLayoutEngine.cpp</in> - <in>ThaiShaping.cpp</in> - <in>ThaiStateTables.cpp</in> - <in>TibetanLayoutEngine.cpp</in> - <in>TibetanReordering.cpp</in> - <in>TrimmedArrayProcessor.cpp</in> - <in>ValueRecords.cpp</in> - </df> - <in>AccelGlyphCache.c</in> - <in>DrawGlyphList.c</in> - <in>FontInstanceAdapter.cpp</in> - <in>freetypeScaler.c</in> - <in>sunFont.c</in> - </df> - <df name="java2d"> - <df name="cmm"> - <df name="lcms"> - <in>LCMS.c</in> - <in>cmscam02.c</in> - <in>cmscgats.c</in> - <in>cmscnvrt.c</in> - <in>cmserr.c</in> - <in>cmsgamma.c</in> - <in>cmsgmt.c</in> - <in>cmshalf.c</in> - <in>cmsintrp.c</in> - <in>cmsio0.c</in> - <in>cmsio1.c</in> - <in>cmslut.c</in> - <in>cmsmd5.c</in> - <in>cmsmtrx.c</in> - <in>cmsnamed.c</in> - <in>cmsopt.c</in> - <in>cmspack.c</in> - <in>cmspcs.c</in> - <in>cmsplugin.c</in> - <in>cmsps2.c</in> - <in>cmssamp.c</in> - <in>cmssm.c</in> - <in>cmstypes.c</in> - <in>cmsvirt.c</in> - <in>cmswtpnt.c</in> - <in>cmsxform.c</in> + <df name="java2d"> + <df name="opengl"> + <in>GLXGraphicsConfig.c</in> + <in>GLXSurfaceData.c</in> + </df> + <df name="x11"> + <in>X11FontScaler_md.c</in> + <in>X11PMBlitLoops.c</in> + <in>X11Renderer.c</in> + <in>X11SurfaceData.c</in> + <in>X11TextRenderer_md.c</in> </df> </df> - <df name="loops"> - <in>AlphaMacros.c</in> - <in>AlphaMath.c</in> - <in>Any3Byte.c</in> - <in>Any4Byte.c</in> - <in>AnyByte.c</in> - <in>AnyInt.c</in> - <in>AnyShort.c</in> - <in>Blit.c</in> - <in>BlitBg.c</in> - <in>ByteBinary1Bit.c</in> - <in>ByteBinary2Bit.c</in> - <in>ByteBinary4Bit.c</in> - <in>ByteGray.c</in> - <in>ByteIndexed.c</in> - <in>DrawLine.c</in> - <in>DrawParallelogram.c</in> - <in>DrawPath.c</in> - <in>DrawPolygons.c</in> - <in>DrawRect.c</in> - <in>FillParallelogram.c</in> - <in>FillPath.c</in> - <in>FillRect.c</in> - <in>FillSpans.c</in> - <in>FourByteAbgr.c</in> - <in>FourByteAbgrPre.c</in> - <in>GraphicsPrimitiveMgr.c</in> - <in>Index12Gray.c</in> - <in>Index8Gray.c</in> - <in>IntArgb.c</in> - <in>IntArgbBm.c</in> - <in>IntArgbPre.c</in> - <in>IntBgr.c</in> - <in>IntRgb.c</in> - <in>IntRgbx.c</in> - <in>MapAccelFunc.c</in> - <in>MaskBlit.c</in> - <in>MaskFill.c</in> - <in>ProcessPath.c</in> - <in>ScaledBlit.c</in> - <in>ThreeByteBgr.c</in> - <in>TransformHelper.c</in> - <in>Ushort4444Argb.c</in> - <in>Ushort555Rgb.c</in> - <in>Ushort555Rgbx.c</in> - <in>Ushort565Rgb.c</in> - <in>UshortGray.c</in> - <in>UshortIndexed.c</in> + </df> + <df name="libawt"> + <df name="awt"> + <in>awt_LoadLibrary.c</in> + <in>awt_Mlib.c</in> + <in>initIDs.c</in> </df> - <df name="opengl"> - <in>OGLBlitLoops.c</in> - <in>OGLBufImgOps.c</in> - <in>OGLContext.c</in> - <in>OGLFuncs.c</in> - <in>OGLMaskBlit.c</in> - <in>OGLMaskFill.c</in> - <in>OGLPaints.c</in> - <in>OGLRenderQueue.c</in> - <in>OGLRenderer.c</in> - <in>OGLSurfaceData.c</in> - <in>OGLTextRenderer.c</in> - <in>OGLVertexCache.c</in> + </df> + <df name="libawt_headless"> + <df name="awt"> + <in>HeadlessToolkit.c</in> + <in>VDrawingArea.c</in> </df> - <df name="pipe"> - <in>BufferedMaskBlit.c</in> - <in>BufferedRenderPipe.c</in> - <in>Region.c</in> - <in>ShapeSpanIterator.c</in> - <in>SpanClipRenderer.c</in> + </df> + <df name="libawt_xawt"> + <df name="awt"> + <in>awt_AWTEvent.c</in> + <in>awt_DrawingSurface.c</in> + <in>awt_Event.c</in> + <in>awt_GraphicsEnv.c</in> + <in>awt_InputMethod.c</in> + <in>awt_Insets.c</in> + <in>awt_Robot.c</in> + <in>awt_UNIXToolkit.c</in> + <in>awt_util.c</in> + <in>gtk2_interface.c</in> + <in>gtk3_interface.c</in> + <in>gtk_interface.c</in> + <in>list.c</in> + <in>multiVis.c</in> + <in>multi_font.c</in> + <in>robot_common.c</in> + <in>sun_awt_X11_GtkFileDialogPeer.c</in> + <in>swing_GTKEngine.c</in> + <in>swing_GTKStyle.c</in> </df> - <in>Disposer.c</in> - <in>SurfaceData.c</in> - <in>Trace.c</in> - </df> - <df name="management"> + <df name="java2d"> + <df name="x11"> + <in>XRBackendNative.c</in> + <in>XRSurfaceData.c</in> + </df> + </df> + <df name="xawt"> + <in>XToolkit.c</in> + <in>XWindow.c</in> + <in>XlibWrapper.c</in> + <in>awt_Desktop.c</in> + <in>awt_Taskbar.c</in> + <in>gnome_interface.c</in> + </df> + </df> + <df name="libfontmanager"> + <in>X11FontScaler.c</in> + <in>X11TextRenderer.c</in> + </df> + <df name="libjawt"> + <in>jawt.c</in> + </df> + <df name="libjsound"> + <in>PLATFORM_API_LinuxOS_ALSA_CommonUtils.c</in> + <in>PLATFORM_API_LinuxOS_ALSA_MidiIn.c</in> + <in>PLATFORM_API_LinuxOS_ALSA_MidiOut.c</in> + <in>PLATFORM_API_LinuxOS_ALSA_MidiUtils.c</in> + <in>PLATFORM_API_LinuxOS_ALSA_PCM.c</in> + <in>PLATFORM_API_LinuxOS_ALSA_PCMUtils.c</in> + <in>PLATFORM_API_LinuxOS_ALSA_Ports.c</in> + <in>PLATFORM_API_SolarisOS_PCM.c</in> + <in>PLATFORM_API_SolarisOS_Ports.c</in> + <in>PLATFORM_API_SolarisOS_Utils.c</in> + </df> + <df name="libsplashscreen"> + <in>splashscreen_sys.c</in> + </df> + </df> + </df> + </df> + <df name="java.instrument"> + <df name="share"> + <df name="native"> + <df name="libinstrument"> + <in>EncodingSupport.c</in> + <in>InstrumentationImplNativeMethods.c</in> + <in>InvocationAdapter.c</in> + <in>JPLISAgent.c</in> + <in>JPLISAssert.c</in> + <in>JarFacade.c</in> + <in>JavaExceptions.c</in> + <in>PathCharsValidator.c</in> + <in>Reentrancy.c</in> + <in>Utilities.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="libinstrument"> + <in>EncodingSupport_md.c</in> + <in>FileSystemSupport_md.c</in> + </df> + </df> + </df> + </df> + <df name="java.management"> + <df name="share"> + <df name="native"> + <df name="libmanagement"> <in>ClassLoadingImpl.c</in> - <in>Flag.c</in> <in>GarbageCollectorImpl.c</in> - <in>GcInfoBuilder.c</in> - <in>HotSpotDiagnostic.c</in> <in>HotspotThread.c</in> <in>MemoryImpl.c</in> <in>MemoryManagerImpl.c</in> @@ -1529,360 +2029,349 @@ <in>VMManagementImpl.c</in> <in>management.c</in> </df> - <df name="misc"> - <in>GC.c</in> - <in>MessageUtils.c</in> - <in>NativeSignalHandler.c</in> - <in>Signal.c</in> - <in>VM.c</in> - <in>VMSupport.c</in> - <in>Version.c</in> - </df> - <df name="nio"> - <df name="ch"> - <in>genSocketOptionRegistry.c</in> - </df> - </df> - <df name="reflect"> - <in>ConstantPool.c</in> - <in>NativeAccessors.c</in> - <in>Reflection.c</in> - </df> - <df name="security"> - <df name="ec"> - <df name="impl"> - <in>ec.c</in> - <in>ec2_163.c</in> - <in>ec2_193.c</in> - <in>ec2_233.c</in> - <in>ec2_aff.c</in> - <in>ec2_mont.c</in> - <in>ec_naf.c</in> - <in>ecdecode.c</in> - <in>ecl.c</in> - <in>ecl_curve.c</in> - <in>ecl_gf.c</in> - <in>ecl_mult.c</in> - <in>ecp_192.c</in> - <in>ecp_224.c</in> - <in>ecp_256.c</in> - <in>ecp_384.c</in> - <in>ecp_521.c</in> - <in>ecp_aff.c</in> - <in>ecp_jac.c</in> - <in>ecp_jm.c</in> - <in>ecp_mont.c</in> - <in>mp_gf2m.c</in> - <in>mpi.c</in> - <in>mplogic.c</in> - <in>mpmontg.c</in> - <in>oid.c</in> - <in>secitem.c</in> - </df> - <in>ECC_JNI.cpp</in> - </df> - <df name="jgss"> - <df name="wrapper"> - <in>GSSLibStub.c</in> - <in>NativeUtil.c</in> - </df> - </df> - <df name="pkcs11"> - <df name="wrapper"> - <in>p11_convert.c</in> - <in>p11_crypt.c</in> - <in>p11_digest.c</in> - <in>p11_dual.c</in> - <in>p11_general.c</in> - <in>p11_keymgmt.c</in> - <in>p11_mutex.c</in> - <in>p11_objmgmt.c</in> - <in>p11_sessmgmt.c</in> - <in>p11_sign.c</in> - <in>p11_util.c</in> - </df> - <in>j2secmod.c</in> - </df> - <df name="smartcardio"> - <in>pcsc.c</in> - </df> - </df> - <df name="tracing"> - <df name="dtrace"> - <in>JVM.c</in> - </df> - </df> </df> </df> - <df name="npt"> - <in>npt.c</in> - <in>utf.c</in> - </df> - <df name="transport"> - <df name="socket"> - <in>socketTransport.c</in> + <df name="unix"> + <df name="native"> + <df name="libmanagement"> + <in>FileSystemImpl.c</in> + </df> </df> </df> </df> - <df name="solaris"> - <df name="back"> - <in>exec_md.c</in> - <in>linker_md.c</in> + <df name="java.prefs"> + <df name="macosx"> + <df name="native"> + <df name="libprefs"> + <in>MacOSXPreferencesFile.m</in> + </df> + </df> </df> - <df name="bin"> - <in>ergo.c</in> - <in>ergo_i586.c</in> - <in>java_md_common.c</in> - <in>java_md_solinux.c</in> - <in>jexec.c</in> + <df name="unix"> + <df name="native"> + <df name="libprefs"> + <in>FileSystemPreferences.c</in> + </df> + </df> </df> - <df name="demo"> - <df name="jni"> - <df name="Poller"> - <in>Poller.c</in> - </df> - </df> - <df name="jvmti"> - <df name="hprof"> - <in>hprof_md.c</in> + </df> + <df name="java.rmi"> + <df name="share"> + <df name="native"> + <df name="librmi"> + <in>GC.c</in> </df> </df> </df> - <df name="instrument"> - <in>EncodingSupport_md.c</in> - <in>FileSystemSupport_md.c</in> + </df> + <df name="java.security.jgss"> + <df name="macosx"> + <df name="native"> + <df name="libosxkrb5"> + <in>SCDynamicStoreConfig.m</in> + <in>nativeccache.c</in> + </df> + </df> </df> - <df name="native"> - <df name="com"> - <df name="sun"> - <df name="management"> - <in>LinuxOperatingSystem.c</in> - <in>SolarisOperatingSystem.c</in> - <in>UnixOperatingSystem_md.c</in> + <df name="share"> + <df name="native"> + <df name="libj2gss"> + <in>GSSLibStub.c</in> + <in>NativeUtil.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="libj2gss"> + <in>NativeFunc.c</in> + </df> + </df> + </df> + </df> + <df name="java.smartcardio"> + <df name="share"> + <df name="native"> + <df name="libj2pcsc"> + <in>pcsc.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="libj2pcsc"> + <in>pcsc_md.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.attach"> + <df name="linux"> + <df name="native"> + <df name="libattach"> + <in>VirtualMachineImpl.c</in> + </df> + </df> + </df> + <df name="macosx"> + <df name="native"> + <df name="libattach"> + <in>VirtualMachineImpl.c</in> + </df> + </df> + </df> + <df name="solaris"> + <df name="native"> + <df name="libattach"> + <in>VirtualMachineImpl.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.crypto.ec"> + <df name="share"> + <df name="native"> + <df name="libsunec"> + <df name="impl"> + <in>ec.c</in> + <in>ec2_163.c</in> + <in>ec2_193.c</in> + <in>ec2_233.c</in> + <in>ec2_aff.c</in> + <in>ec2_mont.c</in> + <in>ec_naf.c</in> + <in>ecdecode.c</in> + <in>ecl.c</in> + <in>ecl_curve.c</in> + <in>ecl_gf.c</in> + <in>ecl_mult.c</in> + <in>ecp_192.c</in> + <in>ecp_224.c</in> + <in>ecp_256.c</in> + <in>ecp_384.c</in> + <in>ecp_521.c</in> + <in>ecp_aff.c</in> + <in>ecp_jac.c</in> + <in>ecp_jm.c</in> + <in>ecp_mont.c</in> + <in>mp_gf2m.c</in> + <in>mpi.c</in> + <in>mplogic.c</in> + <in>mpmontg.c</in> + <in>oid.c</in> + <in>secitem.c</in> </df> - <df name="media"> - <df name="sound"> - <in>PLATFORM_API_LinuxOS_ALSA_CommonUtils.c</in> - <in>PLATFORM_API_LinuxOS_ALSA_MidiIn.c</in> - <in>PLATFORM_API_LinuxOS_ALSA_MidiOut.c</in> - <in>PLATFORM_API_LinuxOS_ALSA_MidiUtils.c</in> - <in>PLATFORM_API_LinuxOS_ALSA_PCM.c</in> - <in>PLATFORM_API_LinuxOS_ALSA_PCMUtils.c</in> - <in>PLATFORM_API_LinuxOS_ALSA_Ports.c</in> - <in>PLATFORM_API_SolarisOS_PCM.c</in> - <in>PLATFORM_API_SolarisOS_Ports.c</in> - <in>PLATFORM_API_SolarisOS_Utils.c</in> - </df> - </df> - <df name="security"> - <df name="auth"> - <df name="module"> - <in>Solaris.c</in> - <in>Unix.c</in> - </df> - </df> - </df> - </df> - </df> - <df name="common"> - <in>jdk_util_md.c</in> - <in>jni_util_md.c</in> - </df> - <df name="java"> - <df name="io"> - <in>Console_md.c</in> - <in>FileDescriptor_md.c</in> - <in>FileInputStream_md.c</in> - <in>FileOutputStream_md.c</in> - <in>RandomAccessFile_md.c</in> - <in>UnixFileSystem_md.c</in> - <in>canonicalize_md.c</in> - <in>io_util_md.c</in> - </df> - <df name="lang"> - <in>ProcessEnvironment_md.c</in> - <in>UNIXProcess_md.c</in> - <in>java_props_md.c</in> - </df> - <df name="net"> - <in>Inet4AddressImpl.c</in> - <in>Inet6AddressImpl.c</in> - <in>InetAddressImplFactory.c</in> - <in>NetworkInterface.c</in> - <in>PlainDatagramSocketImpl.c</in> - <in>PlainSocketImpl.c</in> - <in>SocketInputStream.c</in> - <in>SocketOutputStream.c</in> - <in>linux_close.c</in> - <in>net_util_md.c</in> - </df> - <df name="nio"> - <in>MappedByteBuffer.c</in> - </df> - <df name="util"> - <in>FileSystemPreferences.c</in> - <in>TimeZone_md.c</in> - <in>logging.c</in> - </df> - </df> - <df name="sun"> - <df name="awt"> - <df name="splashscreen"> - <in>splashscreen_sys.c</in> - </df> - <in>CUPSfuncs.c</in> - <in>HeadlessToolkit.c</in> - <in>VDrawingArea.c</in> - <in>X11Color.c</in> - <in>awt_AWTEvent.c</in> - <in>awt_DrawingSurface.c</in> - <in>awt_Event.c</in> - <in>awt_Font.c</in> - <in>awt_GraphicsEnv.c</in> - <in>awt_InputMethod.c</in> - <in>awt_Insets.c</in> - <in>awt_LoadLibrary.c</in> - <in>awt_Mlib.c</in> - <in>awt_Plugin.c</in> - <in>awt_Robot.c</in> - <in>awt_UNIXToolkit.c</in> - <in>awt_util.c</in> - <in>fontpath.c</in> - <in>gtk2_interface.c</in> - <in>initIDs.c</in> - <in>jawt.c</in> - <in>list.c</in> - <in>multiVis.c</in> - <in>multi_font.c</in> - <in>robot_common.c</in> - <in>sun_awt_X11_GtkFileDialogPeer.c</in> - <in>swing_GTKEngine.c</in> - <in>swing_GTKStyle.c</in> - </df> - <df name="font"> - <in>X11FontScaler.c</in> - <in>X11TextRenderer.c</in> - </df> - <df name="java2d"> - <df name="opengl"> - <in>GLXGraphicsConfig.c</in> - <in>GLXSurfaceData.c</in> - </df> - <df name="x11"> - <in>X11FontScaler_md.c</in> - <in>X11PMBlitLoops.c</in> - <in>X11Renderer.c</in> - <in>X11SurfaceData.c</in> - <in>X11TextRenderer_md.c</in> - <in>XRBackendNative.c</in> - <in>XRSurfaceData.c</in> - </df> - </df> - <df name="management"> - <in>FileSystemImpl.c</in> - </df> - <df name="net"> - <df name="dns"> - <in>ResolverConfigurationImpl.c</in> - </df> - <df name="sdp"> - <in>SdpSupport.c</in> - </df> - <df name="spi"> - <in>DefaultProxySelector.c</in> - </df> - </df> - <df name="nio"> - <df name="ch"> - <df name="sctp"> - <in>SctpChannelImpl.c</in> - <in>SctpNet.c</in> - <in>SctpServerChannelImpl.c</in> - </df> - <in>DatagramChannelImpl.c</in> - <in>DatagramDispatcher.c</in> - <in>DevPollArrayWrapper.c</in> - <in>EPoll.c</in> - <in>EPollArrayWrapper.c</in> - <in>EPollPort.c</in> - <in>FileChannelImpl.c</in> - <in>FileDispatcherImpl.c</in> - <in>FileKey.c</in> - <in>IOUtil.c</in> - <in>InheritedChannel.c</in> - <in>NativeThread.c</in> - <in>Net.c</in> - <in>PollArrayWrapper.c</in> - <in>ServerSocketChannelImpl.c</in> - <in>SocketChannelImpl.c</in> - <in>SocketDispatcher.c</in> - <in>SolarisEventPort.c</in> - <in>UnixAsynchronousServerSocketChannelImpl.c</in> - <in>UnixAsynchronousSocketChannelImpl.c</in> - </df> - <df name="fs"> - <in>GnomeFileTypeDetector.c</in> - <in>LinuxNativeDispatcher.c</in> - <in>LinuxWatchService.c</in> - <in>MagicFileTypeDetector.c</in> - <in>SolarisNativeDispatcher.c</in> - <in>SolarisWatchService.c</in> - <in>UnixCopyFile.c</in> - <in>UnixNativeDispatcher.c</in> - <in>genSolarisConstants.c</in> - <in>genUnixConstants.c</in> - </df> - </df> - <df name="security"> - <df name="jgss"> - <df name="wrapper"> - <in>NativeFunc.c</in> - </df> - </df> - <df name="pkcs11"> - <df name="wrapper"> - <in>p11_md.c</in> - </df> - <in>j2secmod_md.c</in> - </df> - <df name="smartcardio"> - <in>pcsc_md.c</in> - </df> - </df> - <df name="tools"> - <df name="attach"> - <in>LinuxVirtualMachine.c</in> - <in>SolarisVirtualMachine.c</in> - </df> - </df> - <df name="tracing"> - <df name="dtrace"> - <in>jvm_symbols_md.c</in> - </df> - </df> - <df name="util"> - <df name="locale"> - <df name="provider"> - <in>HostLocaleProviderAdapter_md.c</in> - </df> - </df> - </df> - <df name="xawt"> - <in>XToolkit.c</in> - <in>XWindow.c</in> - <in>XlibWrapper.c</in> - <in>awt_Desktop.c</in> - <in>gnome_interface.c</in> + <in>ECC_JNI.cpp</in> </df> </df> </df> - <df name="npt"> - <in>utf_md.c</in> + </df> + <df name="jdk.crypto.pkcs11"> + <df name="share"> + <df name="native"> + <df name="libj2pkcs11"> + <in>j2secmod.c</in> + <in>p11_convert.c</in> + <in>p11_crypt.c</in> + <in>p11_digest.c</in> + <in>p11_dual.c</in> + <in>p11_general.c</in> + <in>p11_keymgmt.c</in> + <in>p11_mutex.c</in> + <in>p11_objmgmt.c</in> + <in>p11_sessmgmt.c</in> + <in>p11_sign.c</in> + <in>p11_util.c</in> + </df> + </df> </df> - <df name="transport"> - <df name="socket"> - <in>socket_md.c</in> - </df> + <df name="unix"> + <df name="native"> + <df name="libj2pkcs11"> + <in>j2secmod_md.c</in> + <in>p11_md.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.crypto.ucrypto"> + <df name="solaris"> + <df name="native"> + <df name="libj2ucrypto"> + <in>nativeCrypto.c</in> + <in>nativeCryptoMD.c</in> + <in>nativeFunc.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.jdwp.agent"> + <df name="share"> + <df name="native"> + <df name="libdt_socket"> + <in>socketTransport.c</in> + </df> + <df name="libjdwp"> + <in>ArrayReferenceImpl.c</in> + <in>ArrayTypeImpl.c</in> + <in>ClassLoaderReferenceImpl.c</in> + <in>ClassObjectReferenceImpl.c</in> + <in>ClassTypeImpl.c</in> + <in>EventRequestImpl.c</in> + <in>FieldImpl.c</in> + <in>FrameID.c</in> + <in>InterfaceTypeImpl.c</in> + <in>MethodImpl.c</in> + <in>ModuleReferenceImpl.c</in> + <in>ObjectReferenceImpl.c</in> + <in>ReferenceTypeImpl.c</in> + <in>SDE.c</in> + <in>StackFrameImpl.c</in> + <in>StringReferenceImpl.c</in> + <in>ThreadGroupReferenceImpl.c</in> + <in>ThreadReferenceImpl.c</in> + <in>VirtualMachineImpl.c</in> + <in>bag.c</in> + <in>classTrack.c</in> + <in>commonRef.c</in> + <in>debugDispatch.c</in> + <in>debugInit.c</in> + <in>debugLoop.c</in> + <in>error_messages.c</in> + <in>eventFilter.c</in> + <in>eventHandler.c</in> + <in>eventHelper.c</in> + <in>inStream.c</in> + <in>invoker.c</in> + <in>log_messages.c</in> + <in>outStream.c</in> + <in>standardHandlers.c</in> + <in>stepControl.c</in> + <in>stream.c</in> + <in>threadControl.c</in> + <in>transport.c</in> + <in>utf_util.c</in> + <in>util.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="libdt_socket"> + <in>socket_md.c</in> + </df> + <df name="libjdwp"> + <in>exec_md.c</in> + <in>linker_md.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.management"> + <df name="linux"> + <df name="native"> + <df name="libmanagement_ext"> + <in>UnixOperatingSystem.c</in> + </df> + </df> + </df> + <df name="macosx"> + <df name="native"> + <df name="libmanagement_ext"> + <in>UnixOperatingSystem.c</in> + </df> + </df> + </df> + <df name="share"> + <df name="native"> + <df name="libmanagement_ext"> + <in>DiagnosticCommandImpl.c</in> + <in>Flag.c</in> + <in>GarbageCollectorExtImpl.c</in> + <in>GcInfoBuilder.c</in> + <in>HotSpotDiagnostic.c</in> + <in>management_ext.c</in> + </df> + </df> + </df> + <df name="solaris"> + <df name="native"> + <df name="libmanagement_ext"> + <in>UnixOperatingSystem.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="libmanagement_ext"> + <in>OperatingSystemImpl.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.net"> + <df name="solaris"> + <df name="native"> + <df name="libextnet"> + <in>SolarisSocketOptions.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.pack200"> + <df name="share"> + <df name="native"> + <df name="common-unpack"> + <in>bands.cpp</in> + <in>bytes.cpp</in> + <in>coding.cpp</in> + <in>unpack.cpp</in> + <in>utils.cpp</in> + <in>zip.cpp</in> + </df> + <df name="libunpack"> + <in>jni.cpp</in> + </df> + <df name="unpack200"> + <in>main.cpp</in> + </df> + </df> + </df> + </df> + <df name="jdk.sctp"> + <df name="unix"> + <df name="native"> + <df name="libsctp"> + <in>SctpChannelImpl.c</in> + <in>SctpNet.c</in> + <in>SctpServerChannelImpl.c</in> + </df> + </df> + </df> + </df> + <df name="jdk.security.auth"> + <df name="solaris"> + <df name="native"> + <df name="libjaas"> + <in>Solaris.c</in> + </df> + </df> + </df> + <df name="unix"> + <df name="native"> + <df name="libjaas"> + <in>Unix.c</in> + </df> + </df> + </df> + </df> + </df> + </df> + <df name="test"> + <df name="fmw"> + <df name="gtest"> + <df name="src"> + <in>gtest-all.cc</in> </df> </df> </df> @@ -1895,7 +2384,7 @@ <itemPath>../../Makefile</itemPath> </logicalFolder> </logicalFolder> - <sourceFolderFilter>^(nbproject)$</sourceFolderFilter> + <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter> <sourceRootList> <Elem>../..</Elem> </sourceRootList> @@ -1903,13 +2392,19 @@ <confs> <conf name="Mac_64" type="0"> <toolsSet> - <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode> <compilerSet>default</compilerSet> + <dependencyChecking>false</dependencyChecking> + <rebuildPropChanged>false</rebuildPropChanged> </toolsSet> + <flagsDictionary> + <element flagsID="0" commonFlags="-fPIC"/> + <element flagsID="1" commonFlags="-g -fPIC -g"/> + <element flagsID="2" commonFlags="-g -g"/> + <element flagsID="3" commonFlags="-g -g -g"/> + <element flagsID="4" commonFlags="-m64 -fPIC -fno-rtti -fno-exceptions"/> + <element flagsID="5" commonFlags="-std=c99"/> + </flagsDictionary> <codeAssistance> - <envVariables> - <Elem>IDE_ALT_BOOTDIR</Elem> - </envVariables> <transientMacros> <Elem>HOTSPOT_BUILD_TARGET="target"</Elem> <Elem>HOTSPOT_BUILD_USER="user"</Elem> @@ -1919,2973 +2414,27894 @@ <makefileType> <makeTool> <buildCommandWorkingDir>../..</buildCommandWorkingDir> - <buildCommand>${MAKE} -f Makefile LOG=debug images</buildCommand> + <buildCommand>${MAKE} -f Makefile images</buildCommand> <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> <executablePath></executablePath> - <ccTool> - <incDir> - <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/product</pElem> - <pElem>../../hotspot/src/share/vm/prims</pElem> - <pElem>../../hotspot/src/share/vm</pElem> - <pElem>../../hotspot/src/share/vm/precompiled</pElem> - <pElem>../../hotspot/src/cpu/x86/vm</pElem> - <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> - <pElem>../../hotspot/src/os/bsd/vm</pElem> - <pElem>../../hotspot/src/os/posix/vm</pElem> - <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated</pElem> - </incDir> + <cTool> <preprocessorList> - <Elem>AMD64</Elem> - <Elem>COMPILER1</Elem> - <Elem>COMPILER2</Elem> - <Elem>DTRACE_ENABLED</Elem> - <Elem>HOTSPOT_BUILD_TARGET="target"</Elem> - <Elem>HOTSPOT_BUILD_USER="user"</Elem> - <Elem>HOTSPOT_LIB_ARCH="amd64"</Elem> - <Elem>HOTSPOT_RELEASE_VERSION="version"</Elem> - <Elem>HOTSPOT_VM_DISTRO="OpenJDK"</Elem> - <Elem>INCLUDE_TRACE</Elem> - <Elem>MAC_OS_X_VERSION_MAX_ALLOWED=1070</Elem> - <Elem>PRODUCT</Elem> - <Elem>TARGET_ARCH_MODEL_x86_64</Elem> - <Elem>TARGET_ARCH_x86</Elem> - <Elem>TARGET_COMPILER_gcc</Elem> - <Elem>TARGET_OS_ARCH_MODEL_bsd_x86_64</Elem> - <Elem>TARGET_OS_ARCH_bsd_x86</Elem> - <Elem>TARGET_OS_FAMILY_bsd</Elem> - <Elem>VM_LITTLE_ENDIAN</Elem> - <Elem>_ALLBSD_SOURCE</Elem> - <Elem>_DARWIN_C_SOURCE</Elem> - <Elem>_GNU_SOURCE</Elem> - <Elem>_LP64=1</Elem> - <Elem>_XOPEN_SOURCE</Elem> + <Elem>THIS_FILE="MacosxDebuggerLocal.m"</Elem> </preprocessorList> - <undefinedList> - <Elem>__EXCEPTIONS</Elem> - <Elem>__GXX_RTTI</Elem> - </undefinedList> - </ccTool> + </cTool> </makeTool> + <preBuild> + <preBuildCommandWorkingDir>../..</preBuildCommandWorkingDir> + <preBuildCommand>sh ../configure --with-debug-level=slowdebug --disable-zip-debug-info</preBuildCommand> + </preBuild> </makefileType> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_clone.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_expand.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_format.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_gen.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_misc.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_peephole.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/ad_x86_64_pipeline.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/adfiles/dfa_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/jvmtifiles/jvmtiEnter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/hotspot/bsd_amd64_compiler2/generated/jvmtifiles/jvmtiEnterTrace.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../build/macosx-x86_64-normal-server-release/jdk/gensrc_x11wrappers/sizer.64.c" - ex="false" - tool="0" - flavor2="0"> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_clone.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_clone.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_expand.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_expand.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_format.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_format.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_gen.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_gen.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_misc.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_misc.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_peephole.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_peephole.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/ad_x86_64_pipeline.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="ad_x86_64_pipeline.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/adfiles/dfa_x86_64.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="dfa_x86_64.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/jvmtifiles/bytecodeInterpreterWithChecks.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/jvmtifiles/jvmtiEnter.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="jvmtiEnter.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/hotspot/variant-server/gensrc/jvmtifiles/jvmtiEnterTrace.cpp" + ex="false" + tool="1" + flavor2="4"> + <ccTool flags="4"> + <preprocessorList> + <Elem>THIS_FILE="jvmtiEnterTrace.cpp"</Elem> + </preprocessorList> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_clone.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_expand.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_format.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_gen.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_misc.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_peephole.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/ad_x86_64_pipeline.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles/dfa_x86_64.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/adfiles</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles/bytecodeInterpreterWithChecks.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles/jvmtiEnter.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> + </item> + <item path="../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles/jvmtiEnterTrace.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> + </item> + <item path="../../hotspot/src/cpu/x86/vm/abstractInterpreter_x86.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/assembler_x86.cpp" ex="false" tool="1" flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/bytecodes_x86.cpp" - ex="false" - tool="1" - flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/c1</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/gc/g1</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/c2_init_x86.cpp" ex="false" tool="1" flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp" - ex="false" - tool="1" - flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/opto</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/libadt</pElem> + <pElem>../../hotspot/make</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + </incDir> + </ccTool> + </item> + <item path="../../hotspot/src/cpu/x86/vm/compiledIC_x86.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/debug_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/depChecker_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/frame_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/compiler</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/icBuffer_x86.cpp" ex="false" tool="1" flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/icache_x86.cpp" ex="false" tool="1" flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> + </item> + <item path="../../hotspot/src/cpu/x86/vm/interp_masm_x86.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/interpreterRT_x86_64.cpp" ex="false" tool="1" flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/interpreter_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> + <ccTool> + <incDir> + <pElem>../../hotspot/src/share/vm/utilities</pElem> + <pElem>../../hotspot/src/share/vm/memory</pElem> + <pElem>../../hotspot/src/share/vm/logging</pElem> + <pElem>/usr/include/c++/4.2.1</pElem> + <pElem>../../hotspot/src/cpu/x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/runtime</pElem> + <pElem>../../hotspot/src/share/vm/code</pElem> + <pElem>../../hotspot/src/share/vm/asm</pElem> + <pElem>../../hotspot/src/share/vm/oops</pElem> + <pElem>../../hotspot/src/share/vm/trace</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/tracefiles</pElem> + <pElem>../../hotspot/src/share/vm/prims</pElem> + <pElem>../../hotspot/src/share/vm/gc/parallel</pElem> + <pElem>../../hotspot/src/share/vm/gc/shared</pElem> + <pElem>../../hotspot/src/share/vm/classfile</pElem> + <pElem>../../hotspot/src/share/vm/interpreter</pElem> + <pElem>../../hotspot/src/os/bsd/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc/jvmtifiles</pElem> + <pElem>../../hotspot/src/os/posix/vm</pElem> + <pElem>../../hotspot/src/os_cpu/bsd_x86/vm</pElem> + <pElem>../../hotspot/src/share/vm/ci</pElem> + <pElem>../../hotspot/src/share/vm</pElem> + <pElem>../../build/macosx-x86_64-normal-server-release/hotspot/variant-server/gensrc</pElem> + <pElem>../../hotspot/make</pElem> + </incDir> + </ccTool> </item> <item path="../../hotspot/src/cpu/x86/vm/jniFastGetField_x86_64.cpp" ex="false" tool="1" flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/metaspaceShared_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/methodHandles_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/nativeInst_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/register_definitions_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/register_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/relocInfo_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/runtime_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/stubRoutines_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/vm_version_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/vmreg_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/cpu/x86/vm/vtableStubs_x86_64.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/attachListener_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/chaitin_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/decoder_machO.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/dtraceJSDT_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/jvm_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/mutex_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/osThread_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/os_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/perfMemory_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/stubRoutines_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/threadCritical_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/bsd/vm/vmError_bsd.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/posix/launcher/java_md.c" - ex="false" - tool="0" - flavor2="0"> - </item> - <item path="../../hotspot/src/os/posix/vm/os_posix.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os_cpu/bsd_x86/vm/assembler_bsd_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os_cpu/bsd_x86/vm/thread_bsd_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/os_cpu/bsd_x86/vm/vm_version_bsd_x86.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/tools/launcher/java.c" - ex="false" - tool="0" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/tools/launcher/jli_util.c" - ex="false" - tool="0" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/tools/launcher/wildcard.c" - ex="false" - tool="0" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/asm/assembler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/asm/codeBuffer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/asm/register.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_CFGPrinter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Canonicalizer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Compilation.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Compiler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Defs.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_FrameMap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_GraphBuilder.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_IR.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Instruction.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_LIR.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_LIRAssembler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_LIRGenerator.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_LinearScan.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Optimizer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_RangeCheckElimination.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_Runtime1.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_ValueMap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_ValueSet.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_ValueStack.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_ValueType.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/c1/c1_globals.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciArray.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciArrayKlass.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciBaseObject.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciCallSite.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciConstant.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciConstantPoolCache.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciEnv.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciExceptionHandler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciField.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciFlags.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciInstance.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciInstanceKlass.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciKlass.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciMemberName.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciMetadata.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciMethod.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciMethodBlocks.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciMethodData.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciMethodHandle.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciNullObject.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciObjArray.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciObjArrayKlass.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciObject.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciObjectFactory.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciReplay.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciSignature.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciStreams.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciSymbol.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciType.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciTypeArray.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciTypeFlow.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/ci/ciUtilities.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/altHashing.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/bytecodeAssembler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/classFileError.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/classFileParser.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/classFileStream.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/classLoader.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/classLoaderData.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/defaultMethods.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/dictionary.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/genericSignatures.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/javaAssertions.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/javaClasses.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/loaderConstraints.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/metadataOnStackMark.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/placeholders.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/resolutionErrors.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/stackMapFrame.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/stackMapTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/symbolTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/systemDictionary.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/verificationType.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/verifier.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/classfile/vmSymbols.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/codeBlob.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/codeCache.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/compiledIC.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/compressedStream.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/debugInfo.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/debugInfoRec.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/dependencies.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/exceptionHandlerTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/icBuffer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/location.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/nmethod.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/oopRecorder.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/pcDesc.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/relocInfo.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/scopeDesc.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/stubs.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/vmreg.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/code/vtableStubs.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/abstractCompiler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/compileBroker.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/compileLog.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/compilerOracle.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/disassembler.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/methodLiveness.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/compiler/oopMap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1ErgoVerbose.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1HRPrinter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1Log.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1MonitoringSupport.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/heapRegionSets.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/hSpaceCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_interface/collectedHeap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/gc_interface/gcCause.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/bytecode.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/bytecodeStream.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/bytecodeTracer.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/bytecodes.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/cppInterpreter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/interpreter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/interpreterRuntime.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/invocationCounter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/linkResolver.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/oopMapCache.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/rewriter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/templateInterpreter.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/interpreter/templateTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/libadt/dict.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/libadt/port.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/libadt/set.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/libadt/vectset.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/allocation.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/barrierSet.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/binaryTreeDictionary.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/blockOffsetTable.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/cardTableModRefBS.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/cardTableRS.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/collectorPolicy.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/defNewGeneration.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/filemap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/freeBlockDictionary.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/freeList.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/gcLocker.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/genCollectedHeap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/genMarkSweep.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/genRemSet.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/generation.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/generationSpec.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/heap.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/heapInspection.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/iterator.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/memRegion.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/metablock.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/metachunk.cpp" - ex="false" - tool="1" - flavor2="0"> - </item> - <item path="../../hotspot/src/share/vm/memory/metaspace.cpp" - ex="false" - tool="1" - flavor2="0">