comparison src/share/vm/runtime/globals.hpp @ 3388:a80577f854f9

7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp Reviewed-by: jrose
author never
date Tue, 17 May 2011 19:11:51 -0700
parents f52ed367b66d
children c76d5f44a3fe
comparison
equal deleted inserted replaced
3385:33ae33516634 3388:a80577f854f9
3722 "perform extra checks when constructing method handles") \ 3722 "perform extra checks when constructing method handles") \
3723 \ 3723 \
3724 diagnostic(bool, OptimizeMethodHandles, true, \ 3724 diagnostic(bool, OptimizeMethodHandles, true, \
3725 "when constructing method handles, try to improve them") \ 3725 "when constructing method handles, try to improve them") \
3726 \ 3726 \
3727 develop(bool, StressMethodHandleWalk, false, \
3728 "Process all method handles with MethodHandleWalk") \
3729 \
3727 diagnostic(bool, UseRicochetFrames, true, \ 3730 diagnostic(bool, UseRicochetFrames, true, \
3728 "use ricochet stack frames for method handle combination, " \ 3731 "use ricochet stack frames for method handle combination, " \
3729 "if the platform supports them") \ 3732 "if the platform supports them") \
3730 \ 3733 \
3731 experimental(bool, TrustFinalNonStaticFields, false, \ 3734 experimental(bool, TrustFinalNonStaticFields, false, \