Integrated: 8322242: [GenShen] TestAllocObjects#generational fails with "Unrecognized VM option 'ShenandoahSuspendibleWorkers'"

Y. Srinivas Ramakrishna ysr at openjdk.org
Mon Dec 18 16:34:23 UTC 2023


On Sat, 16 Dec 2023 03:13:43 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:

> JDK-8322242

This pull request has now been integrated.

Changeset: da2b9ed1
Author:    Y. Srinivas Ramakrishna <ysr at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/da2b9ed1520b6c152e019f7c333095b27c48d8cf
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.

Reviewed-by: kdnilsen

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

PR: https://git.openjdk.org/shenandoah/pull/374


More information about the shenandoah-dev mailing list