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

changeset 7476
c2844108a708
parent 6992
2c6ef90f030a
parent 7445
42c091d63c72
child 7535
7ae4e26cb1e0
child 7831
2e5e058881f4
     1.1 --- a/src/share/vm/gc_implementation/g1/satbQueue.hpp	Wed Oct 22 11:18:17 2014 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/satbQueue.hpp	Thu Oct 23 12:02:08 2014 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2014, 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 @@ -60,9 +60,8 @@
    1.11      // field to true. This is done in JavaThread::initialize_queues().
    1.12      PtrQueue(qset, perm, false /* active */) { }
    1.13  
    1.14 -  // Overrides PtrQueue::flush() so that it can filter the buffer
    1.15 -  // before it is flushed.
    1.16 -  virtual void flush();
    1.17 +  // Process queue entries and free resources.
    1.18 +  void flush();
    1.19  
    1.20    // Overrides PtrQueue::should_enqueue_buffer(). See the method's
    1.21    // definition for more information.

mercurial