src/hotspot/share/gc/shenandoah/shenandoahStrDedupQueue.cpp
changeset 53383 5dc89efc08f0
parent 52925 9c18c9d839d3
child 53407 690aed53fef0
equal deleted inserted replaced
53382:28b79ca141df 53383:5dc89efc08f0
     1 /*
     1 /*
     2  * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved.
     2  * Copyright (c) 2017, 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  *
    24 #include "precompiled.hpp"
    24 #include "precompiled.hpp"
    25 
    25 
    26 #include "gc/shared/stringdedup/stringDedup.hpp"
    26 #include "gc/shared/stringdedup/stringDedup.hpp"
    27 #include "gc/shared/stringdedup/stringDedupThread.hpp"
    27 #include "gc/shared/stringdedup/stringDedupThread.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    29 #include "gc/shenandoah/shenandoahStrDedupQueue.hpp"
       
    30 #include "gc/shenandoah/shenandoahStrDedupQueue.inline.hpp"
    29 #include "gc/shenandoah/shenandoahStrDedupQueue.inline.hpp"
    31 #include "gc/shenandoah/shenandoahStringDedup.hpp"
    30 #include "gc/shenandoah/shenandoahStringDedup.hpp"
    32 #include "logging/log.hpp"
    31 #include "logging/log.hpp"
    33 #include "runtime/mutex.hpp"
    32 #include "runtime/mutex.hpp"
    34 #include "runtime/mutexLocker.hpp"
    33 #include "runtime/mutexLocker.hpp"