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

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java53 private final Map<Integer,byte[]> snippets = new HashMap<>(); field in class:InjectBytecodes
91 snippets.put(new Integer(at), newCode);
190 if (!snippets.isEmpty()) {
191 throw new Error("not all snippets written");
432 byte[] newCode = snippets.remove(new Integer(pos));

Completed in 1132 milliseconds