mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8013067: Zero builds are broken after 8010862
Fixed broken Zero build. Reviewed-by: twisti, coleenp, kvn
This commit is contained in:
parent
a4ca5b8a49
commit
ba80b3e045
3 changed files with 24 additions and 22 deletions
|
@ -67,7 +67,7 @@
|
|||
// | ConstMethod* (oop) |
|
||||
// |------------------------------------------------------|
|
||||
// | methodData (oop) |
|
||||
// | interp_invocation_count |
|
||||
// | methodCounters |
|
||||
// |------------------------------------------------------|
|
||||
// | access_flags |
|
||||
// | vtable_index |
|
||||
|
@ -76,16 +76,6 @@
|
|||
// |------------------------------------------------------|
|
||||
// | method_size | intrinsic_id| flags |
|
||||
// |------------------------------------------------------|
|
||||
// | throwout_count | num_breakpoints |
|
||||
// |------------------------------------------------------|
|
||||
// | invocation_counter |
|
||||
// | backedge_counter |
|
||||
// |------------------------------------------------------|
|
||||
// | prev_time (tiered only, 64 bit wide) |
|
||||
// | |
|
||||
// |------------------------------------------------------|
|
||||
// | rate (tiered) |
|
||||
// |------------------------------------------------------|
|
||||
// | code (pointer) |
|
||||
// | i2i (pointer) |
|
||||
// | adapter (pointer) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue