private JiapiMethod adviceMethod;
private Rule rule;
HSInstrumentor(HotSpotAdvice advice, byte[] hotSpots, String resolution) {
try {
this.rule = new Rule(resolution);
Loader l = new Loader();
log.debug("Loading advice " + advice.getClass().getName());
JiapiClass clazz = l.loadClass(advice.getClass().getName());
log.debug("Getting advice() method ");