hotspot/src/share/vm/gc/g1/g1StringDedup.hpp
changeset 40655 9f644073d3a0
parent 30764 fec48bf5a827
child 46348 5803de68c14d
equal deleted inserted replaced
40654:d4f8e348420a 40655:9f644073d3a0
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, 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.
    82 // http://openjdk.java.net/jeps/192
    82 // http://openjdk.java.net/jeps/192
    83 //
    83 //
    84 
    84 
    85 #include "memory/allocation.hpp"
    85 #include "memory/allocation.hpp"
    86 #include "oops/oop.hpp"
    86 #include "oops/oop.hpp"
    87 #include "runtime/atomic.hpp"
       
    88 
    87 
    89 class OopClosure;
    88 class OopClosure;
    90 class BoolObjectClosure;
    89 class BoolObjectClosure;
    91 class ThreadClosure;
    90 class ThreadClosure;
    92 class outputStream;
    91 class outputStream;