Is anybody interested in porting the JDK6 to MIPS arch
Kelly O'Hair
Kelly.Ohair at Sun.COM
Mon Jun 18 10:02:56 PDT 2007
The free Sun Studio 12 compilers are available for Linux X86.
I'm not sure if the dbx in it can debug a g++ built app (it can debug a
gcc or
plain C build app), dbx might be a better answer than gdb,
if it could understand the g++ debug information.
The other possibility would be to try and build Hotspot with the Sun
Studio 12
Linux compilers, then the dbx will definitely work, but I don't know of
anyone
that has done that yet.
We want to try this at some point, to see if the performance might
improve over g++/gcc,
but I haven't had the time to try it. I'd welcome someone giving it a try.
-kto
chenjie wrote:
> I have completed porting the JVM5 c1 on Loongson(MIPSIII instruction
> set), and now I
> am porting the JVM6. If I got more hands, I will speed up the porting
> progress.by the way,
> I found it is difficult to debug JVM by the current tools: gdb, JVM -XX
> parameter,
> crash reports. do anybody get some better ideas to debug?
>
>
More information about the hotspot-dev
mailing list