src/hotspot/share/memory/metaspace.hpp
changeset 54842 f9c8e16db3dd
parent 53792 6fb43030a1b4
child 55576 4d193e40e7af
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/memory/metaspace.hpp	Tue May 14 13:34:49 2019 +0100
+++ b/src/hotspot/share/memory/metaspace.hpp	Tue May 14 08:52:51 2019 -0400
@@ -329,11 +329,6 @@
   // Helper for print_xx_report.
   static void print_vs(outputStream* out, size_t scale);
 
-  // Utils to check if a pointer or range is part of a committed metaspace region
-  // without acquiring any locks.
-  static metaspace::VirtualSpaceNode* find_enclosing_virtual_space(const void* p);
-  static bool is_range_in_committed(const void* from, const void* to);
-
 public:
 
   // Collect used metaspace statistics. This involves walking the CLDG. The resulting