RFR(XS): 8161695 - compiler/jsr292/MHInlineTest.java can't be run on client-only platforms
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Jul 19 15:54:08 UTC 2016
I see that test checks Server VM only for output analysis. I think it
should be done before forking process.
Thanks,
Vladimir
On 7/19/16 7:46 AM, Dmitrij Pochepko wrote:
> Hi,
>
> please review fix for 8161695 - compiler/jsr292/MHInlineTest.java can't
> be run on client-only platforms
>
> Test launched child process with -server, which is failed on platforms
> with client vm only. A fix is to remove -server, since test code checks
> server vm presence.
>
> webrev: http://cr.openjdk.java.net/~dpochepk/8161695/webrev.01/
> CR: https://bugs.openjdk.java.net/browse/JDK-8161695
>
> Thanks,
> Dmitrij
More information about the hotspot-compiler-dev
mailing list