comparison src/share/vm/runtime/globals.hpp @ 712:6e33bfd4139b

Merge
author never
date Tue, 14 Apr 2009 12:25:54 -0700
parents 922aedc96ef5 e5b0439ef4ae
children be93aad57795
comparison
equal deleted inserted replaced
703:68cd0d7ee9bb 712:6e33bfd4139b
3299 "objects. ") \ 3299 "objects. ") \
3300 \ 3300 \
3301 product(bool, AnonymousClasses, false, \ 3301 product(bool, AnonymousClasses, false, \
3302 "support sun.misc.Unsafe.defineAnonymousClass") \ 3302 "support sun.misc.Unsafe.defineAnonymousClass") \
3303 \ 3303 \
3304 product(bool, EnableMethodHandles, false, \
3305 "support method handles (true by default under JSR 292)") \
3306 \
3307 diagnostic(intx, MethodHandlePushLimit, 3, \
3308 "number of additional stack slots a method handle may push") \
3309 \
3310 develop(bool, TraceMethodHandles, false, \
3311 "trace internal method handle operations") \
3312 \
3313 diagnostic(bool, VerifyMethodHandles, trueInDebug, \
3314 "perform extra checks when constructing method handles") \
3315 \
3316 diagnostic(bool, OptimizeMethodHandles, true, \
3317 "when constructing method handles, try to improve them") \
3318 \
3304 product(bool, TaggedStackInterpreter, false, \ 3319 product(bool, TaggedStackInterpreter, false, \
3305 "Insert tags in interpreter execution stack for oopmap generaion")\ 3320 "Insert tags in interpreter execution stack for oopmap generaion")\
3306 \ 3321 \
3307 diagnostic(bool, PauseAtStartup, false, \ 3322 diagnostic(bool, PauseAtStartup, false, \
3308 "Causes the VM to pause at startup time and wait for the pause " \ 3323 "Causes the VM to pause at startup time and wait for the pause " \