diff --git a/Add-Dynamic-Max-Heap-feature-for-G1GC.patch b/Add-Dynamic-Max-Heap-feature-for-G1GC.patch index 9df92ba79588c7feb7da459e076ede6fec2f8de5..f482d3e58c1bd5143022c5cc61767af847d2f259 100644 --- a/Add-Dynamic-Max-Heap-feature-for-G1GC.patch +++ b/Add-Dynamic-Max-Heap-feature-for-G1GC.patch @@ -916,7 +916,7 @@ index 000000000..0681fc212 + return false; + } + if (DynamicMaxHeapSizeLimit <= MaxHeapSize) { -+ warning_and_disable("-XX:DynamicMaxHeapSizeLimit should be larger than MaxHeapSize"); ++ warning_and_disable("DynamicMaxHeapSizeLimit should be larger than MaxHeapSize"); + return false; + } + return true; diff --git a/Add-JitProfileCache-feature.patch b/Add-JitProfileCache-feature.patch index c358d89a1d4242356f8da91c08e2bffd11a8e1b6..09710019fd6401e2b6e0baa51fe5ac01aba22d41 100644 --- a/Add-JitProfileCache-feature.patch +++ b/Add-JitProfileCache-feature.patch @@ -807,7 +807,7 @@ index 000000000..d4a472d1d + +JitProfileCache::JitProfileCacheState JitProfileCache::init_for_profilecache() { + if (!(!JProfilingCacheRecording && JProfilingCacheCompileAdvance)) { -+ jprofilecache_log_error(profilecache)("[JitProfileCache] ERROR : JitProfile option verify fail"); ++ jprofilecache_log_error(profilecache)("[JitProfileCache] ERROR: JitProfileCache option verify failure"); + _jit_profile_cache_state = JitProfileCache::IS_ERR; + return _jit_profile_cache_state; + } @@ -1938,7 +1938,7 @@ index 000000000..d4a472d1d + + // check CompilationProfileCacheDeoptNumOfMethodsPerIter + if (CompilationProfileCacheDeoptNumOfMethodsPerIter == 0 || CompilationProfileCacheDeoptNumOfMethodsPerIter > MAX_DEOPT_NUMBER) { -+ jprofilecache_log_error(profilecache)("[JitProfileCache] ERROR:CompilationProfileCacheDeoptNumOfMethodsPerIter is invalid must be large than 0 and less than or equal to 500."); ++ jprofilecache_log_error(profilecache)("[JitProfileCache] ERROR: CompilationProfileCacheDeoptNumOfMethodsPerIter is invalid must be large than 0 and less than or equal to 500."); + _state = IS_ERR; + return; + } diff --git a/openjdk-1.8.0.spec b/openjdk-1.8.0.spec index 924c06278c9cbed6cdf1185b9b8960df66c74768..154361000f388dc637dfb8a8189dca705a122a65 100644 --- a/openjdk-1.8.0.spec +++ b/openjdk-1.8.0.spec @@ -953,7 +953,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever}.%{buildver} -Release: 1 +Release: 2 # 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 @@ -3062,6 +3062,10 @@ cjc.mainProgram(args) -- the returns from copy_jdk_configs.lua should not affect %endif %changelog +* Wed Nov 12 2025 DXwangg -1:1.8.0.472.b08-2 +- modified Add-JitProfileCache-feature.patch +- modified Add-Dynamic-Max-Heap-feature-for-G1GC.patch + * Tue Nov 04 2025 panxuefeng -1:1.8.0.472.b08-1 - update LoongArch64 port to 8u472