diff make/defs.make @ 16902:0583d157992a

formalized the set of distribution jars that are installed into the JDK to ensure both mx and the HotSpot make system do the necessary deployment
author Doug Simon <doug.simon@oracle.com>
date Sat, 23 Aug 2014 00:50:44 +0200
parents 4ca6dc0799b6
children b03a16cc5245
line wrap: on
line diff
--- a/make/defs.make	Sat Aug 23 00:21:50 2014 +0200
+++ b/make/defs.make	Sat Aug 23 00:50:44 2014 +0200
@@ -347,6 +347,9 @@
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h
 EXPORT_LIST += $(EXPORT_JRE_LIB_DIR)/graal.jar
+EXPORT_LIST += $(EXPORT_JRE_LIB_DIR)/graal-truffle.jar
+EXPORT_LIST += $(EXPORT_JRE_LIB_DIR)/graal-loader.jar
+EXPORT_LIST += $(EXPORT_JRE_LIB_DIR)/truffle.jar
 
 .PHONY: $(HS_ALT_MAKE)/defs.make