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

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java37 private static final int SECTIONS = 2; field in class:ClassReaderWriter
42 private int[] genSectionPos = new int[SECTIONS];
54 gen = new byte[sectionLength * SECTIONS];
55 for (int section = 0; section < SECTIONS; ++section) {
74 for (section = 0; section < SECTIONS; ++section) {
82 for (section = 0; section < SECTIONS; ++section) {

Completed in 29 milliseconds