From linuxhippy at gmail.com Sun May 19 04:59:34 2013 From: linuxhippy at gmail.com (Clemens Eisserer) Date: Sun, 19 May 2013 13:59:34 +0200 Subject: Guidance required in porting to MIPS 64 In-Reply-To: <1332873929.61164.YahooMailNeo@web113718.mail.gq1.yahoo.com> References: <1331837367.59293.YahooMailNeo@web113705.mail.gq1.yahoo.com> <1331968370.86715.YahooMailNeo@web113705.mail.gq1.yahoo.com> <1332873929.61164.YahooMailNeo@web113718.mail.gq1.yahoo.com> Message-ID: 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