On Wed, Nov 10, 2010 at 10:58 PM, John Rose <[email protected]> wrote:
> On Nov 10, 2010, at 10:29 AM, iulian dragos wrote: > > 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)? > > > Hi Iulian. I just posted the answer below. There is Mac support for the > required plugin. > Thank you! Very useful information! iulian > > -- John > > For the HotSpot (was Sun) JVM, even in product modes: > > http://wikis.sun.com/display/HotSpotInternals/PrintAssembly > > Some assembly required: It requires a plugin. > > -- > 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. > -- « 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]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
