On 10 November 2010 18:29, iulian dragos <[email protected]> wrote: > Hello, > > I see every now and then people talking about looking at the native code > generated by the hotspot compiler. How can I do that? I'd like to peek at > the jit-compiled code to diagnose some performance problems. > > The only thing I could find was this stack overflow question: > http://stackoverflow.com/questions/1503479/how-to-see-jit-compiled-code-in-jvm > but > I could not find any debug builds for the Mac OS. I could install Linux in a > VirtualBox, if that's the only way. Anybody can suggest other ways? Could I > use OpenJDK instead? Are the jit compilers the same as for hotspot (in other > words, my performance analysis would carry over to HotSpot)? >
I would love to have this available by homebrew, but this is the best reference I've seen (not tested). http://wikis.sun.com/display/OpenJDK/Darwin10Build Cheers, James > > thanks! > iulian > > > -- > « Je déteste la montagne, ça cache le paysage » > Alphonse Allais > > -- > You received this message because you are subscribed to the Google Groups > "JVM Languages" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jvm-languages%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jvm-languages?hl=en. > -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
