src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp
changeset 53407 690aed53fef0
parent 53235 e1cc790f0c06
child 53519 74a5ef4c81cc
equal deleted inserted replaced
53406:1ffcf6074569 53407:690aed53fef0
     1 /*
     1 /*
     2  * Copyright (c) 2018, Red Hat, Inc. All rights reserved.
     2  * Copyright (c) 2018, 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  *
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #include "precompiled.hpp"
    24 #include "precompiled.hpp"
       
    25 #include "gc/shared/barrierSet.hpp"
    25 #include "gc/shenandoah/shenandoahHeap.hpp"
    26 #include "gc/shenandoah/shenandoahHeap.hpp"
    26 #include "gc/shenandoah/shenandoahHeuristics.hpp"
    27 #include "gc/shenandoah/shenandoahHeuristics.hpp"
    27 #include "gc/shenandoah/shenandoahRuntime.hpp"
    28 #include "gc/shenandoah/shenandoahRuntime.hpp"
       
    29 #include "gc/shenandoah/shenandoahThreadLocalData.hpp"
    28 #include "gc/shenandoah/c2/shenandoahBarrierSetC2.hpp"
    30 #include "gc/shenandoah/c2/shenandoahBarrierSetC2.hpp"
    29 #include "gc/shenandoah/c2/shenandoahSupport.hpp"
    31 #include "gc/shenandoah/c2/shenandoahSupport.hpp"
    30 #include "opto/arraycopynode.hpp"
    32 #include "opto/arraycopynode.hpp"
    31 #include "opto/escape.hpp"
    33 #include "opto/escape.hpp"
    32 #include "opto/graphKit.hpp"
    34 #include "opto/graphKit.hpp"