comparison make/linux/makefiles/vm.make @ 15805:dffc37fa7157

initialize HotSpotVMConfig fields efficiently from C++
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 20 May 2014 13:46:34 -0700
parents 66e3af78ea96
children 8f2fb6bec986
comparison
equal deleted inserted replaced
15804:bde6fbdbbe38 15805:dffc37fa7157
209 GRAAL_SPECIFIC_FILES := graal\* 209 GRAAL_SPECIFIC_FILES := graal\*
210 GRAAL_SPECIFIC_GPU_FILES := gpu\* ptx\* hsail\* 210 GRAAL_SPECIFIC_GPU_FILES := gpu\* ptx\* hsail\*
211 else 211 else
212 GRAAL_SPECIFIC_FILES := 212 GRAAL_SPECIFIC_FILES :=
213 GRAAL_SPECIFIC_GPU_FILES := 213 GRAAL_SPECIFIC_GPU_FILES :=
214 Src_Dirs_I += $(HS_COMMON_SRC)/../graal/com.oracle.graal.hotspot/src_gen/hotspot
214 endif 215 endif
215 216
216 # Always exclude these. 217 # Always exclude these.
217 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp 218 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp
218 219