< prev index next >

src/share/vm/code/codeBlob.cpp

Print this page

        

*** 39,48 **** --- 39,49 ---- #include "runtime/mutexLocker.hpp" #include "runtime/safepoint.hpp" #include "runtime/sharedRuntime.hpp" #include "runtime/vframe.hpp" #include "services/memoryService.hpp" + #include "utilities/align.hpp" #ifdef COMPILER1 #include "c1/c1_Runtime1.hpp" #endif const char* CodeBlob::compiler_name() const {
< prev index next >