src/hotspot/share/memory/filemap.hpp
changeset 47673 6126617b8508
parent 47599 0fb1d501c408
child 48794 ea0d0781c63c
--- 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(); }