src/share/vm/runtime/globals.hpp

changeset 3446
dddf0be88eb1
parent 3434
15d394228cfa
child 3482
bf5da1648543
child 3495
5f17b16b3219
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Jan 24 15:41:17 2012 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Jan 24 17:00:51 2012 -0800
     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,                             \

mercurial