comparison src/share/vm/runtime/globals.hpp @ 3364:566ea7a12419

Merge
author never
date Fri, 06 May 2011 19:34:55 -0700
parents f4063a3503fc 167b70ff3abc
children 688202ef6306
comparison
equal deleted inserted replaced
3349:942e888897bc 3364: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 " \