Commit 92b18fc duke
committed Nov 20, 2021
File tree 1 file changed +2
-2
lines changed
src/hotspot/share/interpreter/zero
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2805,7 +2805,7 @@ void BytecodeInterpreter::run(interpreterState istate) {
2805
2805
UPDATE_PC_AND_TOS_AND_CONTINUE (4 , 1 );
2806
2806
}
2807
2807
2808
- CASE (_fast_faccess_0 ): {
2808
+ CASE (_fast_iaccess_0 ): {
2809
2809
u2 index = Bytes::get_native_u2 (pc+2 );
2810
2810
ConstantPoolCacheEntry* cache = cp->entry_at (index );
2811
2811
int field_offset = cache->f2_as_index ();
@@ -2820,7 +2820,7 @@ void BytecodeInterpreter::run(interpreterState istate) {
2820
2820
UPDATE_PC_AND_TOS_AND_CONTINUE (4 , 1 );
2821
2821
}
2822
2822
2823
- CASE (_fast_iaccess_0 ): {
2823
+ CASE (_fast_faccess_0 ): {
2824
2824
u2 index = Bytes::get_native_u2 (pc+2 );
2825
2825
ConstantPoolCacheEntry* cache = cp->entry_at (index );
2826
2826
int field_offset = cache->f2_as_index ();
You can’t perform that action at this time.
0 commit comments