RFR (XS): 8050144 : Remove '-client' from compiler/8004051/Test8004051.java's options

Filipp Zhinkin filipp.zhinkin at oracle.com
Mon Jul 14 16:23:42 UTC 2014


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