Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvmti

How to uniquely distinguish Java's object instance

java jvmti

How to abort long running invokeMethod on com.sun.jdi.ObjectReference?

Converting BCI (bytecode indices) to source code line numbers

JDI: How to pause a Java application (JVM) like in the debugger

java jvmti jdi

Java Attach API: UnsatisfiedLinkError

What are these threads which are spwaned when a Java application begins its execution?

java multithreading jvmti

Adding invokestatic to java/lang/Object.<init> via JVM TI agent causes JVM to crash with segfault

creating a JVM from within a JNI method

How can JVMTI agent set a JVM flag on startup?

java jvm jvmti

DebuggerStepThrough equivalent for Java

java debugging jvmti jdi

Is there a way to generate a periodic java thread dump using JVMTI?

java jvmti thread-dump

Can I programmatically find out in which GC generation an instance lives?

How to retransform an executing method with JVMTI agent which has no further invocations?

Unloading a JVMTI agent at runtime?

java jvmti

notifyAll() number of invocations difference while profiling

Java JVMTI doesn't work alongside -Xdebug -Xrunjdwp

java debugging jvmti jdwp

AttachNotSupportedException due to missing java_pid file in Attach API

java jvmti

Java API on top of JVMTI?

java jvmti