comparison src/share/vm/runtime/globals.hpp @ 4807:15d394228cfa

7111138: delete the obsolete flag -XX:+UseRicochetFrames Reviewed-by: dholmes, bdelsart, kvn, twisti
author jrose
date Thu, 19 Jan 2012 13:00:11 -0800
parents 865e0817f32b
children dddf0be88eb1 de268c8a8075
comparison
equal deleted inserted replaced
4806:eaa9557116a2 4807:15d394228cfa
3824 "when constructing method handles, try to improve them") \ 3824 "when constructing method handles, try to improve them") \
3825 \ 3825 \
3826 develop(bool, StressMethodHandleWalk, false, \ 3826 develop(bool, StressMethodHandleWalk, false, \
3827 "Process all method handles with MethodHandleWalk") \ 3827 "Process all method handles with MethodHandleWalk") \
3828 \ 3828 \
3829 diagnostic(bool, UseRicochetFrames, true, \
3830 "use ricochet stack frames for method handle combination, " \
3831 "if the platform supports them") \
3832 \
3833 experimental(bool, TrustFinalNonStaticFields, false, \ 3829 experimental(bool, TrustFinalNonStaticFields, false, \
3834 "trust final non-static declarations for constant folding") \ 3830 "trust final non-static declarations for constant folding") \
3835 \ 3831 \
3836 experimental(bool, AllowInvokeGeneric, false, \ 3832 experimental(bool, AllowInvokeGeneric, false, \
3837 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \ 3833 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \