src/hotspot/share/oops/arrayKlass.cpp
changeset 49359 59f6547e151f
parent 47216 71c04702a3d5
child 49393 93fe2fc5c093
equal deleted inserted replaced
49358:0dc249f5c260 49359:59f6547e151f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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/shared/collectedHeap.inline.hpp"
    29 #include "gc/shared/collectedHeap.inline.hpp"
    30 #include "gc/shared/gcLocker.hpp"
    30 #include "gc/shared/gcLocker.hpp"
    31 #include "jvmtifiles/jvmti.h"
    31 #include "jvmtifiles/jvmti.h"
    32 #include "memory/metaspaceClosure.hpp"
    32 #include "memory/metaspaceClosure.hpp"
    33 #include "memory/resourceArea.hpp"
    33 #include "memory/resourceArea.hpp"
    34 #include "memory/universe.inline.hpp"
    34 #include "memory/universe.hpp"
    35 #include "oops/arrayKlass.hpp"
    35 #include "oops/arrayKlass.hpp"
    36 #include "oops/arrayOop.hpp"
    36 #include "oops/arrayOop.hpp"
    37 #include "oops/instanceKlass.hpp"
    37 #include "oops/instanceKlass.hpp"
    38 #include "oops/objArrayOop.hpp"
    38 #include "oops/objArrayOop.hpp"
    39 #include "oops/oop.inline.hpp"
    39 #include "oops/oop.inline.hpp"