IcedTea6, Hotspot build19 and option --with-hotspot-build=hs16?

Andrew John Hughes ahughes at redhat.com
Mon Apr 26 05:44:26 PDT 2010


On 19 April 2010 13:10, Pavel Tisnovsky <ptisnovs at redhat.com> wrote:
> Hi,
>
> I have noticed (mainly because I have registered much more JTreg failures
> than before :-) that IcedTea6 (head) is now compiled with Hotspot build 19.
>

Changes from icedtea6-hg were imported with the release of OpenJDK6
b19, as announced at the time:

http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-April/001515.html
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2010-April/008971.html

> Is it still possible to use this configuration option: - with-hotspot-build
> = hs16?
>

hs16 is now the default so this is unnecessary.
--with-hotspot-build=hs17 will use HotSpot 17 from
http://hg.openjdk.java.net/hsx/hsx17/master

As doko said, you should always check the contents of hotspot.map.

> When I tried to use this option make failed when it try to download a
> tarball:
>
> hotspot_md5sum="`gawk 'version==$1 {print $4}' version=hs16 \
>          /jck/1/icedtea6/hotspot.map`" ; \
>        if ! echo "${hotspot_md5sum}  hotspot.tar.gz" \
>          | /usr/bin/md5sum --check ; \
>        then \
>          if [ hotspot.tar.gz ] ; \
>          then \
>            mv hotspot.tar.gz hotspot.tar.gz.old ; \
>          fi ; \
>          hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3
> ".tar.gz"}' \
>            version=hs16 /jck/1/icedtea6/hotspot.map`"; \
>          /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \
>        fi
> /usr/bin/md5sum: standard input: no properly formatted MD5 checksum lines
> found
> mv: cannot stat `hotspot.tar.gz': No such file or directory
> wget: missing URL
>
> Any ideas?
>
> Cheers
> Pavel
>



-- 
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



More information about the distro-pkg-dev mailing list