Results 14 comments of Leo Korinth

> What exactly happens to a testcase which requires two arguments? I guess that we have none, as these would have crashed? correct. This bug is introduce by me in...

I have been starting to change test cases to use `createTestJavaProcessBuilder` instead of `createLimitedTestJavaProcessBuilder` because we severely limit our testing when we use `createLimitedTestJavaProcessBuilder`. Before that change there were no...

> What about -Xlog:gc=debug,safepoint=trace and other -XX flags that take a comma-separated list? `-XX` flags are handled by JTREG itself (not VMProps), I `filter` them out and ignore them. And...

> > I have been starting to change test cases to use `createTestJavaProcessBuilder` instead of `createLimitedTestJavaProcessBuilder` because we severely limit our testing when we use `createLimitedTestJavaProcessBuilder`. Before that change there...

I think this feature will mostly be used to filter out un-allowed flag combinations, and I guess the user will seldom if ever be interested in the actual values (just...

Hi again and sorry for taking so much time. I have been thinking about this for a while, and done some code search inside jtreg etc. I have not really...