|
1 | 1 | /* |
2 | | - * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 1997, 2021, 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 |
@@ -471,7 +471,7 @@ void Bytecodes::initialize() { |
471 | 471 | def(_new , "new" , "bkk" , NULL , T_OBJECT , 1, true ); |
472 | 472 | def(_newarray , "newarray" , "bc" , NULL , T_OBJECT , 0, true ); |
473 | 473 | def(_anewarray , "anewarray" , "bkk" , NULL , T_OBJECT , 0, true ); |
474 | | - def(_arraylength , "arraylength" , "b" , NULL , T_VOID , 0, true ); |
| 474 | + def(_arraylength , "arraylength" , "b" , NULL , T_INT , 0, true ); |
475 | 475 | def(_athrow , "athrow" , "b" , NULL , T_VOID , -1, true ); |
476 | 476 | def(_checkcast , "checkcast" , "bkk" , NULL , T_OBJECT , 0, true ); |
477 | 477 | def(_instanceof , "instanceof" , "bkk" , NULL , T_INT , 0, true ); |
|
0 commit comments