comparison src/share/vm/runtime/globals.hpp @ 1660:083fde3b838e

6964498: JSR 292 invokedynamic sites need local bootstrap methods Summary: Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs. Reviewed-by: twisti
author jrose
date Thu, 15 Jul 2010 18:40:45 -0700
parents 2a47bd84841f
children 126ea7725993 66c5dadb4d61 9d7a8ab3736b
comparison
equal deleted inserted replaced
1649:a528509c992b 1660:083fde3b838e
3515 "trust final non-static declarations for constant folding") \ 3515 "trust final non-static declarations for constant folding") \
3516 \ 3516 \
3517 experimental(bool, EnableInvokeDynamic, false, \ 3517 experimental(bool, EnableInvokeDynamic, false, \
3518 "recognize the invokedynamic instruction") \ 3518 "recognize the invokedynamic instruction") \
3519 \ 3519 \
3520 experimental(bool, AllowTransitionalJSR292, true, \
3521 "recognize pre-PFD formats of invokedynamic") \
3522 \
3520 develop(bool, TraceInvokeDynamic, false, \ 3523 develop(bool, TraceInvokeDynamic, false, \
3521 "trace internal invoke dynamic operations") \ 3524 "trace internal invoke dynamic operations") \
3522 \ 3525 \
3523 diagnostic(bool, PauseAtStartup, false, \ 3526 diagnostic(bool, PauseAtStartup, false, \
3524 "Causes the VM to pause at startup time and wait for the pause " \ 3527 "Causes the VM to pause at startup time and wait for the pause " \