diff -r e0bd4c7a176e -r f8d182aedc92 src/hotspot/share/compiler/oopMap.hpp --- a/src/hotspot/share/compiler/oopMap.hpp Thu May 09 07:21:32 2019 -0400 +++ b/src/hotspot/share/compiler/oopMap.hpp Thu May 09 14:26:03 2019 +0200 @@ -237,7 +237,7 @@ int heap_size() const; // Methods oops_do() and all_do() filter out NULL oops and - // oop == Universe::narrow_oop_base() before passing oops + // oop == CompressedOops::base() before passing oops // to closures. // Iterates through frame for a compiled method