At some point in time, we might add point-cut semantics here. At the moment, point-cut semantics can be simulated to some extent with the aid of InstrumentationDescriptor
At the moment there is not such thing as HotSpotContext. For example, HotSpotAdvice knows, that an invocation is being made, but it does not know what are the call parameters of the invocation, and it does not know what the invocation returned.
Future versions of HotSpotAdvice might have this knowledge. @see HotSpotAdvice @see HotSpot for the definition of hotspot
|
|