RFR: 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Jan 31 17:45:55 UTC 2017


Jamsheed

Instead of adding check && !is_client_compilation_mode_vm() I think we should set ProfileTraps to false in client mode.

Why you not using Platform.isEmulatedClient() in tests changes?

Thanks,
Vladimir

On 1/31/17 2:44 AM, Jamsheed C m wrote:
> Hi,
>
> Code change to disable ProfileTrap and UseRTMLocking in Win32 emulated client .
>
> 1) ProfileTrap is code is disabled
>
> 2) -XX:+ UseRTMLocking in win32 emulated client not supported.
>
> 3) All Supported and Unsupported  testcases related RTM is disabled in win32.
>
> webrev: http://cr.openjdk.java.net/~jcm/8173679/webrev.00/
>
> bug id: https://bugs.openjdk.java.net/browse/JDK-8173679
>
> Best Regards,
>
> Jamsheed
>


More information about the hotspot-compiler-dev mailing list