mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
ac061d0424
782 changed files with 51393 additions and 7280 deletions
|
@ -3294,7 +3294,8 @@ void TemplateTable::_new() {
|
|||
__ set((intptr_t)markOopDesc::prototype(), G4_scratch);
|
||||
}
|
||||
__ st_ptr(G4_scratch, RallocatedObject, oopDesc::mark_offset_in_bytes()); // mark
|
||||
__ store_klass(RinstanceKlass, RallocatedObject); // klass
|
||||
__ store_klass_gap(G0, RallocatedObject); // klass gap if compressed
|
||||
__ store_klass(RinstanceKlass, RallocatedObject); // klass (last for cms)
|
||||
|
||||
{
|
||||
SkipIfEqual skip_if(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue