< prev index next >

src/share/vm/classfile/systemDictionaryShared.hpp

Print this page

@@ -88,6 +88,11 @@
   static void finalize_verification_constraints() {}
   static void check_verification_constraints(InstanceKlass* klass,
                                               TRAPS) {}
 };
 
+class SharedDictionaryEntry : public DictionaryEntry {
+public:
+  void metaspace_pointers_do(MetaspaceClosure* it) {}
+};
+
 #endif // SHARE_VM_CLASSFILE_SYSTEMDICTIONARYSHARED_HPP
< prev index next >