From 39fd81e4a73b82341e52d2a3a6f6d29ea7480e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Lid=C3=A9n?= Date: Fri, 13 Sep 2019 08:40:09 +0200 Subject: [PATCH] 8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific Reviewed-by: stefank --- .../{share/gc/z/zUtils.cpp => os/posix/gc/z/zUtils_posix.cpp} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/hotspot/{share/gc/z/zUtils.cpp => os/posix/gc/z/zUtils_posix.cpp} (93%) diff --git a/src/hotspot/share/gc/z/zUtils.cpp b/src/hotspot/os/posix/gc/z/zUtils_posix.cpp similarity index 93% rename from src/hotspot/share/gc/z/zUtils.cpp rename to src/hotspot/os/posix/gc/z/zUtils_posix.cpp index f5e934a9c40..0e2b9b78529 100644 --- a/src/hotspot/share/gc/z/zUtils.cpp +++ b/src/hotspot/os/posix/gc/z/zUtils_posix.cpp @@ -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