src/hotspot/share/oops/instanceKlass.inline.hpp
changeset 50429 83aec1d357d4
parent 49982 9042ffe5b7fe
child 50752 9d62da00bf15
equal deleted inserted replaced
50428:8c88df2e8a78 50429:83aec1d357d4
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 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.
    27 
    27 
    28 #include "memory/iterator.hpp"
    28 #include "memory/iterator.hpp"
    29 #include "oops/instanceKlass.hpp"
    29 #include "oops/instanceKlass.hpp"
    30 #include "oops/klass.hpp"
    30 #include "oops/klass.hpp"
    31 #include "oops/oop.inline.hpp"
    31 #include "oops/oop.inline.hpp"
    32 #include "runtime/orderAccess.inline.hpp"
    32 #include "runtime/orderAccess.hpp"
    33 #include "utilities/debug.hpp"
    33 #include "utilities/debug.hpp"
    34 #include "utilities/globalDefinitions.hpp"
    34 #include "utilities/globalDefinitions.hpp"
    35 #include "utilities/macros.hpp"
    35 #include "utilities/macros.hpp"
    36 
    36 
    37 inline Klass* InstanceKlass::array_klasses_acquire() const {
    37 inline Klass* InstanceKlass::array_klasses_acquire() const {