mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-10 12:37:09 +00:00
Move includes inside HPP guard
This commit is contained in:
parent
a40ee18fc7
commit
75dd75d785
@ -22,13 +22,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "runtime/mutex.hpp"
|
||||
#include "runtime/mutexLocker.hpp"
|
||||
#ifdef COMPILER2
|
||||
#ifndef SHARE_RUNTIME_HOTCODESAMPLER_HPP
|
||||
#define SHARE_RUNTIME_HOTCODESAMPLER_HPP
|
||||
|
||||
#include "runtime/javaThread.hpp"
|
||||
#include "runtime/mutex.hpp"
|
||||
#include "runtime/mutexLocker.hpp"
|
||||
#include "runtime/suspendedThreadTask.hpp"
|
||||
#include "runtime/threadSMR.hpp"
|
||||
#include "utilities/pair.hpp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user