mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8229836: Remove include of globals.hpp from allocation.hpp
Reviewed-by: coleenp, kbarrett
This commit is contained in:
parent
05322fdd98
commit
e1aca70a1c
19 changed files with 20 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <errno.h>
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
#include "memory/allocation.hpp"
|
||||
#include "runtime/globals.hpp"
|
||||
#include "runtime/os.hpp"
|
||||
#include "logging/log.hpp"
|
||||
#include "osContainer_linux.hpp"
|
||||
|
@ -673,4 +674,3 @@ int OSContainer::cpu_shares() {
|
|||
|
||||
return shares;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue