8165314: Javac server process left running if build fails on Windows

Reviewed-by: tbell, wetmore
This commit is contained in:
Erik Joelsson 2016-09-05 10:10:29 +02:00
parent c8394b10af
commit da68b22b6a

View File

@ -314,6 +314,9 @@ else # HAS_SPEC=true
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"