src/share/vm/memory/universe.hpp

Print this page
rev 6890 : [mq]: coops

*** 366,375 **** --- 366,377 ---- 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(); + // 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; }