RFR (XS): 8050144 : Remove '-client' from compiler/8004051/Test8004051.java's options
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Jul 14 17:00:09 UTC 2014
Good.
Vladimir
On 7/14/14 9:23 AM, Filipp Zhinkin wrote:
> Hi all,
>
> please review tiny fix that eliminates '-client' flag from Test8004051.java's options list.
>
> This test fails when we run it on 32-bit platforms with some C2-specific options passed externally.
> JTreg prepends external options to list of options declared in the test, so we can't just run it with '-server'.
>
> Obvious solution is to remove '-client'.
>
> JBS issue: https://bugs.openjdk.java.net/browse/JDK-8050144
> Webrev: http://cr.openjdk.java.net/~fzhinkin/8050144/webrev.00/
> Testing: on local machine w/ 32-bit JDK and -XX:-AlignVector.
>
> Thanks,
> Filipp.
>
>
More information about the hotspot-compiler-dev
mailing list