make/lib/JvmFeatures.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/lib/JvmFeatures.gmk	Fri Aug 18 12:12:39 2017
--- new/make/lib/JvmFeatures.gmk	Fri Aug 18 12:12:39 2017

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 86,100 **** --- 86,95 ---- JVM_CFLAGS_FEATURES += -DINCLUDE_JVMCI=0 JVM_EXCLUDES += jvmci JVM_EXCLUDE_FILES += jvmciCodeInstaller_$(HOTSPOT_TARGET_CPU_ARCH).cpp endif ifneq ($(call check-jvm-feature, fprof), true) JVM_CFLAGS_FEATURES += -DINCLUDE_FPROF=0 JVM_EXCLUDE_FILES += fprofiler.cpp endif ifneq ($(call check-jvm-feature, vm-structs), true) JVM_CFLAGS_FEATURES += -DINCLUDE_VM_STRUCTS=0 JVM_EXCLUDE_FILES += vmStructs.cpp endif

make/lib/JvmFeatures.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File