comparison src/share/vm/runtime/globals.hpp @ 12190:edb5ab0f3fe5

8001107: @Stable annotation for constant folding of lazily evaluated variables Reviewed-by: rbackman, twisti, kvn Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
author vlivanov
date Tue, 10 Sep 2013 14:51:48 -0700
parents 3a1df0dce3e5
children 884ed7a10f09 01b268b3080a 63147986a428
comparison
equal deleted inserted replaced
12188:cd16d587b0fa 12190:edb5ab0f3fe5
3647 "show method handle implementation frames (usually hidden)") \ 3647 "show method handle implementation frames (usually hidden)") \
3648 \ 3648 \
3649 experimental(bool, TrustFinalNonStaticFields, false, \ 3649 experimental(bool, TrustFinalNonStaticFields, false, \
3650 "trust final non-static declarations for constant folding") \ 3650 "trust final non-static declarations for constant folding") \
3651 \ 3651 \
3652 experimental(bool, FoldStableValues, false, \
3653 "Private flag to control optimizations for stable variables") \
3654 \
3652 develop(bool, TraceInvokeDynamic, false, \ 3655 develop(bool, TraceInvokeDynamic, false, \
3653 "trace internal invoke dynamic operations") \ 3656 "trace internal invoke dynamic operations") \
3654 \ 3657 \
3655 diagnostic(bool, PauseAtStartup, false, \ 3658 diagnostic(bool, PauseAtStartup, false, \
3656 "Causes the VM to pause at startup time and wait for the pause " \ 3659 "Causes the VM to pause at startup time and wait for the pause " \