[11] RFR(M) 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Mar 7 23:23:28 UTC 2018
- Previous message (by thread): RFR: JDK-8199266: Update boot and build jdk requirements in configure
- Next message (by thread): [11] RFR(M) 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): RFR: JDK-8199266: Update boot and build jdk requirements in configure
- Next message (by thread): [11] RFR(M) 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]