src/share/vm/runtime/globals.hpp

changeset 3467
0a10d80352d5
parent 3446
dddf0be88eb1
child 3482
bf5da1648543
child 3495
5f17b16b3219
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jan 26 14:14:55 2012 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Jan 27 09:04:57 2012 +0100
     1.3 @@ -3574,7 +3574,7 @@
     1.4            "Threshold at which tier 3 compilation is invoked (invocation "   \
     1.5            "minimum must be satisfied.")                                     \
     1.6                                                                              \
     1.7 -  product(intx, Tier3BackEdgeThreshold,  7000,                              \
     1.8 +  product(intx, Tier3BackEdgeThreshold,  60000,                             \
     1.9            "Back edge threshold at which tier 3 OSR compilation is invoked") \
    1.10                                                                              \
    1.11    product(intx, Tier4InvocationThreshold, 5000,                             \
    1.12 @@ -3826,10 +3826,6 @@
    1.13    develop(bool, StressMethodHandleWalk, false,                              \
    1.14            "Process all method handles with MethodHandleWalk")               \
    1.15                                                                              \
    1.16 -  diagnostic(bool, UseRicochetFrames, true,                                 \
    1.17 -          "use ricochet stack frames for method handle combination, "       \
    1.18 -          "if the platform supports them")                                  \
    1.19 -                                                                            \
    1.20    experimental(bool, TrustFinalNonStaticFields, false,                      \
    1.21            "trust final non-static declarations for constant folding")       \
    1.22                                                                              \

mercurial