JDK-4905096 : JVMTI implementation: native methods in agent must be available to Java code
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-08-12
  • Updated: 2003-12-02
  • Resolved: 2003-12-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 betaFixed
Related Reports
Relates :  
Description
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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-beta
14-06-2004

EVALUATION This needs to be added into native method lookup. ###@###.### 2003-08-12
12-08-2003