8314749: Remove unimplemented _Copy_conjoint_oops_atomic

Reviewed-by: dcubed
This commit is contained in:
Albert Mingkun Yang 2023-08-22 17:23:37 +00:00
parent 32bf468c3b
commit ce1ded1a4f

View File

@ -41,7 +41,6 @@ extern "C" {
void _Copy_conjoint_jshorts_atomic(const jshort* from, jshort* to, size_t count);
void _Copy_conjoint_jints_atomic (const jint* from, jint* to, size_t count);
void _Copy_conjoint_jlongs_atomic (const jlong* from, jlong* to, size_t count);
void _Copy_conjoint_oops_atomic (const oop* from, oop* to, size_t count);
void _Copy_arrayof_conjoint_bytes (const HeapWord* from, HeapWord* to, size_t count);
void _Copy_arrayof_conjoint_jshorts(const HeapWord* from, HeapWord* to, size_t count);