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

src/share/vm/runtime/globals.hpp

Print this page

        

*** 3691,3705 **** \ diagnostic(bool, SharedSkipVerify, false, \ "Skip assert() and verify() which page-in unwanted shared " \ "objects. ") \ \ product(bool, AnonymousClasses, false, \ ! "support sun.misc.Unsafe.defineAnonymousClass") \ \ experimental(bool, EnableMethodHandles, false, \ ! "support method handles (true by default under JSR 292)") \ \ diagnostic(intx, MethodHandlePushLimit, 3, \ "number of additional stack slots a method handle may push") \ \ develop(bool, TraceMethodHandles, false, \ --- 3691,3709 ---- \ diagnostic(bool, SharedSkipVerify, false, \ "Skip assert() and verify() which page-in unwanted shared " \ "objects. ") \ \ + diagnostic(bool, EnableInvokeDynamic, true, \ + "support JSR 292 (method handles, invokedynamic, " \ + "anonymous classes") \ + \ product(bool, AnonymousClasses, false, \ ! "support sun.misc.Unsafe.defineAnonymousClass (deprecated)") \ \ experimental(bool, EnableMethodHandles, false, \ ! "support method handles (deprecated)") \ \ diagnostic(intx, MethodHandlePushLimit, 3, \ "number of additional stack slots a method handle may push") \ \ develop(bool, TraceMethodHandles, false, \
*** 3712,3724 **** "when constructing method handles, try to improve them") \ \ experimental(bool, TrustFinalNonStaticFields, false, \ "trust final non-static declarations for constant folding") \ \ - experimental(bool, EnableInvokeDynamic, false, \ - "recognize the invokedynamic instruction") \ - \ experimental(bool, AllowTransitionalJSR292, true, \ "recognize pre-PFD formats of invokedynamic") \ \ experimental(bool, PreferTransitionalJSR292, false, \ "prefer pre-PFD APIs on boot class path, if they exist") \ --- 3716,3725 ----
src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File