< prev index next >

src/share/vm/code/codeBlob.hpp

Print this page
rev 13455 : 8166317: InterpreterCodeSize should be computed
Reviewed-by: kvn

*** 70,79 **** --- 70,80 ---- class CodeBlob VALUE_OBJ_CLASS_SPEC { friend class VMStructs; friend class JVMCIVMStructs; friend class CodeCacheDumper; + friend class CodeCache; protected: const CompilerType _type; // CompilerType int _size; // total size of CodeBlob in bytes
< prev index next >