From 0139937d9936f8fe890c0c43cc0d6938ee06eb55 Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Thu, 13 Jul 2017 08:49:11 +0200 Subject: [PATCH] 8181298: Assertion failure in com.sun.tools.javac.comp.Modules Fixing dependencies for ct.sym-files target. Reviewed-by: tbell, erikj --- make/Main.gmk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/Main.gmk b/make/Main.gmk index c378c2925a5..f367d48ec2a 100644 --- a/make/Main.gmk +++ b/make/Main.gmk @@ -699,6 +699,9 @@ else jdk.jdeps-gendata: java rmic + # The ct.sym generation uses all the moduleinfos as input + jdk.compiler-gendata: $(GENSRC_MODULEINFO_TARGETS) + # Declare dependencies between jmod targets. # java.base jmod needs jrt-fs.jar and access to the other jmods to be built. # When creating a BUILDJDK, we don't need to add hashes to java.base, thus