How can I disable JVM bytecode verification at runtime?...
Read MoreHow to debug a java app that uses a JVMTI agent to set breakpoint (Unable to get necessary JVMTI cap...
Read MoreHow to Get the values of method local variables and class variables using jvmti...
Read MoreJava JVMTI doesn't work alongside -Xdebug -Xrunjdwp...
Read MoreHow to trace java application in "dtrace style"?...
Read MoreHow to set -javaagent differently?...
Read MoreHow to receive breakpoint events by jvmti, from remoting debugger?...
Read MoreJVMTI Allocate/Deallocate and malloc/free...
Read MoreJava Force Garbage collection without using JVMTI?...
Read MoreHow is Java's JDI cross platform if JVMTI is not?...
Read MoreGet number of instances of a given Java class using a Java agent?...
Read MoreHow JVM collect ThreadDump underhood...
Read MoreWhy when processing JVMTI EVENT_EXCEPTION the JVM sometimes crashes or starts slowly?...
Read MoreHow can I catch JIT's deoptimization events like "unstable_if" with JNI+JVMTI...
Read MoreJava Bytecode Instrumentation: NullPointerException in reflective call to defineClass...
Read MoreWhat is diff between JVMTI_EVENT_COMPILED_METHOD_* and JVMTI_EVENT_DYNAMIC_CODE_GENERATED?...
Read MoreHow to properly write a SIGPROF handler that invokes AsyncGetCallTrace?...
Read MoreHow to know if an `com.sun.jdi.ObjectReference` is an Enum?...
Read MoreHow to hide variables from Java's JDI?...
Read More'variable JNIEXPORT is not type name'...
Read MoreRace condition in java agent between initializing ThreadStart event callback and agent threads being...
Read MoreIs it possible to get JDI's current StackFrame in Java at the debuggee side?...
Read MoreJVMTI - Get line number from jvmtiFrameInfo...
Read MoreJNI GetObjectClass with primitive type...
Read MoreHow to access JVM internal data structures using the Hotspot Dynamic Attach Mechanism?...
Read MoreDoes requesting a stack trace from a particular thread require all threads to be at a safe point?...
Read MoreWill breakpoints set via SetBreakpoint in JVMTI from one agent be visible to a remote debugger conne...
Read MoreWhat is the difference between JVMTI SuspendThread and Javas thread.suspend?...
Read More