src/share/vm/opto/phase.hpp

changeset 1356
046932b72aa2
parent 905
ad8c8ca4ab0f
child 1515
7c57aead6d3e
     1.1 --- a/src/share/vm/opto/phase.hpp	Wed Aug 12 14:27:54 2009 -0700
     1.2 +++ b/src/share/vm/opto/phase.hpp	Fri Aug 14 00:02:12 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 Sun Microsystems, Inc.  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 @@ -83,6 +83,7 @@
    1.11    static elapsedTimer _t_registerMethod;
    1.12    static elapsedTimer _t_temporaryTimer1;
    1.13    static elapsedTimer _t_temporaryTimer2;
    1.14 +  static elapsedTimer _t_idealLoopVerify;
    1.15  
    1.16  // Subtimers for _t_optimizer
    1.17    static elapsedTimer   _t_iterGVN;

mercurial