src/hotspot/share/gc/g1/g1StringDedup.cpp
changeset 49722 a47d1e21b3f1
parent 47885 5caa1d5f74c1
child 50574 fa727a4d7934
equal deleted inserted replaced
49721:ea0cc7c74e75 49722:a47d1e21b3f1
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2018, 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.
    29 #include "gc/g1/g1StringDedup.hpp"
    29 #include "gc/g1/g1StringDedup.hpp"
    30 #include "gc/g1/g1StringDedupQueue.hpp"
    30 #include "gc/g1/g1StringDedupQueue.hpp"
    31 #include "gc/g1/g1StringDedupStat.hpp"
    31 #include "gc/g1/g1StringDedupStat.hpp"
    32 #include "gc/g1/g1StringDedupTable.hpp"
    32 #include "gc/g1/g1StringDedupTable.hpp"
    33 #include "gc/g1/g1StringDedupThread.hpp"
    33 #include "gc/g1/g1StringDedupThread.hpp"
       
    34 #include "oops/oop.inline.hpp"
    34 #include "runtime/atomic.hpp"
    35 #include "runtime/atomic.hpp"
    35 
    36 
    36 bool G1StringDedup::_enabled = false;
    37 bool G1StringDedup::_enabled = false;
    37 
    38 
    38 void G1StringDedup::initialize() {
    39 void G1StringDedup::initialize() {