Integrated: 8322242: [GenShen] TestAllocObjects#generational fails with "Unrecognized VM option 'ShenandoahSuspendibleWorkers'"
William Kemper
wkemper at openjdk.org
Fri Jan 12 19:07:05 UTC 2024
On Fri, 12 Jan 2024 18:58:00 GMT, William Kemper <wkemper at openjdk.org> wrote:
> 8322242: [GenShen] TestAllocObjects#generational fails with "Unrecognized VM option 'ShenandoahSuspendibleWorkers'"
This pull request has now been integrated.
Changeset: 6879fcc9
Author: William Kemper <wkemper at openjdk.org>
URL: https://git.openjdk.org/shenandoah-jdk21u/commit/6879fcc9cfe041299fdd09d38bfb72fbfd62c58c
Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 mod
8322242: [GenShen] TestAllocObjects#generational fails with "Unrecognized VM option 'ShenandoahSuspendibleWorkers'"
ShenandoahSuspendibleWorkers was removed in JDK-8321410 in openjdk/jdk tip, but this version of the flag, which is present only in tests in genshen was missed in the merge from upstream. With this removal there are no other instances of this flag in the code or tests.
**Testing:** Verified that the test passes with the offending flag/test removed.
Backport-of: da2b9ed1520b6c152e019f7c333095b27c48d8cf
-------------
PR: https://git.openjdk.org/shenandoah-jdk21u/pull/8
More information about the shenandoah-dev
mailing list