Searched refs:Inject (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java97 if (Inject.verbose) {
107 if (Inject.verbose) {
124 if (Inject.verbose) {
130 if (Inject.verbose) {
136 if (Inject.verbose) {
142 if (Inject.verbose) {
152 if (Inject.verbose) {
164 if (Inject.verbose) {
270 if (Inject.verbose) {
279 if (Inject
[all...]
H A DInject.java34 public class Inject implements RuntimeConstants { class in inherits:RuntimeConstants
41 (new Inject(className, c, loader == null, opt)).doit();
155 Inject(String className, ClassReaderWriter c, boolean isSystem, Options options) { method in class:Inject
/openjdk7/jdk/test/java/lang/instrument/
H A DNativeMethodPrefixAgent.java72 byte[] newcf = Inject.instrumentation(opt, loader, className, classfileBuffer);
H A DRetransformAgent.java85 byte[] newcf = Inject.instrumentation(opt, loader, className, classfileBuffer);

Completed in 49 milliseconds