All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opalj.hermes.queries.BytecodeInstrumentationAPIUsage.markdown Maven / Gradle / Ivy

The newest version!
# BytecodeInstrumentation API Usage

Extracts usage information about the `java.lang.instrument.Instrumentation` interface which allows 
to instrument Java bytecode over JVM TI.

## Class-File (Re-)Transformation

Methods in this category facilitate dynamic transformation of classes that have already been loaded.

## Native Method Instrumentation

Methods in this category allow native methods to be instrumented by providing a JVM-aware mechanism for wrapping the native method.

## Appending Class Loader Search

Methods in this category allow instrumentation support classes to be defined in the appropriate class loader.

## Retrieve Classes Information

Methods in this categroy allow to retrieve information about currently loaded and instantiated classes.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy