Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Java virtual machine on linux MIPS
@ 2006-04-28  1:39 Gowri Satish Adimulam
  2006-04-28  8:21 ` Kevin D. Kissell
  0 siblings, 1 reply; 9+ messages in thread
From: Gowri Satish Adimulam @ 2006-04-28  1:39 UTC (permalink / raw)
  To: linux-mips

Hi , 

He is there  any java virtual machine runs on mips based linux .

any pointers will be helpful

Regards
Gowri 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Java virtual machine on linux MIPS
  2006-04-28  1:39 Java virtual machine on linux MIPS Gowri Satish Adimulam
@ 2006-04-28  8:21 ` Kevin D. Kissell
  2006-04-28  8:21   ` Kevin D. Kissell
  2006-04-28 10:24   ` Maciej W. Rozycki
  0 siblings, 2 replies; 9+ messages in thread
From: Kevin D. Kissell @ 2006-04-28  8:21 UTC (permalink / raw)
  To: gowri, linux-mips

It's been several years, but at one point I successfully tested
and benchmarked commercail JVMs from Insignia (now part
of Esmertec, www.esmertec.com) and Skelmir (www.skelmir.com),
and managed to get the open source Kaffe VM (www.kaffe.org) 
running on MIPS Linux as well.  Kaffe has a JIT that has, alas,
been broken for MIPS and most other RISC architectures for
the last couple of years, but the JVM still works OK in interpreted 
mode. I'm sure that there are other options - those are just the ones
I've had hands-on experience with.

            Regards,

            Kevin K.

----- Original Message ----- 
From: "Gowri Satish Adimulam" <gowri@bitel.co.kr>
To: <linux-mips@linux-mips.org>
Sent: Friday, April 28, 2006 3:39 AM
Subject: Java virtual machine on linux MIPS


> Hi , 
> 
> He is there  any java virtual machine runs on mips based linux .
> 
> any pointers will be helpful
> 
> Regards
> Gowri 
> 
> 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Java virtual machine on linux MIPS
  2006-04-28  8:21 ` Kevin D. Kissell
@ 2006-04-28  8:21   ` Kevin D. Kissell
  2006-04-28 10:24   ` Maciej W. Rozycki
  1 sibling, 0 replies; 9+ messages in thread
From: Kevin D. Kissell @ 2006-04-28  8:21 UTC (permalink / raw)
  To: gowri, linux-mips

It's been several years, but at one point I successfully tested
and benchmarked commercail JVMs from Insignia (now part
of Esmertec, www.esmertec.com) and Skelmir (www.skelmir.com),
and managed to get the open source Kaffe VM (www.kaffe.org) 
running on MIPS Linux as well.  Kaffe has a JIT that has, alas,
been broken for MIPS and most other RISC architectures for
the last couple of years, but the JVM still works OK in interpreted 
mode. I'm sure that there are other options - those are just the ones
I've had hands-on experience with.

            Regards,

            Kevin K.

----- Original Message ----- 
From: "Gowri Satish Adimulam" <gowri@bitel.co.kr>
To: <linux-mips@linux-mips.org>
Sent: Friday, April 28, 2006 3:39 AM
Subject: Java virtual machine on linux MIPS


> Hi , 
> 
> He is there  any java virtual machine runs on mips based linux .
> 
> any pointers will be helpful
> 
> Regards
> Gowri 
> 
> 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Java virtual machine on linux MIPS
  2006-04-28  8:21 ` Kevin D. Kissell
  2006-04-28  8:21   ` Kevin D. Kissell
@ 2006-04-28 10:24   ` Maciej W. Rozycki
  2006-04-28 13:21     ` Fuxin Zhang
  1 sibling, 1 reply; 9+ messages in thread
From: Maciej W. Rozycki @ 2006-04-28 10:24 UTC (permalink / raw)
  To: Kevin D. Kissell; +Cc: gowri, linux-mips

On Fri, 28 Apr 2006, Kevin D. Kissell wrote:

> It's been several years, but at one point I successfully tested
> and benchmarked commercail JVMs from Insignia (now part
> of Esmertec, www.esmertec.com) and Skelmir (www.skelmir.com),
> and managed to get the open source Kaffe VM (www.kaffe.org) 
> running on MIPS Linux as well.  Kaffe has a JIT that has, alas,
> been broken for MIPS and most other RISC architectures for
> the last couple of years, but the JVM still works OK in interpreted 
> mode. I'm sure that there are other options - those are just the ones
> I've had hands-on experience with.

 And there is of course GIJ -- a part of GCC (which is also able to 
compile Java source code to native machine code and link it with Java 
bytecode if necessary).  I'm not sure how capable it is these days though.

  Maciej

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Java virtual machine on linux MIPS
  2006-04-28 10:24   ` Maciej W. Rozycki
