# HG changeset patch # User Andreas Woess # Date 1381601316 -7200 # Node ID edb2e6bd6a016763c810bb8a6615968814940ed1 # Parent 1e76b14e1b3a19f4bd1a9bcf6fa64055d3e904eb fix hosted mode on windows after hotspot merge. diff -r 1e76b14e1b3a -r edb2e6bd6a01 make/windows/makefiles/projectcreator.make --- a/make/windows/makefiles/projectcreator.make Sat Oct 12 10:18:16 2013 +0200 +++ b/make/windows/makefiles/projectcreator.make Sat Oct 12 20:08:36 2013 +0200 @@ -193,6 +193,7 @@ ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ -define_compiler2 COMPILER2 \ -define_compiler2 GRAAL \ + -define_compiler2 TIERED \ -ignorePath_compiler2 graal/generated \ -additionalFile_compiler2 $(Platform_arch_model).ad \ -additionalFile_compiler2 ad_$(Platform_arch_model).cpp \