HotSpot Porting on MIPS - BootStrap Loader

Sunil Amitkumar Janki devel.sjanki at gmail.com
Thu Jan 3 07:46:24 PST 2008


On Jan 3, 2008 4:09 PM, Pratik Patel <pratik.patel at einfochips.com> wrote:
>
>
>
>
> Hi,
>
>
>
> One more question on HotSpot porting on MIPS.
>
>
>
> Hotspot FAQ ( http://openjdk.java.net/groups/hotspot/faq.html ) mentions
> that to build HotSpot , bootstrap JDK and a JDK source is required. I was
> able to compile hotspot with JDK-1.5.0 as Bootstrap JDK on my Linux system.
> Bootstrap JDK ( jdk-6u10-ea-bin-b09-linux-i586-19_dec_2007.bin ) is
> available in .bin format for Linux system. Now if I want bootstrap jdk for
> MIPS, than from where can I get bootstrap or I have to develop it from
> scratch.
>
>
>
> Thanks
>
> Pratik Patel
>  --
>
> eInfochips Business Disclaimer:
>
>
>
> This message may contain confidential, proprietary or legally Privileged
>
> information. In case you are not the original intended Recipient of the
>
> message, you must not, directly or indirectly, use, Disclose,distribute,
>
> print, or copy any part of this message and you are requested to delete
>
> it and inform the sender. Any views expressed in this message are those
>
> of the individual sender unless otherwise stated.Nothing contained in
>
> this message shall be construed as an offer or acceptance of any offer
>
> by eInfochips Limited and/or eInfochips Inc("eInfochips") unless sent
>
> with that express intent and with due authority of eInfochips.EInfochips
>
> has taken enough precautions to prevent the spread of viruses. However
>
> the company accepts no liability for any damage caused by any virus
>
> transmitted by this email.
>
>

Hi,

I think all that's necessary is ecj (Eclipse compiler for Java), which is
available from the Debian repositories. Then you can bootstrap an
(older) IcedTea build, since newer builds require an installed IcedTea.

I actually have a Debian mipsel chroot on my system and will try to see
how well that works for bootstrapping an IcedTea build. I still think much
missing functionality will have to be supplied, though.

Regards,
Sunil



More information about the hotspot-dev mailing list