src/share/vm/memory/universe.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/universe.hpp	Fri Jun  5 16:15:25 2015
--- new/src/share/vm/memory/universe.hpp	Fri Jun  5 16:15:24 2015

*** 396,406 **** --- 396,406 ---- static address* narrow_ptrs_base_addr() { return &_narrow_ptrs_base; } static void set_narrow_ptrs_base(address a) { _narrow_ptrs_base = a; } static address narrow_ptrs_base() { return _narrow_ptrs_base; } ! static void print_compressed_oops_mode(outputStream* st); // this is set in vm_version on sparc (and then reset in universe afaict) static void set_narrow_oop_shift(int shift) { _narrow_oop._shift = shift; }

src/share/vm/memory/universe.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File