src/share/vm/runtime/globals.hpp

changeset 2896
566ea7a12419
parent 2864
f4063a3503fc
parent 2895
167b70ff3abc
child 2905
688202ef6306
equal deleted inserted replaced
2881:942e888897bc 2896:566ea7a12419
3706 "perform extra checks when constructing method handles") \ 3706 "perform extra checks when constructing method handles") \
3707 \ 3707 \
3708 diagnostic(bool, OptimizeMethodHandles, true, \ 3708 diagnostic(bool, OptimizeMethodHandles, true, \
3709 "when constructing method handles, try to improve them") \ 3709 "when constructing method handles, try to improve them") \
3710 \ 3710 \
3711 diagnostic(bool, UseRicochetFrames, true, \
3712 "use ricochet stack frames for method handle combination, " \
3713 "if the platform supports them") \
3714 \
3711 experimental(bool, TrustFinalNonStaticFields, false, \ 3715 experimental(bool, TrustFinalNonStaticFields, false, \
3712 "trust final non-static declarations for constant folding") \ 3716 "trust final non-static declarations for constant folding") \
3713 \ 3717 \
3714 experimental(bool, AllowInvokeGeneric, true, \ 3718 experimental(bool, AllowInvokeGeneric, true, \
3715 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \ 3719 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \

mercurial