--- old/src/hotspot/share/classfile/moduleEntry.hpp 2018-06-13 15:20:33.240131479 -0400 +++ new/src/hotspot/share/classfile/moduleEntry.hpp 2018-06-13 15:20:32.879765202 -0400 @@ -117,7 +117,7 @@ Symbol* location() const { return _location; } void set_location(Symbol* location); - bool is_non_jdk_module(); + bool should_show_version(); bool can_read(ModuleEntry* m) const; bool has_reads_list() const;