Displaying 3 results from an estimated 3 matches for "libdvmti".
2009 May 15
13
How to calculate java method timestamp?
Hi,
I need help in calculating Java method time-stamp in following fashion.
Consider following method example.
long method3(long stop) {
try {
Thread.sleep(1500);
} catch (Exception e) {
}
//////////////////// real CPU intensive operation ///////////////////////////
for (int i = 1; i < stop; i++) {
stop = stop * stop * i;
};
2006 Oct 13
3
error running webserver 7 with the DTrace dvm agents...
...bsp; root 78076 Mar 3 2006 libdvmpi.so<br>
-rwxrwxr-x 1 root root 109080 Mar 3 2006 libdvmti.so<br>
root@ps-eng7: ls -l /export1/dvm/build/sparcv9/lib<br>
total 532<br>
-rw-rw-r-- 1 root root 1103 Mar 3 2006 dvmti.jar<br&...
2006 Oct 11
5
Where is djvmti Agent?
What am I missing?
[Download dvm.zip from https://solaris10-dtrace-vm-agents.dev.java.net/]
[root at load0 /]$ mkdir /opt/dvm;cd /opt/dvm
root at load0 dvm]$ unzip /home/jbuckley/dvm.zip
[jbuckley at load0 ~]$ more /etc/release
Solaris Nevada snv_45 SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to