Guidance required in porting to MIPS 64

Clemens Eisserer linuxhippy at gmail.com
Sun May 19 04:59:34 PDT 2013


Hi,

> So what should be the initial step in order to port openjdk? I have got the
> cross compilation tool chain set for my architecture and have obtained the
> openjdk source code.
> My prior experience suggests that I only will have to perform cross
> compilation of the openjdk source code. Is that so, or there would be other
> tasks involved here?

It depends. If you need highest performance, you would have to port
hotspot, which would require quite a lot of effort and in-depth
knowledge.

However, JamVM is a OpenJDK6 compatible JVM and is many tasks fast enough.
So if your goal is to get java running on mips64 with least effort its
probably a lot easier to start with JamVM.

Regards, Clemens


More information about the mips-port mailing list