On Thu, Nov 11, 2010 at 12:01 PM, iulian dragos <[email protected]> wrote:

>
>
> 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!
>

In fact, it turns out I cannot build it on Mac OS. Looking at the Makefile
for hsdis, I found this:

## OS = Windows ##
else   # !SunOS, !Linux => Windows
OS = windows
CC = gcc
...

So it seems the assumption is that if we're neither Linux nor Solaris, we
must be running on Windows :)

Any ideas what's the easiest way to get a working hsdis for JDK6 on Mac OS?

thanks,
iulian


>
> 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
>



-- 
« 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.

Reply via email to