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

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

Completed in 232 milliseconds