[11] RFR(M) 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Mar 8 00:43:39 UTC 2018
Thank you, Eric
Vladimir K
On 3/7/18 3:58 PM, Erik Joelsson wrote:
> Looks good to me. Thanks for fixing this!
>
> /Erik
>
>
> On 2018-03-07 15:23, Vladimir Kozlov wrote:
>> http://cr.openjdk.java.net/~kvn/8197235/webrev.00/
>> https://bugs.openjdk.java.net/browse/JDK-8197235
>>
>> To avoid long compilation time of jvmciCompilerToVM.cpp I moved most
>> expensive methods to new file jvmciCompilerToVMInit.cpp and switch off
>> C++ compiler optimization for it on Windows and Solaris where the
>> problem is seen.
>>
>> Changes are copy+paste of code from one file into an other. I also
>> removed #include which are not required for compilation.
>>
>> The bug contains performance data.
>>
>> Ran pre-integration testing.
>>
>
More information about the hotspot-compiler-dev
mailing list