|
1 | 1 | /*
|
2 |
| - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
@@ -532,8 +532,8 @@ void Bytecodes::initialize() {
|
532 | 532 | def(_nofast_getfield , "nofast_getfield" , "bJJ" , NULL , T_ILLEGAL, 0, true, _getfield );
|
533 | 533 | def(_nofast_putfield , "nofast_putfield" , "bJJ" , NULL , T_ILLEGAL, -2, true , _putfield );
|
534 | 534 |
|
535 |
| - def(_nofast_aload_0 , "nofast_aload_0" , "b" , NULL , T_ILLEGAL, 1, true , _aload_0 ); |
536 |
| - def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_ILLEGAL, 1, false, _iload ); |
| 535 | + def(_nofast_aload_0 , "nofast_aload_0" , "b" , NULL , T_OBJECT, 1, true , _aload_0 ); |
| 536 | + def(_nofast_iload , "nofast_iload" , "bi" , NULL , T_INT, 1, false, _iload ); |
537 | 537 |
|
538 | 538 | def(_shouldnotreachhere , "_shouldnotreachhere" , "b" , NULL , T_VOID , 0, false);
|
539 | 539 |
|
|
0 commit comments