mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
8277485: Zero: Fix _fast_{i,f}access_0 bytecodes handling
Reviewed-by: sgehwolf, shade
This commit is contained in:
parent
1c215f3369
commit
0a9e76c4f9
@ -2805,7 +2805,7 @@ run:
|
||||
UPDATE_PC_AND_TOS_AND_CONTINUE(4, 1);
|
||||
}
|
||||
|
||||
CASE(_fast_faccess_0): {
|
||||
CASE(_fast_iaccess_0): {
|
||||
u2 index = Bytes::get_native_u2(pc+2);
|
||||
ConstantPoolCacheEntry* cache = cp->entry_at(index);
|
||||
int field_offset = cache->f2_as_index();
|
||||
@ -2820,7 +2820,7 @@ run:
|
||||
UPDATE_PC_AND_TOS_AND_CONTINUE(4, 1);
|
||||
}
|
||||
|
||||
CASE(_fast_iaccess_0): {
|
||||
CASE(_fast_faccess_0): {
|
||||
u2 index = Bytes::get_native_u2(pc+2);
|
||||
ConstantPoolCacheEntry* cache = cp->entry_at(index);
|
||||
int field_offset = cache->f2_as_index();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user