Searched refs:shouldInstrumentNativeMethods (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DOptions.java32 public boolean shouldInstrumentNativeMethods = false; field in class:Options
H A DInject.java285 if (options.shouldInstrumentNativeMethods && (accessFlags & ACC_NATIVE) != 0) {
/openjdk7/jdk/test/java/lang/instrument/
H A DNativeMethodPrefixAgent.java66 opt.shouldInstrumentNativeMethods = true;

Completed in 43 milliseconds