8325485: IncrementInstructions.of(int, int) is not storing the args

Reviewed-by: liach, jlahoda
This commit is contained in:
Adam Sotona 2024-04-09 11:08:10 +00:00
parent b9331cd25c
commit 8907eda779
4 changed files with 407 additions and 395 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -860,7 +860,7 @@ public abstract sealed class AbstractInstruction
@Override
public int constant() {
return 0;
return constant;
}
@Override