src/hotspot/share/memory/metaspaceShared.hpp
changeset 53547 9d1a788dea3d
parent 53244 9807daeb47c4
child 53884 1a7b57d02107
--- a/src/hotspot/share/memory/metaspaceShared.hpp	Tue Jan 29 14:34:26 2019 +0100
+++ b/src/hotspot/share/memory/metaspaceShared.hpp	Tue Jan 29 14:43:05 2019 +0100
@@ -168,14 +168,11 @@
 
   static bool try_link_class(InstanceKlass* ik, TRAPS);
   static void link_and_cleanup_shared_classes(TRAPS);
-  static void check_shared_class_loader_type(InstanceKlass* ik);
 
   // Allocate a block of memory from the "mc", "ro", or "rw" regions.
   static char* misc_code_space_alloc(size_t num_bytes);
   static char* read_only_space_alloc(size_t num_bytes);
 
-  static char* read_only_space_top();
-
   template <typename T>
   static Array<T>* new_ro_array(int length) {
 #if INCLUDE_CDS