mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8325485: IncrementInstructions.of(int, int) is not storing the args
Reviewed-by: liach, jlahoda
This commit is contained in:
parent
b9331cd25c
commit
8907eda779
4 changed files with 407 additions and 395 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue