comparison src/share/vm/runtime/globals.hpp @ 2356:72dee110246f

6839872: remove implementation inheritance from JSR 292 APIs Summary: consolidate runtime support in java.dyn.MethodHandleNatives; include transitional compatibility logic Reviewed-by: twisti
author jrose
date Fri, 11 Mar 2011 22:33:47 -0800
parents 8c9c9ee30d71
children 048f98400b8e
comparison
equal deleted inserted replaced
2355:799d8ccf63cf 2356: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 " \