comparison src/share/vm/classfile/systemDictionary.hpp @ 2416:38fea01eb669

6817525: turn on method handle functionality by default for JSR 292 Summary: After appropriate testing, we need to turn on EnableMethodHandles and EnableInvokeDynamic by default. Reviewed-by: never, kvn, jrose, phh
author twisti
date Thu, 31 Mar 2011 02:31:57 -0700
parents 8033953d67ff
children ed69575596ac
comparison
equal deleted inserted replaced
2415:09f96c3ff1ad 2416:38fea01eb669
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