mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 04:43:32 +00:00
8314749: Remove unimplemented _Copy_conjoint_oops_atomic
Reviewed-by: dcubed
This commit is contained in:
parent
32bf468c3b
commit
ce1ded1a4f
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user