Displaying 2 results from an estimated 2 matches for "djvm".
Did you mean:
djm
2009 Sep 09
3
Dtrace and java 1.5
Hi,
I have used dtrace in the past for diagnosing IO/filesystem related issues.
So I am a bit familiar with dtrace scripts
Now I want to diagnose performance problems in the java area.
May be memory leak etc.
The hotspot provider is not present.
How can I get them?
Does someone have any further advice?
regards Hans
--
This message posted from opensolaris.org
2006 Oct 11
5
Where is djvmti Agent?
..._32=/opt/dvm/build/sparc/lib
[jbuckley at load0 ~]$ java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
Still works...
[jbuckley at load0 ~]$ export JAVA_TOOL_OPTIONS=-Xrundjvmti:all
[jbuckley at load0 ~]$ java -version
Picked up JAVA_TOOL_OPTIONS: -Xrundjvmti:all
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: djvmti
What am I missing?
Where are the dvm and/or djvm[tp]i agent libraries?
[jbuckley at...