mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
Merge
This commit is contained in:
commit
1e094bab2d
200 changed files with 10670 additions and 1403 deletions
|
@ -151,7 +151,7 @@ class CollectedHeap : public CHeapObj<mtInternal> {
|
|||
inline static void post_allocation_setup_no_klass_install(KlassHandle klass,
|
||||
HeapWord* objPtr);
|
||||
|
||||
inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj);
|
||||
inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj, int size);
|
||||
|
||||
inline static void post_allocation_setup_array(KlassHandle klass,
|
||||
HeapWord* obj, int length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue