Integrated: 8315969: compiler/rangechecks/TestRangeCheckHoistingScaledIV.java: make flagless
Evgeny Nikitin
enikitin at openjdk.org
Tue Nov 21 15:16:18 UTC 2023
On Mon, 20 Nov 2023 19:09:18 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:
> A recent improvement ([JDK-8314838](https://bugs.openjdk.org/browse/JDK-8314838)) changed dependant VM creation in that test - we now forward given arguments via 'ProcessTools.createTestJvm()'. It has been revealed, however, that the test doesn't work well with '-Xcomp'. A bug ([JDK-8316124](https://bugs.openjdk.org/browse/JDK-8316124)) has been filed.
>
> I suggest to temporarily make test 'vm.flagless' to allow for running the test in CI. As soon as [JDK-8316124](https://bugs.openjdk.org/browse/JDK-8316124) is fixed, we'll remove that limitation.
This pull request has now been integrated.
Changeset: 9598ff83
Author: Evgeny Nikitin <enikitin at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9598ff83860235281a08091128b5df90a4a76916
Stats: 4 lines in 2 files changed: 1 ins; 2 del; 1 mod
8315969: compiler/rangechecks/TestRangeCheckHoistingScaledIV.java: make flagless
Reviewed-by: thartmann, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/16746
More information about the hotspot-compiler-dev
mailing list