@ 2006-04-28 13:21     ` Fuxin Zhang
  0 siblings, 0 replies; 9+ messages in thread
From: Fuxin Zhang @ 2006-04-28 13:21 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: Kevin D. Kissell, gowri, linux-mips

we have ported sun jdk 1.5 as a research work, both interpreted & jit
works, many programs run well but still with some bugs left.

Not sure whether we can redistribute it(license, agreement of our
institute etc.)

Maciej W. Rozycki 写道:
> On Fri, 28 Apr 2006, Kevin D. Kissell wrote:
> 
>> It's been several years, but at one point I successfully tested
>> and benchmarked commercail JVMs from Insignia (now part
>> of Esmertec, www.esmertec.com) and Skelmir (www.skelmir.com),
>> and managed to get the open source Kaffe VM (www.kaffe.org) 
>> running on MIPS Linux as well.  Kaffe has a JIT that has, alas,
>> been broken for MIPS and most other RISC architectures for
>> the last couple of years, but the JVM still works OK in interpreted 
>> mode. I'm sure that there are other options - those are just the ones
>> I've had hands-on experience with.
> 
>  And there is of course GIJ -- a part of GCC (which is also able to 
> compile Java source code to native machine code and link it with Java 
> bytecode if necessary).  I'm not sure how capable it is these days though.
> 
>   Maciej
> 
> 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Java virtual machine on linux MIPS
@ 2006-04-28 17:02 Prashant Viswanathan
  2006-04-28 17:02 ` Prashant Viswanathan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Prashant Viswanathan @ 2006-04-28 17:02 UTC (permalink / raw)
  To: gowri, linux-mips

IBM's J9 works on linux-mips.

> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-
> mips.org] On Behalf Of Gowri Satish Adimulam
> Sent: Thursday, April 27, 2006 6:39 PM
> To: linux-mips@linux-mips.org
> Subject: Java virtual machine on linux MIPS
> 
> Hi ,
> 
> He is there  any java virtual machine runs on mips based linux .
> 
> any pointers will be helpful
> 
> Regards
> Gowri
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Java virtual machine on linux MIPS
  2006-04-28 17:02 Prashant Viswanathan
@ 2006-04-28 17:02 ` Prashant Viswanathan
  2006-05-02  7:17 ` Gowri Satish Adimulam
  2006-05-09  7:55 ` Gowri Satish Adimulam
  2 siblings, 0 replies; 9+ messages in thread
From: Prashant Viswanathan @ 2006-04-28 17:02 UTC (permalink / raw)
  To: gowri, linux-mips

IBM's J9 works on linux-mips.

> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-
> mips.org] On Behalf Of Gowri Satish Adimulam
> Sent: Thursday, April 27, 2006 6:39 PM
> To: linux-mips@linux-mips.org
> Subject: Java virtual machine on linux MIPS
> 
> Hi ,
> 
> He is there  any java virtual machine runs on mips based linux .
> 
> any pointers will be helpful
> 
> Regards
> Gowri
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Java virtual machine on linux MIPS
  2006-04-28 17:02 Prashant Viswanathan
  2006-04-28 17:02 ` Prashant Viswanathan
@ 2006-05-02  7:17 ` Gowri Satish Adimulam
  2006-05-09  7:55 ` Gowri Satish Adimulam
  2 siblings, 0 replies; 9+ messages in thread
From: Gowri Satish Adimulam @ 2006-05-02  7:17 UTC (permalink / raw)
  To: Prashant Viswanathan; +Cc: linux-mips

Thanks every body for thier kind suggestions .

I will chck all the options provide in this group.

Regards
Gowri 
On Fri, 2006-04-28 at 10:02 -0700, Prashant Viswanathan wrote:
> IBM's J9 works on linux-mips.
> 
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-
> > mips.org] On Behalf Of Gowri Satish Adimulam
> > Sent: Thursday, April 27, 2006 6:39 PM
> > To: linux-mips@linux-mips.org
> > Subject: Java virtual machine on linux MIPS
> > 
> > Hi ,
> > 
> > He is there  any java virtual machine runs on mips based linux .
> > 
> > any pointers will be helpful
> > 
> > Regards
> > Gowri
> > 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Java virtual machine on linux MIPS
  2006-04-28 17:02 Prashant Viswanathan
  2006-04-28 17:02 ` Prashant Viswanathan
  2006-05-02  7:17 ` Gowri Satish Adimulam
@ 2006-05-09  7:55 ` Gowri Satish Adimulam
  2 siblings, 0 replies; 9+ messages in thread
From: Gowri Satish Adimulam @ 2006-05-09  7:55 UTC (permalink / raw)
  To: Prashant Viswanathan; +Cc: linux-mips

Hi ,

I tried to google , but could not find the relevant sources .
is it open source? 
if yes ,  please share with me . 

Regards
Gowri 

On Fri, 2006-04-28 at 10:02 -0700, Prashant Viswanathan wrote:
> IBM's J9 works on linux-mips.
> 
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-
> > mips.org] On Behalf Of Gowri Satish Adimulam
> > Sent: Thursday, April 27, 2006 6:39 PM
> > To: linux-mips@linux-mips.org
> > Subject: Java virtual machine on linux MIPS
> > 
> > Hi ,
> > 
> > He is there  any java virtual machine runs on mips based linux .
> > 
> > any pointers will be helpful
> > 
> > Regards
> > Gowri
> > 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-05-09  7:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28  1:39 Java virtual machine on linux MIPS Gowri Satish Adimulam
2006-04-28  8:21 ` Kevin D. Kissell
2006-04-28  8:21   ` Kevin D. Kissell
2006-04-28 10:24   ` Maciej W. Rozycki
2006-04-28 13:21     ` Fuxin Zhang
  -- strict thread matches above, loose matches on Subject: below --
2006-04-28 17:02 Prashant Viswanathan
2006-04-28 17:02 ` Prashant Viswanathan
2006-05-02  7:17 ` Gowri Satish Adimulam
2006-05-09  7:55 ` Gowri Satish Adimulam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox