mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8205459: Rename Access API flag decorators
Rename OOP_NOT_NULL, IN_HEAP_ARRAY, AS_DEST_NOT_INITIALIZED Reviewed-by: pliden, stefank
This commit is contained in:
parent
49396d51e9
commit
b84c23399e
67 changed files with 263 additions and 276 deletions
|
@ -102,7 +102,7 @@ oop_arraycopy_in_heap(arrayOop src_obj, size_t src_offset_in_bytes, T* src_raw,
|
|||
if (!HasDecorator<decorators, ARRAYCOPY_CHECKCAST>::value) {
|
||||
// Optimized covariant case
|
||||
bs->write_ref_array_pre(dst_raw, length,
|
||||
HasDecorator<decorators, AS_DEST_NOT_INITIALIZED>::value);
|
||||
HasDecorator<decorators, IS_DEST_UNINITIALIZED>::value);
|
||||
Raw::oop_arraycopy(NULL, 0, src_raw, NULL, 0, dst_raw, length);
|
||||
bs->write_ref_array((HeapWord*)dst_raw, length);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue