changeset 2231:82b94cb5f342 jdk-9+135

8165314: Javac server process left running if build fails on Windows Reviewed-by: tbell, wetmore
author erikj
date Mon, 05 Sep 2016 10:10:29 +0200
parents 6d01bcd91f8a
children 0b50a0d179fd 24efaaddd376
files make/Init.gmk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"