comparison src/share/vm/runtime/globals.hpp @ 3757:f8c9417e3571

7052219: JSR 292: Crash in ~BufferBlob::MethodHandles adapters Reviewed-by: twisti, kvn, jrose
author never
date Tue, 14 Jun 2011 14:41:33 -0700
parents a93146d0e4be
children be4ca325525a 4bf3cbef0b3e
comparison
equal deleted inserted replaced
3755:5cf771a79037 3757:f8c9417e3571
3713 "support method handles (deprecated)") \ 3713 "support method handles (deprecated)") \
3714 \ 3714 \
3715 diagnostic(intx, MethodHandlePushLimit, 3, \ 3715 diagnostic(intx, MethodHandlePushLimit, 3, \
3716 "number of additional stack slots a method handle may push") \ 3716 "number of additional stack slots a method handle may push") \
3717 \ 3717 \
3718 diagnostic(bool, PrintMethodHandleStubs, false, \
3719 "Print generated stub code for method handles") \
3720 \
3718 develop(bool, TraceMethodHandles, false, \ 3721 develop(bool, TraceMethodHandles, false, \
3719 "trace internal method handle operations") \ 3722 "trace internal method handle operations") \
3720 \ 3723 \
3721 diagnostic(bool, VerifyMethodHandles, trueInDebug, \ 3724 diagnostic(bool, VerifyMethodHandles, trueInDebug, \
3722 "perform extra checks when constructing method handles") \ 3725 "perform extra checks when constructing method handles") \