8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
authortschatzl
Fri, 07 Dec 2018 11:15:18 +0100
changeset 52895 1f2cd8329576
parent 52894 8df9cf767f79
child 52896 98408c7c0b73
8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers Reviewed-by: shade
src/hotspot/share/gc/z/zErrno.cpp
--- a/src/hotspot/share/gc/z/zErrno.cpp	Tue Dec 04 18:55:06 2018 +0100
+++ b/src/hotspot/share/gc/z/zErrno.cpp	Fri Dec 07 11:15:18 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, 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
@@ -23,6 +23,7 @@
 
 #include "precompiled.hpp"
 #include "gc/z/zErrno.hpp"
+#include "runtime/os.inline.hpp"
 
 #include <errno.h>
 #include <string.h>