Simple RFR: 8203311 Clean up profile-includes.txt
David Holmes
david.holmes at oracle.com
Mon Aug 19 23:33:48 UTC 2013
http://cr.openjdk.java.net/~dholmes/8023311/webrev/
Patch inlined below
This is a trivial cleanup following on from an earlier change under
8017570. JFR was moved from profile compact3 to the full JRE but not all
the variables in profile-includes.txt were updated as needed. jfr.jar
needed to removed from the profile3 jar list and added to the jre jar list.
This has no impact on the actual build artifacts - JFR was, and remains,
in the full JRE only.
Thanks,
David
--- old/makefiles/profile-includes.txt 2013-08-19 19:10:17.554355677 -0400
+++ new/makefiles/profile-includes.txt 2013-08-19 19:10:14.586187808 -0400
@@ -102,6 +102,7 @@
security/US_export_policy.jar \
security/local_policy.jar
+
PROFILE_2_JRE_BIN_FILES := \
rmid$(EXE_SUFFIX) \
rmiregistry$(EXE_SUFFIX)
@@ -140,7 +141,6 @@
PROFILE_3_JRE_OTHER_FILES :=
PROFILE_3_JRE_JAR_FILES := \
- jfr.jar \
management-agent.jar
@@ -253,6 +253,6 @@
ext/cldrdata.jar \
ext/dnsns.jar \
ext/nashorn.jar \
- ext/zipfs.jar
-
+ ext/zipfs.jar \
+ jfr.jar
More information about the core-libs-dev
mailing list