[11] RFR(M) 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Mar 7 23:23:28 UTC 2018
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.
--
Thanks,
Vladimir
More information about the hotspot-compiler-dev
mailing list