Can you try # dtrace -n hotspot1050:::'{@[probename]=count()}' This seems to work for me on 1.7.0_55 -Angelo
It's wonderful! It's works! Thanks. # dtrace -n hotspot1050:::'{@[probename]=count()}' dtrace: description 'hotspot1050:::' matched 66 probes ^C thread-unpark 1 thread-park-begin 11 thread-park-end 11 thread-sleep-begin 130 thread-sleep-end 130 object-alloc 467 method-entry 29316 method-return 29316 # dtrace -l hotspot*::: | wc -l 69213 # dtrace -l | grep hotspot | wc -l 539 So, I am not enough understand lazy load ------------------------------------------- dtrace-discuss Archives: https://www.listbox.com/member/archive/184261/=now RSS Feed: https://www.listbox.com/member/archive/rss/184261/25769126-e243886f Modify Your Subscription: https://www.listbox.com/member/?member_id=25769126&id_secret=25769126-8d47a7b2 Powered by Listbox: http://www.listbox.com