Need some Info regarding OpenJDK for MIPS.

Jonathan Springer springer at reservoir.com
Wed Jul 20 09:47:32 PDT 2011


On 7/20/2011 10:01 AM, 이호진 wrote:
> Hi
> 
> My name is Ho-jin Lee. I’m a computer engineer in Korea.
> 
> I’ve been searching that OpenJDK porting to MIPS on big endian is
> available and how to do.
> 
> I saw this mailing list through googling.
> 
> I’m wondering how the job - OpenJDK porting to MIPS on big endian – is
> going on.
> 
> Thanks.

Hi Ho-jin,

There are three efforts you might be interested in:

1. The Red Hat's "zero assembler" port, which though not MIPS-specific,
should compile and run on MIPS.  Zero is included in the regular OpenJDK
sources now.  I believe it is still interpreter-only for MIPS.  See
http://icedtea.classpath.org/wiki/ZeroSharkFaq

2. Loongson has a MIPS-specific port, though it is little-endian.  It is
JDK6-based.  This port includes the client (c1) JIT.  See
http://icedtea.classpath.org/wiki/MIPSPort

3. Reservoir Labs has a MIPS-specific port, with little-endian and
big-endian modes.  It is interpreter only currently.  The base is JDK7
(an older build).  See https://www.reservoir.com/ultraviolet

Best,

Jonathan

-- 
Jonathan Springer     |
Reservoir Labs, Inc.  |  http://www.reservoir.com/


More information about the mips-port mailing list