make/hotspot/lib/CompileJvm.gmk
changeset 54076 4b4745d185eb
parent 53683 48ff68e2fe5c
child 54380 e297c7bb6469
--- a/make/hotspot/lib/CompileJvm.gmk	Tue Mar 12 14:35:26 2019 +0000
+++ b/make/hotspot/lib/CompileJvm.gmk	Tue Mar 12 08:04:33 2019 -0700
@@ -166,6 +166,9 @@
 # default.
 JVM_STRIPFLAGS ?= $(STRIPFLAGS)
 
+# This source set is reused so save in cache.
+$(eval $(call FillCacheFind, $(JVM_SRC_DIRS)))
+
 ################################################################################
 # Now set up the actual compilation of the main hotspot native library