--- old/src/share/vm/code/codeBlob.cpp 2014-11-05 19:24:02.811498992 +0300 +++ new/src/share/vm/code/codeBlob.cpp 2014-11-05 19:24:02.539498997 +0300 @@ -43,7 +43,7 @@ #include "c1/c1_Runtime1.hpp" #endif -unsigned int align_code_offset(int offset) { +unsigned int CodeBlob::align_code_offset(int offset) { // align the size to CodeEntryAlignment return ((offset + (int)CodeHeap::header_size() + (CodeEntryAlignment-1)) & ~(CodeEntryAlignment-1))