annotation

This commit is contained in:
Volker Berlin 2021-01-03 19:20:44 +01:00
parent 5c7f7f380c
commit 8263463be9

View File

@ -734,7 +734,7 @@ public abstract class WasmCodeBuilder {
* @param lineNumber * @param lineNumber
* the line number in the Java source code * the line number in the Java source code
*/ */
protected void addArrayInstruction( ArrayOperator op, AnyType type, int javaCodePos, int lineNumber ) { protected void addArrayInstruction( @Nonnull ArrayOperator op, @Nonnull AnyType type, int javaCodePos, int lineNumber ) {
boolean useGC = options.useGC(); boolean useGC = options.useGC();
if( useGC ) { if( useGC ) {
// replace the the array wrapper on the stack with the native array // replace the the array wrapper on the stack with the native array