src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp

changeset 3463
d30fa85f9994
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
child 6906
581e70386ec9
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp	Tue Jan 24 17:08:58 2012 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp	Thu Jan 12 00:06:47 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2012, Oracle and/or its affiliates. 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 @@ -40,7 +40,6 @@
    1.11    double _vtime_accum;  // Accumulated virtual time.
    1.12  
    1.13    double _vtime_mark_accum;
    1.14 -  double _vtime_count_accum;
    1.15  
    1.16   public:
    1.17    virtual void run();
    1.18 @@ -69,8 +68,6 @@
    1.19    double vtime_accum();
    1.20    // Marking virtual time so far
    1.21    double vtime_mark_accum();
    1.22 -  // Counting virtual time so far.
    1.23 -  double vtime_count_accum() { return _vtime_count_accum; }
    1.24  
    1.25    ConcurrentMark* cm()     { return _cm; }
    1.26  

mercurial