src/hotspot/share/ci/ciField.cpp
changeset 49359 59f6547e151f
parent 48417 044979e94c4e
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49358:0dc249f5c260 49359:59f6547e151f
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 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 #include "ci/ciInstanceKlass.hpp"
    27 #include "ci/ciInstanceKlass.hpp"
    28 #include "ci/ciUtilities.hpp"
    28 #include "ci/ciUtilities.hpp"
    29 #include "classfile/systemDictionary.hpp"
    29 #include "classfile/systemDictionary.hpp"
    30 #include "gc/shared/collectedHeap.inline.hpp"
    30 #include "gc/shared/collectedHeap.inline.hpp"
    31 #include "interpreter/linkResolver.hpp"
    31 #include "interpreter/linkResolver.hpp"
    32 #include "memory/universe.inline.hpp"
    32 #include "memory/universe.hpp"
    33 #include "oops/oop.inline.hpp"
    33 #include "oops/oop.inline.hpp"
    34 #include "runtime/fieldDescriptor.hpp"
    34 #include "runtime/fieldDescriptor.hpp"
    35 
    35 
    36 // ciField
    36 // ciField
    37 //
    37 //