src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp
changeset 53383 5dc89efc08f0
parent 53015 632c4baddbb8
child 53582 881c5fbeb849
equal deleted inserted replaced
53382:28b79ca141df 53383:5dc89efc08f0
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2018, Red Hat, Inc. All rights reserved.
     2  * Copyright (c) 2013, 2019, Red Hat, Inc. All rights reserved.
     3  *
     3  *
     4  * This code is free software; you can redistribute it and/or modify it
     4  * This code is free software; you can redistribute it and/or modify it
     5  * under the terms of the GNU General Public License version 2 only, as
     5  * under the terms of the GNU General Public License version 2 only, as
     6  * published by the Free Software Foundation.
     6  * published by the Free Software Foundation.
     7  *
     7  *
    25 
    25 
    26 #include "classfile/symbolTable.hpp"
    26 #include "classfile/symbolTable.hpp"
    27 #include "classfile/systemDictionary.hpp"
    27 #include "classfile/systemDictionary.hpp"
    28 #include "code/codeCache.hpp"
    28 #include "code/codeCache.hpp"
    29 
    29 
    30 #include "gc/shared/weakProcessor.hpp"
       
    31 #include "gc/shared/weakProcessor.inline.hpp"
    30 #include "gc/shared/weakProcessor.inline.hpp"
    32 #include "gc/shared/gcTimer.hpp"
    31 #include "gc/shared/gcTimer.hpp"
    33 #include "gc/shared/referenceProcessor.hpp"
    32 #include "gc/shared/referenceProcessor.hpp"
    34 #include "gc/shared/referenceProcessorPhaseTimes.hpp"
    33 #include "gc/shared/referenceProcessorPhaseTimes.hpp"
    35 
    34 
    36 #include "gc/shenandoah/shenandoahBarrierSet.inline.hpp"
    35 #include "gc/shenandoah/shenandoahBarrierSet.inline.hpp"
    37 #include "gc/shenandoah/shenandoahConcurrentMark.inline.hpp"
    36 #include "gc/shenandoah/shenandoahConcurrentMark.inline.hpp"
    38 #include "gc/shenandoah/shenandoahMarkCompact.hpp"
    37 #include "gc/shenandoah/shenandoahMarkCompact.hpp"
    39 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    38 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    40 #include "gc/shenandoah/shenandoahRootProcessor.hpp"
    39 #include "gc/shenandoah/shenandoahRootProcessor.hpp"
    41 #include "gc/shenandoah/shenandoahOopClosures.hpp"
       
    42 #include "gc/shenandoah/shenandoahOopClosures.inline.hpp"
    40 #include "gc/shenandoah/shenandoahOopClosures.inline.hpp"
    43 #include "gc/shenandoah/shenandoahTaskqueue.hpp"
       
    44 #include "gc/shenandoah/shenandoahTaskqueue.inline.hpp"
    41 #include "gc/shenandoah/shenandoahTaskqueue.inline.hpp"
    45 #include "gc/shenandoah/shenandoahTimingTracker.hpp"
    42 #include "gc/shenandoah/shenandoahTimingTracker.hpp"
    46 #include "gc/shenandoah/shenandoahUtils.hpp"
    43 #include "gc/shenandoah/shenandoahUtils.hpp"
    47 
    44 
    48 #include "memory/iterator.inline.hpp"
    45 #include "memory/iterator.inline.hpp"