search for: cbmethodentry

Displaying 1 result from an estimated 1 matches for "cbmethodentry".

2006 Mar 16
0
Re: Can dtrace agent of JDK be used in IBM Websphere?
...{ self->ts[copyinstr(arg0),copyinstr(arg1)] = vtimestamp; } dvm$target:::method-return { @ts[copyinstr(arg0),copyinstr(arg1)] = sum(vtimestamp - self->ts[copyinstr(arg0),copyinstr(arg1)]); } Error message: .................. dtrace: error on enabled probe ID 1 (ID 5644: dvm2514:libdvmpi.so:cbMethodEntry: method-entry): invalid address (0x0) in action #1 at DIF offset 64 dtrace: error on enabled probe ID 2 (ID 5639: dvm2514:libdvmpi.so:cbMethodExit:m ethod-return): invalid address (0x0) in action #3 at DIF offset 28 dtrace: error on enabled probe ID 1 (ID 5644: dvm2514:libdvmpi.so:cbMethodEntry:...