Bump HotSpot to new HotSpot Express repository and hs14b15
Andrew John Hughes
gnu_andrew at member.fsf.org
Wed May 13 16:22:35 PDT 2009
2009-05-14 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
Use HotSpot from the new HotSpot Express
master repository.
* hotspot.map:
Bump changeset and md5sum to hs14b15.
$ /home/andrew/build/icedtea6/bin/java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.5pre-r50c172a7a7f4) (build 1.6.0_0-b16)
OpenJDK 64-Bit Server VM (build 14.0-b15, mixed mode)
Patch attached. OK for icedtea6 tip?
(Eager users can grab this from
http://icedtea.classpath.org/people/andrew/icedtea6)
--
Andrew :-)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
-------------- next part --------------
diff -r 50c172a7a7f4 Makefile.am
--- a/Makefile.am Wed May 13 15:36:33 2009 -0400
+++ b/Makefile.am Thu May 14 00:14:14 2009 +0100
@@ -276,7 +276,7 @@
# Download OpenJDK sources.
OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
-HOTSPOT_URL = http://hg.openjdk.java.net/jdk7/hotspot/hotspot/archive/
+HOTSPOT_URL = http://hg.openjdk.java.net/hsx/hsx14/master/archive/
OPENJDK_HG_URL = http://hg.openjdk.java.net/jdk6/jdk6
if USE_ALT_OPENJDK_SRC_ZIP
@@ -658,8 +658,8 @@
if ! test -d openjdk/hotspot ; \
then \
$(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
- chmod -R ug+w hotspot-* ; \
- mv hotspot-$$($(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) \
+ chmod -R ug+w master-* ; \
+ mv master-$$($(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) \
$(abs_top_srcdir)/hotspot.map) openjdk/hotspot ; \
fi ; \
fi
diff -r 50c172a7a7f4 hotspot.map
--- a/hotspot.map Wed May 13 15:36:33 2009 -0400
+++ b/hotspot.map Thu May 14 00:14:14 2009 +0100
@@ -1,2 +1,3 @@
# version changeset md5sum
-default fc6a5ae3fef5 1c3510387dccdb4907d0fd2f1c58e372
+default 25a020f13592 dbd7aca5544d1aeebf0eadd45d29d08e
+
More information about the distro-pkg-dev
mailing list