You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could use btrace script to trace other java methods. But when I try to trace sun.misc.Unsafe::allocateMemory or sun.misc.Unsafe::freeMemory, I can not get output. Can you tell me if it's a limit of btrace?
The text was updated successfully, but these errors were encountered:
Unfortunately, no. Unsafe is a protected class for BTrace - we can't instrument it since we strongly depend on that class. Also, this particular method is 'native' and BTrace does not support native method instrumentation.
I could use btrace script to trace other java methods. But when I try to trace sun.misc.Unsafe::allocateMemory or sun.misc.Unsafe::freeMemory, I can not get output. Can you tell me if it's a limit of btrace?
The text was updated successfully, but these errors were encountered: