hotspot/src/share/vm/runtime/javaCalls.cpp
changeset 25468 5331df506290
parent 22775 52bc5222f5f1
child 26135 82b516c550f7
equal deleted inserted replaced
25375:03eaa1688625 25468:5331df506290
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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.
    35 #include "runtime/compilationPolicy.hpp"
    35 #include "runtime/compilationPolicy.hpp"
    36 #include "runtime/handles.inline.hpp"
    36 #include "runtime/handles.inline.hpp"
    37 #include "runtime/interfaceSupport.hpp"
    37 #include "runtime/interfaceSupport.hpp"
    38 #include "runtime/javaCalls.hpp"
    38 #include "runtime/javaCalls.hpp"
    39 #include "runtime/mutexLocker.hpp"
    39 #include "runtime/mutexLocker.hpp"
       
    40 #include "runtime/os.inline.hpp"
    40 #include "runtime/signature.hpp"
    41 #include "runtime/signature.hpp"
    41 #include "runtime/stubRoutines.hpp"
    42 #include "runtime/stubRoutines.hpp"
    42 #include "runtime/thread.inline.hpp"
    43 #include "runtime/thread.inline.hpp"
    43 
    44 
    44 // -----------------------------------------------------
    45 // -----------------------------------------------------