src/share/vm/opto/c2_globals.hpp

changeset 3651
ee138854b3a6
parent 3406
e9a5e0a812c8
child 3882
8c92982cbbc4
equal deleted inserted replaced
3636:fde683df4c27 3651:ee138854b3a6
1 /* 1 /*
2 * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2012, 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.
463 "Use escape analysis to optimize pointers compare") \ 463 "Use escape analysis to optimize pointers compare") \
464 \ 464 \
465 notproduct(bool, PrintOptimizePtrCompare, false, \ 465 notproduct(bool, PrintOptimizePtrCompare, false, \
466 "Print information about optimized pointers compare") \ 466 "Print information about optimized pointers compare") \
467 \ 467 \
468 notproduct(bool, VerifyConnectionGraph , true, \
469 "Verify Connection Graph construction in Escape Analysis") \
470 \
468 product(bool, UseOptoBiasInlining, true, \ 471 product(bool, UseOptoBiasInlining, true, \
469 "Generate biased locking code in C2 ideal graph") \ 472 "Generate biased locking code in C2 ideal graph") \
470 \ 473 \
471 product(bool, OptimizeStringConcat, true, \ 474 product(bool, OptimizeStringConcat, true, \
472 "Optimize the construction of Strings by StringBuilder") \ 475 "Optimize the construction of Strings by StringBuilder") \

mercurial