8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific

Reviewed-by: stefank
This commit is contained in:
Per Lidén 2019-09-13 08:40:09 +02:00
parent 334c609caf
commit 39fd81e4a7

View File

@ -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>