hotspot/src/share/vm/opto/phase.hpp
changeset 3676 3bac3e882cd3
parent 1623 a0dd9009e992
child 4450 6d700b859b3e
equal deleted inserted replaced
3610:06ee2f982ea6 3676:3bac3e882cd3
     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