# HG changeset patch # User lana # Date 1432250348 25200 # Node ID a3ea54d69bd0d1b75b8e6ae252c68b90d33c606d # Parent bded950236b36a6394896b6f7d5a32a04520acb1# Parent 2db819792ca6ba6a6e50e804135ac12b27f52fc8 Merge diff -r bded950236b3 -r a3ea54d69bd0 common/bin/compare_exceptions.sh.incl --- a/common/bin/compare_exceptions.sh.incl Thu May 21 10:07:34 2015 -0700 +++ b/common/bin/compare_exceptions.sh.incl Thu May 21 16:19:08 2015 -0700 @@ -83,7 +83,6 @@ ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -163,7 +162,6 @@ ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -284,7 +282,6 @@ ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -420,7 +417,6 @@ ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -499,7 +495,6 @@ ./bin/jcmd.exe ./bin/jconsole.exe ./bin/jdb.exe -./bin/jhat.exe ./bin/jimage.exe ./bin/jinfo.exe ./bin/jjs.exe @@ -579,7 +574,6 @@ ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs diff -r bded950236b3 -r a3ea54d69bd0 make/Images.gmk --- a/make/Images.gmk Thu May 21 10:07:34 2015 -0700 +++ b/make/Images.gmk Thu May 21 16:19:08 2015 -0700 @@ -213,7 +213,6 @@ jcmd.1 \ jdb.1 \ jdeps.1 \ - jhat.1 \ jinfo.1 \ jmap.1 \ jps.1 \ diff -r bded950236b3 -r a3ea54d69bd0 make/JrtfsJar.gmk --- a/make/JrtfsJar.gmk Thu May 21 10:07:34 2015 -0700 +++ b/make/JrtfsJar.gmk Thu May 21 16:19:08 2015 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -28,10 +28,20 @@ include $(SPEC) include MakeBase.gmk include JavaCompilation.gmk +include TextFileProcessing.gmk + +# This rule will be depended on due to the MANIFEST line +$(eval $(call SetupTextFileProcessing, BUILD_JAVA_MANIFEST, \ + SOURCE_FILES := $(JDK_TOPDIR)/make/data/mainmanifest/manifest.mf, \ + OUTPUT_FILE := $(SUPPORT_OUTPUTDIR)/java-main-manifest.mf, \ + REPLACEMENTS := \ + @@RELEASE@@ => $(RELEASE) ; \ + @@COMPANY_NAME@@ => $(COMPANY_NAME) , \ +)) $(eval $(call SetupArchive,JRTFS_JAR, , \ SRCS := $(BUILDTOOLS_OUTPUTDIR)/interim_jimage_classes, \ JAR := $(SUPPORT_OUTPUTDIR)/jrt-fs.jar, \ - MANIFEST := $(JDK_TOPDIR)/make/data/mainmanifest/manifest.mf)) + MANIFEST := $(SUPPORT_OUTPUTDIR)/java-main-manifest.mf)) all: $(JRTFS_JAR) diff -r bded950236b3 -r a3ea54d69bd0 make/common/JavaCompilation.gmk --- a/make/common/JavaCompilation.gmk Thu May 21 10:07:34 2015 -0700 +++ b/make/common/JavaCompilation.gmk Thu May 21 16:19:08 2015 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -265,7 +265,7 @@ endif # Include all variables of significance in the vardeps file - $1_VARDEPS := $(JAR) $$($1_JAR_CREATE_OPTIONS) $$($1_MANIFEST) $(RELEASE) $(COMPANY_NAME) \ + $1_VARDEPS := $(JAR) $$($1_JAR_CREATE_OPTIONS) $$($1_MANIFEST) \ $$($1_JARMAIN) $$($1_EXTRA_MANIFEST_ATTR) $1_VARDEPS_FILE := $$(call DependOnVariable, $1_VARDEPS, $$(dir $$($1_JAR))_the.$$($1_JARNAME).vardeps) @@ -280,8 +280,7 @@ # potential changes. $$(if $$(filter $$($1_VARDEPS_FILE) $$($1_MANIFEST), $$?), \ $$(if $$($1_MANIFEST), \ - $(SED) -e "s#@@RELEASE@@#$(RELEASE)#" \ - -e "s#@@COMPANY_NAME@@#$(COMPANY_NAME)#" $$($1_MANIFEST) > $$($1_MANIFEST_FILE) $$(NEWLINE) \ + $(CP) $$($1_MANIFEST) $$($1_MANIFEST_FILE) $$(NEWLINE) \ , \ $(RM) $$($1_MANIFEST_FILE) && $(TOUCH) $$($1_MANIFEST_FILE) $$(NEWLINE)) \ $$(if $$($1_JARMAIN), \ diff -r bded950236b3 -r a3ea54d69bd0 make/jprt.properties --- a/make/jprt.properties Thu May 21 10:07:34 2015 -0700 +++ b/make/jprt.properties Thu May 21 16:19:08 2015 -0700 @@ -428,15 +428,6 @@ windows_i586_6.2-*-default-hotspot_basicvmtest, \ windows_x64_6.2-*-default-hotspot_basicvmtest -my.make.rule.test.targets.hotspot.internalvmtests= \ - solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \ - solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \ - linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \ - linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \ - macosx_x64_10.9-fastdebug-c2-hotspot_internalvmtests, \ - windows_i586_6.2-fastdebug-c2-hotspot_internalvmtests, \ - windows_x64_6.2-fastdebug-c2-hotspot_internalvmtests - my.make.rule.test.targets.hotspot.reg.group= \ solaris_sparcv9_5.11-fastdebug-c2-GROUP, \ solaris_x64_5.11-fastdebug-c2-GROUP, \ @@ -450,7 +441,6 @@ # Hotspot jtreg tests my.make.rule.test.targets.hotspot.reg= \ - ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_wbapitest}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3}, \ @@ -466,7 +456,6 @@ # Other Makefile based Hotspot tests my.make.rule.test.targets.hotspot.other= \ ${my.make.rule.test.targets.hotspot.basicvmtests}, \ - ${my.make.rule.test.targets.hotspot.internalvmtests}, \ ${my.additional.make.rule.test.targets.hotspot.other} # All the makefile based tests to run diff -r bded950236b3 -r a3ea54d69bd0 modules.xml --- a/modules.xml Thu May 21 10:07:34 2015 -0700 +++ b/modules.xml Thu May 21 16:19:08 2015 -0700 @@ -2,7 +2,7 @@