8233599: ARM32 Build failed due to 8232050 missing an include
authordholmes
Tue, 05 Nov 2019 18:42:10 -0500
changeset 58942 5db99b3d6023
parent 58941 00878bee8f4b
child 58943 e940d13a2ed3
8233599: ARM32 Build failed due to 8232050 missing an include Reviewed-by: dholmes Contributed-by: Markus Knetschke <markus.knetschke@gmail.com>
src/hotspot/cpu/arm/vtableStubs_arm.cpp
--- a/src/hotspot/cpu/arm/vtableStubs_arm.cpp	Tue Nov 05 14:54:44 2019 -0500
+++ b/src/hotspot/cpu/arm/vtableStubs_arm.cpp	Tue Nov 05 18:42:10 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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
@@ -32,6 +32,7 @@
 #include "oops/compiledICHolder.hpp"
 #include "oops/instanceKlass.hpp"
 #include "oops/klassVtable.hpp"
+#include "oops/klass.inline.hpp"
 #include "runtime/sharedRuntime.hpp"
 #include "vmreg_arm.inline.hpp"
 #ifdef COMPILER2