Implement this part of the JVMTI spec --
Libraries loaded with -agentlib: or -agentpath:
will be searched for JNI native method implementations to facilitate the
use of Java programming language code in tools, as is needed for
bytecode instrumentation.
The agent libraries will be searched after all other libraries have been
searched ...
###@###.### 2003-08-12
Libraries loaded with -agentlib: or -agentpath:
will be searched for JNI native method implementations to facilitate the
use of Java programming language code in tools, as is needed for
bytecode instrumentation.
The agent libraries will be searched after all other libraries have been
searched ...
###@###.### 2003-08-12
- relates to
-
JDK-4639363 Java Platform Profiling Architecture (JSR-163)
- Resolved