src/hotspot/share/runtime/serviceThread.cpp
changeset 53582 881c5fbeb849
parent 52421 3021c1ad958b
child 54511 fbfcebad8e66
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 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.
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "classfile/protectionDomainCache.hpp"
    26 #include "classfile/protectionDomainCache.hpp"
    27 #include "classfile/stringTable.hpp"
    27 #include "classfile/stringTable.hpp"
    28 #include "classfile/symbolTable.hpp"
    28 #include "classfile/symbolTable.hpp"
    29 #include "classfile/systemDictionary.hpp"
    29 #include "classfile/systemDictionary.hpp"
       
    30 #include "runtime/handles.inline.hpp"
    30 #include "runtime/interfaceSupport.inline.hpp"
    31 #include "runtime/interfaceSupport.inline.hpp"
    31 #include "runtime/javaCalls.hpp"
    32 #include "runtime/javaCalls.hpp"
    32 #include "runtime/jniHandles.hpp"
    33 #include "runtime/jniHandles.hpp"
    33 #include "runtime/serviceThread.hpp"
    34 #include "runtime/serviceThread.hpp"
    34 #include "runtime/mutexLocker.hpp"
    35 #include "runtime/mutexLocker.hpp"