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