hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 8883 5569135acca3
parent 8676 9098d4e927e1
child 9116 9bc44be338d6
equal deleted inserted replaced
8882:f852635a6383 8883:5569135acca3
   205     FIRST_WKID = NO_WKID + 1
   205     FIRST_WKID = NO_WKID + 1
   206   };
   206   };
   207 
   207 
   208   enum InitOption {
   208   enum InitOption {
   209     Pre,                        // preloaded; error if not present
   209     Pre,                        // preloaded; error if not present
   210     Pre_JSR292,                 // preloaded if EnableMethodHandles
   210     Pre_JSR292,                 // preloaded if EnableInvokeDynamic
   211 
   211 
   212     // Order is significant.  Options before this point require resolve_or_fail.
   212     // Order is significant.  Options before this point require resolve_or_fail.
   213     // Options after this point will use resolve_or_null instead.
   213     // Options after this point will use resolve_or_null instead.
   214 
   214 
   215     Opt,                        // preload tried; NULL if not present
   215     Opt,                        // preload tried; NULL if not present