< prev index next >

src/share/vm/classfile/classFileStream.hpp

Print this page
@  rev 12742 : imported patch alpinefixes-copyswapaligned
|

*** 126,139 **** // responsible for calling skip below if buffer contents is used. const u1* get_u1_buffer() const { return _current; } - const u2* get_u2_buffer() const { - return (const u2*) _current; - } - // Skip length u1 or u2 elements from stream void skip_u1(int length, TRAPS) const; void skip_u1_fast(int length) const { _current += length; } --- 126,135 ----
< prev index next >