src/hotspot/share/oops/accessBackend.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/oops/accessBackend.cpp	Mon Jan 29 16:16:27 2018
--- new/src/hotspot/share/oops/accessBackend.cpp	Mon Jan 29 16:16:26 2018

*** 170,189 **** --- 170,174 ---- template<> void arraycopy_conjoint_atomic<jlong>(jlong* src, jlong* dst, size_t length) { Copy::conjoint_jlongs_atomic(src, dst, length); } } template void AccessInternal::arraycopy_conjoint<jbyte>(jbyte* src, jbyte* dst, size_t length); template void AccessInternal::arraycopy_conjoint<jshort>(jshort* src, jshort* dst, size_t length); template void AccessInternal::arraycopy_conjoint<jint>(jint* src, jint* dst, size_t length); template void AccessInternal::arraycopy_conjoint<jlong>(jlong* src, jlong* dst, size_t length); template void AccessInternal::arraycopy_arrayof_conjoint<jbyte>(jbyte* src, jbyte* dst, size_t length); template void AccessInternal::arraycopy_arrayof_conjoint<jshort>(jshort* src, jshort* dst, size_t length); template void AccessInternal::arraycopy_arrayof_conjoint<jint>(jint* src, jint* dst, size_t length); template void AccessInternal::arraycopy_arrayof_conjoint<jlong>(jlong* src, jlong* dst, size_t length); template void AccessInternal::arraycopy_conjoint_atomic<jbyte>(jbyte* src, jbyte* dst, size_t length); template void AccessInternal::arraycopy_conjoint_atomic<jshort>(jshort* src, jshort* dst, size_t length); template void AccessInternal::arraycopy_conjoint_atomic<jint>(jint* src, jint* dst, size_t length); template void AccessInternal::arraycopy_conjoint_atomic<jlong>(jlong* src, jlong* dst, size_t length);

src/hotspot/share/oops/accessBackend.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File