src/share/vm/code/codeBlob.cpp

changeset 9861
a248d0be1309
parent 9185
82f9d3b7e317
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/code/codeBlob.cpp	Wed May 16 15:25:51 2018 +0200
     1.2 +++ b/src/share/vm/code/codeBlob.cpp	Mon Aug 19 10:11:31 2019 +0200
     1.3 @@ -58,7 +58,7 @@
     1.4  #include "c1/c1_Runtime1.hpp"
     1.5  #endif
     1.6  
     1.7 -unsigned int align_code_offset(int offset) {
     1.8 +unsigned int CodeBlob::align_code_offset(int offset) {
     1.9    // align the size to CodeEntryAlignment
    1.10    return
    1.11      ((offset + (int)CodeHeap::header_size() + (CodeEntryAlignment-1)) & ~(CodeEntryAlignment-1))

mercurial