JOL has this neat way of attaching the agent at runtime to avoid requiring users to pass -javaagent on the cmdline.
http://hg.openjdk.java.net/code-tools/jol/file/9c716b63a6cf/jol-core/src/main/java/org/openjdk/jol/util/InstrumentationSupport.java
Would you be willing to adopt that approach in this lib?
JOL has this neat way of attaching the agent at runtime to avoid requiring users to pass -javaagent on the cmdline.
http://hg.openjdk.java.net/code-tools/jol/file/9c716b63a6cf/jol-core/src/main/java/org/openjdk/jol/util/InstrumentationSupport.java
Would you be willing to adopt that approach in this lib?