< prev index next > src/hotspot/share/gc/g1/g1ParScanThreadState.hpp
Print this page
/*
- * Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
#endif // TASKQUEUE_STATS
private:
void do_partial_array(PartialArrayState* state, bool stolen);
void start_partial_objarray(oop from, oop to);
+ void process_array_chunk(objArrayOop obj, size_t start, size_t end);
HeapWord* allocate_copy_slow(G1HeapRegionAttr* dest_attr,
Klass* klass,
size_t word_sz,
uint age,
< prev index next >