src/hotspot/share/runtime/jniHandles.hpp
changeset 53149 259c36ef27df
parent 53060 7aa1a37b04a2
child 53244 9807daeb47c4
equal deleted inserted replaced
53148:17d568776429 53149:259c36ef27df
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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.
    26 #define SHARE_VM_RUNTIME_JNIHANDLES_HPP
    26 #define SHARE_VM_RUNTIME_JNIHANDLES_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "runtime/handles.hpp"
    29 #include "runtime/handles.hpp"
    30 
    30 
       
    31 class JavaThread;
    31 class OopStorage;
    32 class OopStorage;
       
    33 class Thread;
    32 
    34 
    33 // Interface for creating and resolving local/global JNI handles
    35 // Interface for creating and resolving local/global JNI handles
    34 
    36 
    35 class JNIHandles : AllStatic {
    37 class JNIHandles : AllStatic {
    36   friend class VMStructs;
    38   friend class VMStructs;