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

/openjdk7/jdk/test/sun/misc/
H A DCopyMemory.java43 private final static int FILLER2 = 0x33; field in class:CopyMemory
124 set(b2, 0, BUFFER_SIZE, FILLER2);
132 check(b2, 0, ofs2 - 1, FILLER2);
134 check(b2, ofs2 + len, BUFFER_SIZE - (ofs2 + len), FILLER2);
144 set(unsafe, b2, 0, BUFFER_SIZE, FILLER2);
152 check(unsafe, b2, 0, ofs2 - 1, FILLER2);
154 check(unsafe, b2, ofs2 + len, BUFFER_SIZE - (ofs2 + len), FILLER2);
164 set(b2, 0, BUFFER_SIZE, FILLER2);
172 check(b2, 0, ofs2 - 1, FILLER2);
174 check(b2, ofs2 + len, BUFFER_SIZE - (ofs2 + len), FILLER2);
[all...]

Completed in 535 milliseconds