changeset 1348:bbc8c8d00b7b

8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris Reviewed-by: ihse
author erikj
date Mon, 02 Mar 2015 14:18:01 +0100
parents bd0b85405732
children 1be5ec71bc7c 6b8047426035
files make/Main.gmk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/Main.gmk	Mon Mar 02 13:45:05 2015 +0100
+++ b/make/Main.gmk	Mon Mar 02 14:18:01 2015 +0100
@@ -433,6 +433,10 @@
 
   test-make: clean-test-make
 
+  build-test-hotspot-jtreg-native: buildtools-jdk
+
+  build-test-jdk-jtreg-native: buildtools-jdk
+
   test-image-hotspot-jtreg-native: build-test-hotspot-jtreg-native
 
   test-image-jdk-jtreg-native: build-test-jdk-jtreg-native