A warning exists in the JVM TI spec for method exit:
Enabling method entry or exit events will significantly degrade performance on many platforms and is thus not advised for performance critical usage (such as profiling). Bytecode instrumentation should be used in these cases.
It is clearly supposed to be on both events, so it needs to be added to entry.
###@###.### 2005-05-02 19:51:34 GMT
Enabling method entry or exit events will significantly degrade performance on many platforms and is thus not advised for performance critical usage (such as profiling). Bytecode instrumentation should be used in these cases.
It is clearly supposed to be on both events, so it needs to be added to entry.
###@###.### 2005-05-02 19:51:34 GMT