diff --git a/8280872-Reorder-code-cache-segments-to-improv.patch b/8280872-Reorder-code-cache-segments-to-improv.patch index ee70fc1f8cd571b8e31e7b8fc07f7109b7f51d90..78d9df05f0f96ec0f5290e98d04cba6a74665a56 100644 --- a/8280872-Reorder-code-cache-segments-to-improv.patch +++ b/8280872-Reorder-code-cache-segments-to-improv.patch @@ -208,9 +208,9 @@ deleted file mode 100644 index f47331a6d..000000000 --- a/test/hotspot/jtreg/compiler/c2/aarch64/TestFarJump.java +++ /dev/null -@@ -1,137 +0,0 @@ +@@ -1,136 +0,0 @@ -/* -- * Copyright (c) 2022, BELLSOFT. All rights reserved. +- * Copyright (c) 2024, BELLSOFT. 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 @@ -300,10 +300,9 @@ index f47331a6d..000000000 - "-Xbatch", - "-XX:+TieredCompilation", - "-XX:+SegmentedCodeCache", -- "-XX:CompileOnly=" + className + "::main", - "-XX:ReservedCodeCacheSize=" + (bigCodeHeap ? "256M" : "200M"), - "-XX:+UnlockDiagnosticVMOptions", -- "-XX:+PrintAssembly", +- "-XX:CompileCommand=option," + className + "::main,bool,PrintAssembly,true", - className}; - - ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(procArgs); diff --git a/add-version-txt.patch b/add-version-txt.patch index 077b8807d46763b21e90462d9ecbd5a789e1f8d9..dabf1c16e7dc29daa16c6091a68da0aa7df789f0 100644 --- a/add-version-txt.patch +++ b/add-version-txt.patch @@ -13,7 +13,7 @@ index 000000000..b717bafbe --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ -+17.0.10.0.13 ++17.0.12.0.13 -- 2.19.0 diff --git a/jdk-updates-jdk17u-jdk-17.0.11+9.tar.gz b/jdk-updates-jdk17u-jdk-17.0.11+9.tar.gz deleted file mode 100644 index c5cd2dc37dd573e10e709a0e68efccdb870f0e20..0000000000000000000000000000000000000000 Binary files a/jdk-updates-jdk17u-jdk-17.0.11+9.tar.gz and /dev/null differ diff --git a/jdk-updates-jdk17u-jdk-17.0.12+7.tar.gz b/jdk-updates-jdk17u-jdk-17.0.12+7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5486e72f52b96439d0b5ed74351e21808d2ce2b5 Binary files /dev/null and b/jdk-updates-jdk17u-jdk-17.0.12+7.tar.gz differ diff --git a/openjdk-17.spec b/openjdk-17.spec index 249d12f6c8be19e760c56054a89f9337d0f3356c..5f8e1bb9137bb3fe2639013b2c896dba5cb4e8a1 100644 --- a/openjdk-17.spec +++ b/openjdk-17.spec @@ -161,7 +161,7 @@ # Used via new version scheme. JDK 17 was # GA'ed in March 2021 => 21.9 %global vendor_version_string 21.9 -%global securityver 11 +%global securityver 12 # buildjdkver is usually same as %%{majorver}, # but in time of bootstrap of next jdk, it is majorver-1, # and this it is better to change it here, on single place @@ -187,7 +187,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global minorver 0 -%global buildver 9 +%global buildver 7 # priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit %if %is_system_jdk %global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} ) @@ -903,7 +903,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 3 +Release: 0 # 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 @@ -1836,6 +1836,10 @@ cjc.mainProgram(arg) %changelog +* Thu Jul 18 2024 DXwangg - 1:17.0.12.7-0 +- modify 8280872-Reorder-code-cache-segments-to-improv.patch +- update to 17.0.12+7(ga) + * Thu Jul 4 2024 Autistic_boyya - 1:17.0.11.9-3 - add jdk17-Add-KAE-provider.patch