diff -r 50aa24ce898c -r 6126617b8508 src/hotspot/share/memory/filemap.hpp --- a/src/hotspot/share/memory/filemap.hpp Sun Oct 22 00:10:29 2017 +0200 +++ b/src/hotspot/share/memory/filemap.hpp Sat Oct 21 15:15:46 2017 -0700 @@ -60,7 +60,7 @@ return _timestamp != 0; } bool is_dir() { return _is_dir; } - bool is_jrt() { return ClassLoader::is_jrt(name()); } + bool is_modules_image() { return ClassLoader::is_modules_image(name()); } time_t timestamp() const { return _timestamp; } long filesize() const { return _filesize; } const char* name() const { return _name->data(); }