< prev index next >

src/share/vm/gc/g1/ptrQueue.hpp

Print this page
rev 12504 : [mq]: cleanup_concat_log

*** 1,7 **** /* ! * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 67,77 **** Mutex* _lock; PtrQueueSet* qset() { return _qset; } bool is_permanent() const { return _permanent; } ! // Process queue entries and release resources, if not permanent. void flush_impl(); // Initialize this queue to contain a null buffer, and be part of the // given PtrQueueSet. PtrQueue(PtrQueueSet* qset, bool permanent = false, bool active = false); --- 67,77 ---- Mutex* _lock; PtrQueueSet* qset() { return _qset; } bool is_permanent() const { return _permanent; } ! // Process queue entries and release resources. void flush_impl(); // Initialize this queue to contain a null buffer, and be part of the // given PtrQueueSet. PtrQueue(PtrQueueSet* qset, bool permanent = false, bool active = false);
< prev index next >