--- old/make/gensrc/GensrcAdlc.gmk 2016-12-13 12:41:55.475208692 -0500 +++ new/make/gensrc/GensrcAdlc.gmk 2016-12-13 12:41:53.959123138 -0500 @@ -114,6 +114,10 @@ ADLCFLAGS += -U_LP64 endif + ifeq ($(HOTSPOT_TARGET_CPU_ARCH), arm) + ADLCFLAGS += -DARM=1 + endif + ############################################################################## # Concatenate all ad source files into a single file, which will be fed to # adlc. Also include a #line directive at the start of every included file