[11] RFR(M) 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows

Erik Joelsson erik.joelsson at oracle.com
Wed Mar 7 23:58:44 UTC 2018


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 build-dev mailing list