< 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


 814   create-buildjdk-copy: jdk.jlink-java java.base-gendata \
 815       $(addsuffix -java, $(INTERIM_IMAGE_MODULES))
 816 
 817   create-buildjdk-interim-image: create-buildjdk-copy
 818 
 819   interim-image: $(INTERIM_JMOD_TARGETS)
 820 
 821   test-make: clean-test-make
 822 
 823   build-test-lib: exploded-image-optimize
 824 
 825   build-test-failure-handler: interim-langtools
 826 
 827   test-failure-handler: build-test-failure-handler
 828 
 829   test-image-failure-handler: build-test-failure-handler
 830 
 831   build-test-hotspot-jtreg-native: buildtools-jdk \
 832       hotspot-$(JVM_VARIANT_MAIN)-libs
 833 
 834   build-test-jdk-jtreg-native: buildtools-jdk
 835 
 836   test-image-hotspot-jtreg-native: build-test-hotspot-jtreg-native
 837 
 838   test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
 839 
 840   test-image-hotspot-gtest: hotspot
 841 
 842   test-hotspot-internal: exploded-image
 843 
 844   test-hotspot-jtreg: jdk-image test-image
 845 
 846   test-hotspot-gtest: exploded-image test-image-hotspot-gtest
 847 
 848   install: product-images
 849 
 850   product-bundles: product-images
 851 
 852   profiles-bundles: profiles-images
 853 
 854   test-bundles: test-image




 814   create-buildjdk-copy: jdk.jlink-java java.base-gendata \
 815       $(addsuffix -java, $(INTERIM_IMAGE_MODULES))
 816 
 817   create-buildjdk-interim-image: create-buildjdk-copy
 818 
 819   interim-image: $(INTERIM_JMOD_TARGETS)
 820 
 821   test-make: clean-test-make
 822 
 823   build-test-lib: exploded-image-optimize
 824 
 825   build-test-failure-handler: interim-langtools
 826 
 827   test-failure-handler: build-test-failure-handler
 828 
 829   test-image-failure-handler: build-test-failure-handler
 830 
 831   build-test-hotspot-jtreg-native: buildtools-jdk \
 832       hotspot-$(JVM_VARIANT_MAIN)-libs
 833 
 834   build-test-jdk-jtreg-native: buildtools-jdk java.base-libs
 835 
 836   test-image-hotspot-jtreg-native: build-test-hotspot-jtreg-native
 837 
 838   test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
 839 
 840   test-image-hotspot-gtest: hotspot
 841 
 842   test-hotspot-internal: exploded-image
 843 
 844   test-hotspot-jtreg: jdk-image test-image
 845 
 846   test-hotspot-gtest: exploded-image test-image-hotspot-gtest
 847 
 848   install: product-images
 849 
 850   product-bundles: product-images
 851 
 852   profiles-bundles: profiles-images
 853 
 854   test-bundles: test-image


< prev index next >