Searched defs:TEST_ARRAYCOPY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp210 #define TEST_ARRAYCOPY(type) \ macro
217 TEST_ARRAYCOPY(jbyte);
218 TEST_ARRAYCOPY(jshort);
219 TEST_ARRAYCOPY(jint);
220 TEST_ARRAYCOPY(jlong);
222 #undef TEST_ARRAYCOPY macro

Completed in 32 milliseconds