src/hotspot/share/prims/nativeLookup.cpp
changeset 53582 881c5fbeb849
parent 51997 9ce37fa2e179
child 54347 235883996bc7
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, 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.
    37 #include "prims/nativeLookup.hpp"
    37 #include "prims/nativeLookup.hpp"
    38 #include "prims/unsafe.hpp"
    38 #include "prims/unsafe.hpp"
    39 #include "runtime/arguments.hpp"
    39 #include "runtime/arguments.hpp"
    40 #include "runtime/handles.inline.hpp"
    40 #include "runtime/handles.inline.hpp"
    41 #include "runtime/javaCalls.hpp"
    41 #include "runtime/javaCalls.hpp"
       
    42 #include "runtime/os.inline.hpp"
    42 #include "runtime/sharedRuntime.hpp"
    43 #include "runtime/sharedRuntime.hpp"
    43 #include "runtime/signature.hpp"
    44 #include "runtime/signature.hpp"
    44 #include "utilities/macros.hpp"
    45 #include "utilities/macros.hpp"
    45 #if INCLUDE_JFR
    46 #if INCLUDE_JFR
    46 #include "jfr/jfr.hpp"
    47 #include "jfr/jfr.hpp"