fix potential compilation errors
This commit is contained in:
parent
c810fade09
commit
b2a3994db7
@ -2678,6 +2678,14 @@ diff --git a/src/hotspot/share/ci/ciInstanceKlass.cpp b/src/hotspot/share/ci/ciI
|
||||
index 5c65ffff3..081785c41 100644
|
||||
--- a/src/hotspot/share/ci/ciInstanceKlass.cpp
|
||||
+++ b/src/hotspot/share/ci/ciInstanceKlass.cpp
|
||||
@@ -36,6 +36,7 @@
|
||||
#include "runtime/fieldDescriptor.inline.hpp"
|
||||
#include "runtime/handles.inline.hpp"
|
||||
#include "runtime/jniHandles.inline.hpp"
|
||||
+#include "runtime/sharedRuntime.hpp"
|
||||
|
||||
// ciInstanceKlass
|
||||
//
|
||||
@@ -42,6 +42,44 @@
|
||||
// This class represents a Klass* in the HotSpot virtual machine
|
||||
// whose Klass part in an InstanceKlass.
|
||||
|
||||
@ -762,7 +762,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
|
||||
|
||||
Name: java-%{javaver}-%{origin}
|
||||
Version: %{newjavaver}.%{buildver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||
# also included the epoch in their virtual provides. This created a
|
||||
@ -1715,6 +1715,9 @@ cjc.mainProgram(arg)
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2024 neu-mobi <liuyulong35@huawei.com> - 1.11.0.23.9-5
|
||||
- fix potential compilation errors
|
||||
|
||||
* Sat Jun 15 2024 neu-mobi <liuyulong35@huawei.com> - 1.11.0.23.9-4
|
||||
- Collate patches and merge patches related to ZGC
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user