--- old/jdk/makefiles/CreateJars.gmk 2013-09-16 16:41:27.000000000 -0700 +++ new/jdk/makefiles/CreateJars.gmk 2013-09-16 16:41:27.000000000 -0700 @@ -1037,15 +1037,6 @@ ########################################################################################## -ifndef OPENJDK - $(eval $(call SetupArchive,BUILD_ALT_RT_JAR,,\ - SRCS:=$(JDK_OUTPUTDIR)/altclasses_classes,\ - JAR:=$(IMAGES_OUTPUTDIR)/lib/alt-rt.jar)) - -endif - -########################################################################################## - # This file is imported from hotspot in Import.gmk. Copying it into images/lib so that # all jars can be found in one place when creating images in Images.gmk. It needs to be # done here so that clean targets can be simple and accurate.