src/hotspot/share/oops/typeArrayKlass.cpp
changeset 49359 59f6547e151f
parent 47216 71c04702a3d5
child 49383 bf2ff45e592f
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.
    31 #include "gc/shared/collectedHeap.hpp"
    31 #include "gc/shared/collectedHeap.hpp"
    32 #include "gc/shared/collectedHeap.inline.hpp"
    32 #include "gc/shared/collectedHeap.inline.hpp"
    33 #include "memory/metadataFactory.hpp"
    33 #include "memory/metadataFactory.hpp"
    34 #include "memory/resourceArea.hpp"
    34 #include "memory/resourceArea.hpp"
    35 #include "memory/universe.hpp"
    35 #include "memory/universe.hpp"
    36 #include "memory/universe.inline.hpp"
    36 #include "memory/universe.hpp"
    37 #include "oops/arrayKlass.inline.hpp"
    37 #include "oops/arrayKlass.inline.hpp"
    38 #include "oops/instanceKlass.hpp"
    38 #include "oops/instanceKlass.hpp"
    39 #include "oops/klass.inline.hpp"
    39 #include "oops/klass.inline.hpp"
    40 #include "oops/objArrayKlass.hpp"
    40 #include "oops/objArrayKlass.hpp"
    41 #include "oops/oop.inline.hpp"
    41 #include "oops/oop.inline.hpp"