< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page
rev 55012 : do not cut inline of methods returning Iterator by frequency counter. Improves scalar replacement of iterators and forall loops performance

*** 212,221 **** --- 212,224 ---- do_klass(Byte_klass, java_lang_Byte ) \ do_klass(Short_klass, java_lang_Short ) \ do_klass(Integer_klass, java_lang_Integer ) \ do_klass(Long_klass, java_lang_Long ) \ \ + /* force inline of iterators */ \ + do_klass(Iterator_klass, java_util_Iterator ) \ + \ /*end*/ class SystemDictionary : AllStatic { friend class BootstrapInfo;
< prev index next >