OpenJDK / jdk / jdk
changeset 59203:88b19513bd02
8244606: Non-PCH build is broken after JDK-8244550
Reviewed-by: redestad, dcubed
author | shade |
---|---|
date | Thu, 07 May 2020 16:44:48 +0200 |
parents | ed406ec0c5cd |
children | 989e9917c462 |
files | src/hotspot/share/oops/instanceKlass.inline.hpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/oops/instanceKlass.inline.hpp Thu May 07 14:44:09 2020 +0100 +++ b/src/hotspot/share/oops/instanceKlass.inline.hpp Thu May 07 16:44:48 2020 +0200 @@ -26,6 +26,7 @@ #define SHARE_OOPS_INSTANCEKLASS_INLINE_HPP #include "memory/iterator.hpp" +#include "memory/resourceArea.hpp" #include "oops/instanceKlass.hpp" #include "oops/klass.hpp" #include "oops/oop.inline.hpp"