Searched refs:shouldInstrumentNew (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DOptions.java27 public boolean shouldInstrumentNew = false; field in class:Options
H A DInject.java176 if (options.shouldInstrumentNew || options.shouldInstrumentObjectInit) {
447 if (options.shouldInstrumentNew) {

Completed in 43 milliseconds