< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

@@ -217,10 +217,11 @@
   do_klass(Long_klass,                                  java_lang_Long                                        ) \
                                                                                                                 \
   /* force inline of iterators */                                                                               \
   do_klass(Iterator_klass,                              java_util_Iterator                                    ) \
                                                                                                                 \
+  do_klass(jdk_internal_vm_jni_SubElementSelector_klass, jdk_internal_vm_jni_SubElementSelector               ) \
   /*end*/
 
 class SystemDictionary : AllStatic {
   friend class BootstrapInfo;
   friend class VMStructs;
< prev index next >