From b013ddda1d2f6b3ce1f12e2710e67a47f542ceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Lid=C3=A9n?= Date: Mon, 25 May 2015 09:13:41 +0200 Subject: [PATCH] 8080930: SA changes broke bootcycle-images builds Reviewed-by: sla, brutisso --- hotspot/make/sa.files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hotspot/make/sa.files b/hotspot/make/sa.files index 1c73c21c465..a39dc1c98e9 100644 --- a/hotspot/make/sa.files +++ b/hotspot/make/sa.files @@ -79,8 +79,10 @@ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/x86/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windows/x86/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windows/amd64/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/x86/*.java \ +$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/cms/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/g1/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/parallel/*.java \ +$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/serial/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/shared/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/interpreter/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/jdi/*.java \