< prev index next >

src/share/vm/classfile/systemDictionaryShared.hpp

Print this page

        

@@ -67,10 +67,11 @@
   static size_t dictionary_entry_size() {
     return sizeof(DictionaryEntry);
   }
 
   static void init_shared_dictionary_entry(Klass* k, DictionaryEntry* entry) {}
+  static bool is_builtin(DictionaryEntry* entry) { return true; }
 
   static InstanceKlass* lookup_from_stream(Symbol* class_name,
                                            Handle class_loader,
                                            Handle protection_domain,
                                            const ClassFileStream* st,
< prev index next >