--- old/make/InitSupport.gmk 2019-02-05 15:44:52.390734017 +0100 +++ new/make/InitSupport.gmk 2019-02-05 15:44:52.214734017 +0100 @@ -483,7 +483,7 @@ $(TOUCH) $(SJAVAC_SERVER_DIR)/server.port.stop; true endef - ifeq ($(OPENJDK_BUILD_OS), windows) + ifeq ($(call isBuildOs, windows), true) # On windows we need to synchronize with the javac server to be able to # move or remove the build output directory. Since we have no proper # synchronization process, wait for a while and hope it helps. This is only