comparison src/share/vm/runtime/globals.hpp @ 726:be93aad57795

6655646: dynamic languages need dynamically linked call sites Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
author jrose
date Tue, 21 Apr 2009 23:21:04 -0700
parents 6e33bfd4139b
children 20c6f43950b5 93c14e5562c4
comparison
equal deleted inserted replaced
725:928912ce8438 726: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 " \