|
1 | 1 | diff --git a/make/autoconf/hotspot.m4 b/make/autoconf/hotspot.m4 |
2 | | -index 1d4c710be..da6f3711c 100644 |
| 2 | +index d598b9897..8c1038d2a 100644 |
3 | 3 | --- a/make/autoconf/hotspot.m4 |
4 | 4 | +++ b/make/autoconf/hotspot.m4 |
5 | | -@@ -312,6 +312,11 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_JVM_FEATURES], |
| 5 | +@@ -326,6 +326,11 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_JVM_FEATURES], |
6 | 6 | HOTSPOT_TARGET_CPU_ARCH=arm |
7 | 7 | fi |
8 | 8 |
|
@@ -73,22 +73,22 @@ index 342c1c347..ac86ecfbd 100644 |
73 | 73 | } |
74 | 74 | #endif // !AARCH64 |
75 | 75 | diff --git a/src/hotspot/share/memory/metaspaceShared.cpp b/src/hotspot/share/memory/metaspaceShared.cpp |
76 | | -index f20f5305c..40c5f7be1 100644 |
| 76 | +index 8403ae7e1..63e3f1e65 100644 |
77 | 77 | --- a/src/hotspot/share/memory/metaspaceShared.cpp |
78 | 78 | +++ b/src/hotspot/share/memory/metaspaceShared.cpp |
79 | | -@@ -63,6 +63,7 @@ |
80 | | - #include "utilities/align.hpp" |
| 79 | +@@ -64,6 +64,7 @@ |
| 80 | + #include "utilities/bitMap.hpp" |
81 | 81 | #include "utilities/defaultStream.hpp" |
82 | 82 | #include "utilities/hashtable.inline.hpp" |
83 | 83 | +#include "gc/shared/softRefPolicy.hpp" |
84 | 84 | #if INCLUDE_G1GC |
85 | 85 | #include "gc/g1/g1Allocator.inline.hpp" |
86 | 86 | #include "gc/g1/g1CollectedHeap.hpp" |
87 | 87 | diff --git a/src/hotspot/share/oops/constantPool.cpp b/src/hotspot/share/oops/constantPool.cpp |
88 | | -index 6ebf9513b..543fff64b 100644 |
| 88 | +index 914b63bea..a87863d93 100644 |
89 | 89 | --- a/src/hotspot/share/oops/constantPool.cpp |
90 | 90 | +++ b/src/hotspot/share/oops/constantPool.cpp |
91 | | -@@ -400,8 +400,12 @@ void ConstantPool::remove_unshareable_info() { |
| 91 | +@@ -405,8 +405,12 @@ void ConstantPool::remove_unshareable_info() { |
92 | 92 | } |
93 | 93 |
|
94 | 94 | int ConstantPool::cp_to_object_index(int cp_index) { |
|
0 commit comments