RFR(XS): 8241009: CommandLineFlagComboNegative.java fails after JDK-8240563
David Holmes
david.holmes at oracle.com
Wed Mar 18 04:52:40 UTC 2020
Hi Yumin,
On 18/03/2020 9:01 am, Yumin Qi wrote:
> Hi, please review
>
> Bug:https://bugs.openjdk.java.net/browse/JDK-8241009
> <https://bugs.openjdk.java.net/browse/JDK-8241009>
> Webrev: http://cr.openjdk.java.net/~minqi/8241009/webrev/
>
> The vmoptions from jtreg still affect the launched processes and mess
> up the parameters for launched java processes in the test.
> Fix skip the test if -XX:-UseCompressedOops or
> -XX:-UseCompressedClassPointers in jtreg vmoptions (or javaoptions).
I can think of a couple of different ways to try and account for this
problem, none of which stands out to me as the best way, so using
whitebox to skip the test seems okay.
Ideally we would have a simple way to filter the passed through options
so that we could remove problematic ones for a given test, or add new
flags to override the problematic ones.
Thanks,
David
-----
> Tests: tested with explicitly set -XX:-UseCompressedOops or
> -XX:-UseCompressedClassPointers or both in jtreg vmoptions.
> tier1,2,4,7 test pending.
>
> Thanks
> Yumin
More information about the hotspot-runtime-dev
mailing list