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