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

src/share/vm/classfile/systemDictionary.hpp

Print this page

        

*** 205,215 **** FIRST_WKID = NO_WKID + 1 }; enum InitOption { Pre, // preloaded; error if not present ! Pre_JSR292, // preloaded if EnableMethodHandles // 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 --- 205,215 ---- FIRST_WKID = NO_WKID + 1 }; enum InitOption { Pre, // preloaded; error if not present ! 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