RFR: 8200559: Java agents doing instrumentation need a means to define auxiliary classes [v2]
Alexander Kriegisch
duke at openjdk.org
Fri Jan 26 08:04:47 UTC 2024
On Thu, 25 Jan 2024 12:16:13 GMT, Rafael Winterhalter <winterhalter at openjdk.org> wrote:
> BB currently opens the jdk.internal.misc.Unsafe class to a module on a seperate class loader that is not reachable outside an agent, using Instrumentation.
@raphw, may I ask how? Is there any sample code that is not connected to the BB code base with its nested classes, interfaces etc.? I know, that caters nicely to the fluent DSL BB provides, but to me it is just a maze of code that is hard to comprehend.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/3546#issuecomment-1911633482
More information about the core-libs-dev
mailing list