< prev index next >

src/hotspot/share/oops/cpCache.hpp

Print this page

        

*** 127,137 **** // The fields are volatile so that they are stored in the order written in the // source code. The _indices field with the bytecode must be written last. class CallInfo; ! class ConstantPoolCacheEntry VALUE_OBJ_CLASS_SPEC { friend class VMStructs; friend class constantPoolCacheKlass; friend class ConstantPool; friend class InterpreterRuntime; --- 127,137 ---- // The fields are volatile so that they are stored in the order written in the // source code. The _indices field with the bytecode must be written last. class CallInfo; ! class ConstantPoolCacheEntry { friend class VMStructs; friend class constantPoolCacheKlass; friend class ConstantPool; friend class InterpreterRuntime;
< prev index next >