Integrated: 8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests
Thomas Schatzl
tschatzl at openjdk.org
Wed Jul 13 16:11:23 UTC 2022
On Mon, 11 Jul 2022 07:39:02 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for removal of the use of `-XX:+IgnoreUnrecognizedVMOptions` for gc tests?
>
> As per [JDK-8228493](https://bugs.openjdk.org/browse/JDK-8228493) use of that option has drawbacks wrt to test reliability, so trying to remove them by
> * duplicating `@test` blocks (mostly sme Shenandoah tests as I could not find a good way for them)
> * adding additional `@requires`
> * removing it in tests where it is not actually required
>
> Testing: gha, running tests
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 2583feb2
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2583feb21bf5419afc3c1953d964cf89d65fe8a2
Stats: 282 lines in 13 files changed: 208 ins; 24 del; 50 mod
8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests
Reviewed-by: ayang, lkorinth, kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/9443
More information about the hotspot-gc-dev
mailing list