8165314: Javac server process left running if build fails on Windows
authorerikj
Mon, 05 Sep 2016 10:10:29 +0200
changeset 40621 c55ef7ed9aa0
parent 40620 48f3e897a61d
child 40673 1aff8fdbc143
8165314: Javac server process left running if build fails on Windows Reviewed-by: tbell, wetmore
make/Init.gmk
--- a/make/Init.gmk	Fri Sep 02 02:40:58 2016 +0000
+++ b/make/Init.gmk	Mon Sep 05 10:10:29 2016 +0200
@@ -314,6 +314,9 @@
         endif
 
     on-failure:
+	$(call CleanupSmartJavac)
+	$(call StopGlobalTimer)
+	$(call ReportBuildTimes)
 	$(call PrintFailureReports)
 	$(call PrintBuildLogFailures)
 	$(PRINTF) "Hint: If caused by a warning, try configure --disable-warnings-as-errors.\n\n"