src/share/vm/classfile/systemDictionary.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/systemDictionary.hpp	Wed Mar 30 07:00:18 2011
--- new/src/share/vm/classfile/systemDictionary.hpp	Wed Mar 30 07:00:18 2011

*** 205,215 **** --- 205,215 ---- FIRST_WKID = NO_WKID + 1 }; enum InitOption { Pre, // preloaded; error if not present ! Pre_JSR292, // preloaded if EnableMethodHandles ! Pre_JSR292, // preloaded if EnableInvokeDynamic // Order is significant. Options before this point require resolve_or_fail. // Options after this point will use resolve_or_null instead. Opt, // preload tried; NULL if not present

src/share/vm/classfile/systemDictionary.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File