JVMPI/JVMDI vs JVMTI

Hi,

I was looking at JVMTI and what your capabilities are to create an own agent.

Additionally it would be very interesting for me to know, what changed from JVMPI/JVMDI ? I know that the former APIs are deprecated in JDK 1.5 and will be completely removed but I would like to know more facts without having the need to look deep into the implementation.

E.g. has the programming model been the same (with JNI ? ). Were there any changes in regard to performance of the API (can you say that JVMTI has become quicker ? ).

Maybe somebody can give me some thoughts what has changed.

Thanks,

Philipp.

[642 byte] By [philipp.busschea] at [2007-11-26 20:38:20]
# 1
This is a good reference on this topic: http://java.sun.com/developer/technicalArticles/Programming/jvmpitransition/
alan.batemana at 2007-7-10 1:55:03 > top of Java-index,Core,Monitoring & Management...
# 2
Hi,thanks for the link. It was very helpful.Philipp.
philipp.busschea at 2007-7-10 1:55:03 > top of Java-index,Core,Monitoring & Management...