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

/openjdk7/hotspot/test/compiler/6431242/
H A DTest.java37 int[] _arr_i_cp = new int [_len]; field in class:Test
123 test_copy_ints(_arr_i_cp, _arr_i);
125 if (_arr_i_cp[j] != _ir) {
130 test_copy_ints_reversed(_arr_i_cp, _arr_i);
132 if (_arr_i_cp[j] != _ir1) {
136 test_copy_ints_store_reversed(_arr_i_cp, _arr_i);
138 if (_arr_i_cp[j] != _ir2) {

Completed in 29 milliseconds