< prev index next >

make/Main.gmk

Print this page
rev 2663 : 8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
Reviewed-by: erikj, chegar

@@ -829,11 +829,11 @@
   test-image-failure-handler: build-test-failure-handler
 
   build-test-hotspot-jtreg-native: buildtools-jdk \
       hotspot-$(JVM_VARIANT_MAIN)-libs
 
-  build-test-jdk-jtreg-native: buildtools-jdk
+  build-test-jdk-jtreg-native: buildtools-jdk java.base-libs
 
   test-image-hotspot-jtreg-native: build-test-hotspot-jtreg-native
 
   test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
 
< prev index next >