Hi Peter,

Try a combination like -XX:+UnlockDiagnosticVMOptions
-XX:+PrintNMethods -XX:+PrintSignatureHandlers -XX:+PrintAssembly

Or this link:

http://wikis.sun.com/display/HotSpotInternals/PrintAssembly

This should work on 6u18 and above.

Thanks,

Ben

On 15 Dec 2009, at 12:31, Peter Veentjer <alarmnum...@gmail.com> wrote:

> I also have troubles figuring out how 'smart' the JIT is (or how smart
> the CPU is).
>
> So getting access to the generated assembler would be a big step
> forward for me as well.
>
> ps:
> although I'm not working on a language, I'm working on a library
> (http://multiverse.googlecode.com)
> that could be seen as a language feature (software transactional
> memory).
>
> On Tue, Dec 15, 2009 at 1:09 PM, Kresten Krab Thorup
> <k...@trifork.com> wrote:
>> How do you get the emitted code?  I did not know you can do that.
>> Can
>> you get description of what is inlined and why also?
>>
>> On Dec 14, 7:16 pm, Charles Oliver Nutter <head...@headius.com>
>> wrote:
>>> Debug it or just read it? There are numerous options available to
>>> get
>>> you assembly output, if that's what you want. I've read more of it
>>> than I like to admit...
>>>
>>> - Charlie
>>
>> --
>>
>> You received this message because you are subscribed to the Google
>> Groups "JVM Languages" group.
>> To post to this group, send email to jvm-langua...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> jvm-languages+unsubscr...@googlegroups.com
>> .
>> 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 jvm-langua...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jvm-languages+unsubscr...@googlegroups.com
> .
> 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 jvm-langua...@googlegroups.com.
To unsubscribe from this group, send email to 
jvm-languages+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.


Reply via email to