src/share/vm/runtime/globals.hpp

changeset 1161
be93aad57795
parent 1147
6e33bfd4139b
child 1186
20c6f43950b5
child 1210
93c14e5562c4
equal deleted inserted replaced
1160:928912ce8438 1161:be93aad57795
3314 "perform extra checks when constructing method handles") \ 3314 "perform extra checks when constructing method handles") \
3315 \ 3315 \
3316 diagnostic(bool, OptimizeMethodHandles, true, \ 3316 diagnostic(bool, OptimizeMethodHandles, true, \
3317 "when constructing method handles, try to improve them") \ 3317 "when constructing method handles, try to improve them") \
3318 \ 3318 \
3319 product(bool, EnableInvokeDynamic, false, \
3320 "recognize the invokedynamic instruction") \
3321 \
3322 develop(bool, TraceInvokeDynamic, false, \
3323 "trace internal invoke dynamic operations") \
3324 \
3319 product(bool, TaggedStackInterpreter, false, \ 3325 product(bool, TaggedStackInterpreter, false, \
3320 "Insert tags in interpreter execution stack for oopmap generaion")\ 3326 "Insert tags in interpreter execution stack for oopmap generaion")\
3321 \ 3327 \
3322 diagnostic(bool, PauseAtStartup, false, \ 3328 diagnostic(bool, PauseAtStartup, false, \
3323 "Causes the VM to pause at startup time and wait for the pause " \ 3329 "Causes the VM to pause at startup time and wait for the pause " \

mercurial