hotspot/src/share/vm/classfile/classFileStream.hpp
changeset 42650 1f304d0c888b
parent 37466 287c4ebd11b0
child 46504 38048d4d20e7
equal deleted inserted replaced
42649:28238583a459 42650:1f304d0c888b
   148     _current += 4 * length;
   148     _current += 4 * length;
   149   }
   149   }
   150 
   150 
   151   // Tells whether eos is reached
   151   // Tells whether eos is reached
   152   bool at_eos() const { return _current == _buffer_end; }
   152   bool at_eos() const { return _current == _buffer_end; }
       
   153 
       
   154   uint64_t compute_fingerprint() const;
   153 };
   155 };
   154 
   156 
   155 #endif // SHARE_VM_CLASSFILE_CLASSFILESTREAM_HPP
   157 #endif // SHARE_VM_CLASSFILE_CLASSFILESTREAM_HPP