src/share/vm/opto/c2_globals.hpp

changeset 6443
f4f6ae481e1a
parent 6441
d2907f74462e
parent 5285
693e4d04fd09
child 6461
bdd155477289
equal deleted inserted replaced
6442:b5c8a61d7fa0 6443:f4f6ae481e1a
1 /* 1 /*
2 * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
407 "execution time of the largest inlinable method") \ 407 "execution time of the largest inlinable method") \
408 \ 408 \
409 develop(intx, WarmCallMaxSize, 999999, \ 409 develop(intx, WarmCallMaxSize, 999999, \
410 "size of the largest inlinable method") \ 410 "size of the largest inlinable method") \
411 \ 411 \
412 product(intx, MaxNodeLimit, 65000, \ 412 product(intx, MaxNodeLimit, 80000, \
413 "Maximum number of nodes") \ 413 "Maximum number of nodes") \
414 \ 414 \
415 product(intx, NodeLimitFudgeFactor, 1000, \ 415 product(intx, NodeLimitFudgeFactor, 2000, \
416 "Fudge Factor for certain optimizations") \ 416 "Fudge Factor for certain optimizations") \
417 \ 417 \
418 product(bool, UseJumpTables, true, \ 418 product(bool, UseJumpTables, true, \
419 "Use JumpTables instead of a binary search tree for switches") \ 419 "Use JumpTables instead of a binary search tree for switches") \
420 \ 420 \

mercurial