JDK-6173575 : JVMTI spec: ability meeded to specify a set of classes to be loaded by the bootstrap class loader
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-10-04
  • Updated: 2017-05-16
  • Resolved: 2005-04-30
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.
JDK 6
6 b35Fixed
Related Reports
Relates :  
Description
Tools that use bytecode instrumentation must, in some cases, have the instrumentation code loaded by the bootstrap class loader.  Currently that can only be done by appending to this path which can only be done in the OnLoad phase.  With 'attach on demand' this capability becomes more important.
###@###.### 10/4/04 01:55 GMT

Comments
EVALUATION Must be provided ###@###.### 10/4/04 01:55 GMT The JVMTI changes have been integrated for b33. ###@###.### 2005-04-20 19:21:39 GMT The java.lang.instrument changes have been putback for b35. ###@###.### 2005-04-22 15:31:37 GMT
04-10-2004

SUGGESTED FIX Alan has investigated a JAR file based approach. ###@###.### 10/4/04 01:55 GMT
04-10-2004