mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-04 21:20:17 +00:00
8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific
Reviewed-by: stefank
This commit is contained in:
parent
334c609caf
commit
39fd81e4a7
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "gc/z/zUtils.inline.hpp"
|
||||
#include "gc/z/zUtils.hpp"
|
||||
#include "utilities/debug.hpp"
|
||||
|
||||
#include <stdlib.h>
|
||||
Loading…
x
Reference in New Issue
Block a user