--- old/src/share/vm/memory/universe.hpp 2018-01-24 01:41:52.511938248 -0800 +++ new/src/share/vm/memory/universe.hpp 2018-01-24 01:41:52.422930145 -0800 @@ -375,7 +375,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) {