JDK-8197844 : JVMTI GetLoadedClasses should use the Access API
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-02-13
  • Updated: 2018-04-04
  • Resolved: 2018-03-21
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 11
11 b07Fixed
Related Reports
Relates :  
Description
The GetLoadedClasses function of JVMTI uses explicit G1 SATB enqueue barriers to make sure that classes fetched during concurrent marking are not unloaded. Instead, the Access API should be used to make the semantics clearer and the implementation more modular.