Integrated: 8297382: Test fails to compile after JDK-8288047

Tobias Hartmann thartmann at openjdk.org
Tue Nov 22 09:29:42 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

This pull request has now been integrated.

Changeset: 42c20374
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/42c2037429a8ee6f683bbbc99fb48c540519524c
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8297382: Test fails to compile after JDK-8288047

Reviewed-by: chagedorn

-------------

PR: https://git.openjdk.org/jdk/pull/11282


More information about the hotspot-compiler-dev mailing list