11diff --git a/make/autoconf/hotspot.m4 b/make/autoconf/hotspot.m4
2- index 0e4f4c283..647f41158 100644
2+ index 43653c115..4c5f960a8 100644
33--- a/make/autoconf/hotspot.m4
44+++ b/make/autoconf/hotspot.m4
5- @@ -172 ,6 +172 ,11 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_MISC],
5+ @@ -138 ,6 +138 ,11 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_MISC],
66 HOTSPOT_TARGET_CPU_DEFINE="ARM32"
77 fi
88
@@ -13,24 +13,24 @@ index 0e4f4c283..647f41158 100644
1313+
1414 # --with-cpu-port is no longer supported
1515 UTIL_DEPRECATED_ARG_WITH(with-cpu-port)
16- ])
16+
1717diff --git a/src/hotspot/share/memory/metaspaceShared.cpp b/src/hotspot/share/memory/metaspaceShared.cpp
18- index 5bc8df595..20d7f53d3 100644
18+ index 28742febe..57a97b5c2 100644
1919--- a/src/hotspot/share/memory/metaspaceShared.cpp
2020+++ b/src/hotspot/share/memory/metaspaceShared.cpp
21- @@ -71 ,6 +71 ,7 @@
22- #include "utilities/bitMap.inline .hpp"
21+ @@ -72 ,6 +72 ,7 @@
22+ #include "utilities/ostream .hpp"
2323 #include "utilities/defaultStream.hpp"
2424 #include "utilities/hashtable.inline.hpp"
2525+ #include "gc/shared/softRefPolicy.hpp"
2626 #if INCLUDE_G1GC
2727 #include "gc/g1/g1CollectedHeap.hpp"
2828 #endif
2929diff --git a/src/hotspot/share/oops/constantPool.cpp b/src/hotspot/share/oops/constantPool.cpp
30- index b325f9f16..da47aff73 100644
30+ index d27bf3474..35bc24c7b 100644
3131--- a/src/hotspot/share/oops/constantPool.cpp
3232+++ b/src/hotspot/share/oops/constantPool.cpp
33- @@ -429 ,8 +429 ,12 @@ void ConstantPool::remove_unshareable_info() {
33+ @@ -437 ,8 +437 ,12 @@ void ConstantPool::remove_unshareable_info() {
3434 }
3535
3636 int ConstantPool::cp_to_object_index(int cp_index) {
0 commit comments