RFR: 8297382: Test fails to compile after JDK-8288047
Christian Hagedorn
chagedorn at openjdk.org
Tue Nov 22 09:24:20 UTC 2022
On Tue, 22 Nov 2022 08:28:44 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> [JDK-8288047](https://bugs.openjdk.org/browse/JDK-8288047) added `long[] getLimbs()` to `src/java.base/share/classes/sun/security/util/math/IntegerModuloP.java` but forgot to override that method in test implementation `test/jdk/sun/security/util/math/BigIntegerModuloP.java`.
>
> Thanks,
> Tobias
Looks good and trivial!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11282
More information about the hotspot-compiler-dev
mailing list