RFR: Update problem lists to include newly created CRs

Alan Bateman alanb at openjdk.java.net
Fri Apr 22 06:42:45 UTC 2022


On Fri, 22 Apr 2022 06:32:00 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Yes, I agree. In fact this file has tests that shouldn't be in it. For example, the management tests I don't think have any special logic for running in vthread mode, other than jtreg wrapper, which isn't what this problem list is for. They belong in the vthread problem list. I think maybe the jvmti tests belong there too. This problem list is only for tests that fail when not using the jtreg vthread wrapper, but still using `-Dmain.wrapper=Virtual` to put the test in "vthread mode". Explaining all this can get messy, since you need to differentiate between having the main test thread run as a vthread (which is what the jtreg wrapper is for), vs having other threads run in vthread mode by having test specific (or test library) support for creating threads as vthreads.

Yes, it's complicated to explain but it doesn't need to method jtreg main wrapper or run-test  JTREG_MAIN_WRAPPER=Virtual as it's just for use with serviceability tests that are run with -Dmain.wrapper=Virtual, an execution mode supported by those tests. So I think we can come up with something.

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

PR: https://git.openjdk.java.net/loom/pull/161


More information about the loom-dev mailing list