David Vernet
David Vernet
Note that #24 is slightly different from this bug because we should not be returning the same RMI service even if for some reason it is being profiled by JCoz.
Nice, that should work. You'll have to figure out how to call it (or something equivalent) from the native JVMTI layer. Something along the lines of http://www.hildstrom.com/projects/jni/index.html should work. You...
@RichardH92 This is another good starter bug that is closely related to #21. Let me know if you have any questions and/or would rather work on something else.
Removing question tag as question is now reserved for the FAQ page / questions about JCoz itself rather than about how to make it better
After we refactor and get the profiler into a stable state we should chat with Emery and Charlie about this
Another potentially better solution than exposing a library is to use annotations: [https://docs.oracle.com/javase/tutorial/java/annotations/](https://docs.oracle.com/javase/tutorial/java/annotations/)
I did a lot of work on this while I was at CMU. I found that bytecode replacement was not better than using breakpoints. I'm leaving this open for now...
@osandov Just FYI these packages have a dependency on clang. Letting you know in case you don't want the default image to be bloated with that