make/windows/makefiles/projectcreator.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/windows/makefiles/projectcreator.make	Wed Sep 16 15:17:19 2015
--- new/make/windows/makefiles/projectcreator.make	Wed Sep 16 15:17:19 2015

*** 143,152 **** --- 143,156 ---- ProjectCreatorIDEOptionsIgnoreCompiler1=\ -ignorePath_TARGET compiler1 \ -ignorePath_TARGET tiered \ -ignorePath_TARGET c1_ + ProjectCreatorIDEOptionsIgnoreJVMCI=\ + -ignorePath_TARGET src/share/vm/jvmci \ + -ignorePath_TARGET vm/jvmci + ProjectCreatorIDEOptionsIgnoreCompiler2=\ -ignorePath_TARGET compiler2 \ -ignorePath_TARGET tiered \ -ignorePath_TARGET src/share/vm/opto \ -ignorePath_TARGET src/share/vm/libadt \
*** 163,172 **** --- 167,178 ---- ################################################## # Client(C1) compiler specific options ################################################## ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ -define_compiler1 COMPILER1 \ + -define_compiler1 INCLUDE_JVMCI=0 \ + $(ProjectCreatorIDEOptionsIgnoreJVMCI:TARGET=compiler1) \ $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1) ################################################## # Server(C2) compiler specific options ##################################################

make/windows/makefiles/projectcreator.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File