--- old/src/share/vm/memory/universe.hpp 2015-06-05 16:15:25.801947492 -0400 +++ new/src/share/vm/memory/universe.hpp 2015-06-05 16:15:24.761916286 -0400 @@ -398,7 +398,7 @@ 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(); + 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) {