Withdrawn: 8319158: Parallel: Make TestObjectTenuringFlags use createTestJavaProcessBuilder
duke
duke at openjdk.org
Tue Apr 9 15:19:14 UTC 2024
On Tue, 31 Oct 2023 09:55:17 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:
> Tested with:
> `make run-test TEST=jtreg:test/hotspot/jtreg/gc/arguments/TestObjectTenuringFlags.java JTREG='VERBOSE=all;JAVA_OPTIONS='` -> pass 1
> `make run-test TEST=jtreg:test/hotspot/jtreg/gc/arguments/TestObjectTenuringFlags.java JTREG='VERBOSE=all;JAVA_OPTIONS=-XX:+UseSerialGC'` -> pass 0
> `make run-test TEST=jtreg:test/hotspot/jtreg/gc/arguments/TestObjectTenuringFlags.java JTREG='VERBOSE=all;JAVA_OPTIONS=-XX:+NeverTenure'` -> pass 0
>
> I will later (before integrating) run this test together with more tests through high tier testing to see that we do not fail when rotating flags.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/16432
More information about the hotspot-gc-dev
mailing list