# HG changeset patch # User Andreas Woess # Date 1394393171 -3600 # Node ID 158dcef18506fac06d7c7ee3f1648816b6d0e517 # Parent c1b0b02a65288226897afdb114516c4bb017d5f0 windows: enable C1+C2 tiered diff -r c1b0b02a6528 -r 158dcef18506 make/windows/makefiles/projectcreator.make --- a/make/windows/makefiles/projectcreator.make Sun Mar 09 20:25:48 2014 +0100 +++ b/make/windows/makefiles/projectcreator.make Sun Mar 09 20:26:11 2014 +0100 @@ -191,6 +191,7 @@ ################################################## #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make. ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ + -define_compiler2 COMPILER1 \ -define_compiler2 COMPILER2 \ -define_compiler2 GRAAL \ -ignorePath_compiler2 graal/generated \ @@ -205,8 +206,7 @@ -additionalFile_compiler2 ad_$(Platform_arch_model)_peephole.cpp \ -additionalFile_compiler2 ad_$(Platform_arch_model)_pipeline.cpp \ -additionalFile_compiler2 adGlobals_$(Platform_arch_model).hpp \ - -additionalFile_compiler2 dfa_$(Platform_arch_model).cpp \ - $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=compiler2) + -additionalFile_compiler2 dfa_$(Platform_arch_model).cpp # Add in the jvmti (JSR-163) options # NOTE: do not pull in jvmtiEnvRecommended.cpp. This file is generated