src/share/vm/runtime/globals.hpp

changeset 2638
72dee110246f
parent 2607
8c9c9ee30d71
child 2652
048f98400b8e
equal deleted inserted replaced
2637:799d8ccf63cf 2638:72dee110246f
3717 "recognize the invokedynamic instruction") \ 3717 "recognize the invokedynamic instruction") \
3718 \ 3718 \
3719 experimental(bool, AllowTransitionalJSR292, true, \ 3719 experimental(bool, AllowTransitionalJSR292, true, \
3720 "recognize pre-PFD formats of invokedynamic") \ 3720 "recognize pre-PFD formats of invokedynamic") \
3721 \ 3721 \
3722 experimental(bool, PreferTransitionalJSR292, false, \
3723 "prefer pre-PFD APIs on boot class path, if they exist") \
3724 \
3725 experimental(bool, AllowInvokeForInvokeGeneric, false, \
3726 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \
3727 "as equivalent methods") \
3728 \
3722 develop(bool, TraceInvokeDynamic, false, \ 3729 develop(bool, TraceInvokeDynamic, false, \
3723 "trace internal invoke dynamic operations") \ 3730 "trace internal invoke dynamic operations") \
3724 \ 3731 \
3725 diagnostic(bool, PauseAtStartup, false, \ 3732 diagnostic(bool, PauseAtStartup, false, \
3726 "Causes the VM to pause at startup time and wait for the pause " \ 3733 "Causes the VM to pause at startup time and wait for the pause " \

mercurial