src/hotspot/share/gc/g1/g1YoungRemSetSamplingThread.cpp
changeset 47647 64dba69fc528
parent 47216 71c04702a3d5
child 48889 216c2aabbf1f
equal deleted inserted replaced
47646:c20cc2d3aa39 47647:64dba69fc528
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. 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.
    27 #include "gc/g1/g1CollectionSet.hpp"
    27 #include "gc/g1/g1CollectionSet.hpp"
    28 #include "gc/g1/g1Policy.hpp"
    28 #include "gc/g1/g1Policy.hpp"
    29 #include "gc/g1/g1YoungRemSetSamplingThread.hpp"
    29 #include "gc/g1/g1YoungRemSetSamplingThread.hpp"
    30 #include "gc/g1/heapRegion.inline.hpp"
    30 #include "gc/g1/heapRegion.inline.hpp"
    31 #include "gc/g1/heapRegionRemSet.hpp"
    31 #include "gc/g1/heapRegionRemSet.hpp"
    32 #include "gc/g1/suspendibleThreadSet.hpp"
    32 #include "gc/shared/suspendibleThreadSet.hpp"
    33 #include "runtime/mutexLocker.hpp"
    33 #include "runtime/mutexLocker.hpp"
    34 
    34 
    35 G1YoungRemSetSamplingThread::G1YoungRemSetSamplingThread() :
    35 G1YoungRemSetSamplingThread::G1YoungRemSetSamplingThread() :
    36     ConcurrentGCThread(),
    36     ConcurrentGCThread(),
    37     _monitor(Mutex::nonleaf,
    37     _monitor(Mutex::nonleaf,