comparison src/share/vm/runtime/globals.hpp @ 12242:884ed7a10f09

Merge
author tschatzl
date Mon, 16 Sep 2013 09:41:03 +0200
parents 7944aba7ba41 edb5ab0f3fe5
children da051ce490eb
comparison
equal deleted inserted replaced
12241:9cb63cd234a0 12242:884ed7a10f09
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 " \