src/share/vm/opto/c2_globals.hpp

changeset 6443
f4f6ae481e1a
parent 6441
d2907f74462e
parent 5285
693e4d04fd09
child 6461
bdd155477289
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Fri Jun 21 15:56:24 2013 -0700
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Jun 27 13:04:51 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -409,10 +409,10 @@
    1.11    develop(intx, WarmCallMaxSize, 999999,                                    \
    1.12            "size of the largest inlinable method")                           \
    1.13                                                                              \
    1.14 -  product(intx, MaxNodeLimit, 65000,                                        \
    1.15 +  product(intx, MaxNodeLimit, 80000,                                        \
    1.16            "Maximum number of nodes")                                        \
    1.17                                                                              \
    1.18 -  product(intx, NodeLimitFudgeFactor, 1000,                                 \
    1.19 +  product(intx, NodeLimitFudgeFactor, 2000,                                 \
    1.20            "Fudge Factor for certain optimizations")                         \
    1.21                                                                              \
    1.22    product(bool, UseJumpTables, true,                                        \

mercurial