comparison src/share/vm/opto/phase.hpp @ 921:046932b72aa2

6862956: PhaseIdealLoop should have a CFG verification mode Reviewed-by: kvn, twisti
author never
date Fri, 14 Aug 2009 00:02:12 -0700
parents ad8c8ca4ab0f
children 7c57aead6d3e
comparison
equal deleted inserted replaced
910:10d8c0d0d60e 921:046932b72aa2
1 /* 1 /*
2 * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2009 Sun Microsystems, Inc. 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.
81 static elapsedTimer _t_peephole; 81 static elapsedTimer _t_peephole;
82 static elapsedTimer _t_codeGeneration; 82 static elapsedTimer _t_codeGeneration;
83 static elapsedTimer _t_registerMethod; 83 static elapsedTimer _t_registerMethod;
84 static elapsedTimer _t_temporaryTimer1; 84 static elapsedTimer _t_temporaryTimer1;
85 static elapsedTimer _t_temporaryTimer2; 85 static elapsedTimer _t_temporaryTimer2;
86 static elapsedTimer _t_idealLoopVerify;
86 87
87 // Subtimers for _t_optimizer 88 // Subtimers for _t_optimizer
88 static elapsedTimer _t_iterGVN; 89 static elapsedTimer _t_iterGVN;
89 static elapsedTimer _t_iterGVN2; 90 static elapsedTimer _t_iterGVN2;
90 91