Commit Graph

132 Commits

Author SHA1 Message Date
Andrew Hughes
7f052fc720 Rebuild RPM for 9.5 0day release
Related: RHEL-58786
Related: RHEL-17187
2025-08-18 17:00:52 +01:00
Andrew Hughes
75176c54db Sync the copy of the portable specfile with the latest update
Related: RHEL-58786
Related: RHEL-17187
2025-08-18 16:57:04 +01:00
Andrew Hughes
ed2bf7b0bc Update to shenandoah-jdk8u432-b06 (GA)
- Update release notes for shenandoah-8u432-b06.
- Switch to GA mode.

** This tarball is embargoed until 2024-10-15 @ 1pm PT. **

Resolves: RHEL-58786
2025-08-18 16:55:45 +01:00
Andrew Hughes
26303862c8 Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
Related: RHEL-58786
2025-08-18 16:51:21 +01:00
Andrew Hughes
a0b3b32d3b Include backport of JDK-8328999 to update giflib to 5.2.2
- Bump version of bundled giflib to 5.2.2 following JDK-8328999

Resolves: RHEL-17187
2025-08-18 16:49:49 +01:00
Andrew Hughes
509ae42844 Update to shenandoah-jdk8u432-b05 (EA)
- Update release notes for shenandoah-8u432-b05.
- Switch to EA mode.
- Drop JDK-828109{6,7,8}/PR3836 patch following integration of upstream version
- Regenerate JDK-8199936/PR3533 patch following JDK-828109{6,7,8} integration
- Bump version of bundled zlib to 1.3.1 following JDK-8324632

Resolves: RHEL-58786
2025-08-18 16:44:02 +01:00
Andrew Hughes
df9e4fd813 Bump rpmrelease for CentOS build and update RHEL version hack following July 2025 update
Related: RHEL-47013
2025-08-16 21:12:39 +01:00
Andrew Hughes
7b284ff99c Add missing build dependencies on zlib-devel & tar and match LCMS version to JDK-8245400
Related: RHEL-46858
2025-08-16 21:08:05 +01:00
Andrew Hughes
9a1cab761c Actually require tzdata 2024a now it is available in the buildroot
Related: RHEL-30937
2025-08-16 21:08:02 +01:00
Andrew Hughes
feba3ae6da Sync the copy of the portable specfile with the latest update
Related: RHEL-47013
2025-08-16 21:08:00 +01:00
Andrew Hughes
bc2b167d8b Update to shenandoah-jdk8u422-b05 (GA)
- Update release notes for shenandoah-8u422-b05.
- Rebase PR2462 patch following patched hunk being removed by JDK-8322106
- Switch to GA mode.

** This tarball is embargoed until 2024-07-16 @ 1pm PT. **

Resolves: RHEL-46858
Resolves: RHEL-47013
2025-08-16 21:07:52 +01:00
Andrew Hughes
879f1ff9d5 Limit Java only tests to one architecture using jdk_test_arch
Temporarily include Zero-based architectures in jdk_test_arch until they are portable

Resolves: RHEL-47082
2025-08-16 20:57:19 +01:00
Andrew Hughes
89340ee8a9 Restore NEWS file and rename remove-intree-libraries.sh so portable can be rebuilt
Document policy repacking script and rename to correct spelling and style

Resolves: RHEL-47057
2025-08-16 20:49:24 +01:00
Andrew Hughes
6497835ef5 Sync the copy of the portable specfile with the latest update
Related: RHEL-46858
2025-08-16 20:43:53 +01:00
Andrew Hughes
116e2a3b94 Update to shenandoah-jdk8u422-b01 (EA)
Update release notes for shenandoah-8u422-b01.
Switch to EA mode.

Related: RHEL-46858
2025-08-16 20:43:09 +01:00
Andrew Hughes
b21a397c22 Bump rpmrelease for CentOS build
Related: RHEL-32412
2025-07-04 19:01:25 +01:00
Andrew Hughes
2cf4071830 Update release notes for shenandoah-8u412-b08.
Related: RHEL-32412
2025-06-29 21:15:56 +01:00
Andrew Hughes
1bb89fc662 Sync the copy of the portable specfile with the latest update
Resolves: RHEL-32412
2025-06-29 21:14:59 +01:00
Andrew Hughes
9c62611701 Update to shenandoah-jdk8u412-b08 (GA)
- Switch to GA mode.

** This tarball is embargoed until 2024-04-16 @ 1pm PT. **

Resolves: RHEL-32412
2025-06-29 21:14:49 +01:00
Andrew Hughes
b99be6596b Sync the copy of the portable specfile with the latest update
Related: RHEL-30937
2025-06-29 21:13:26 +01:00
Andrew Hughes
cce3ff96a2 Update to shenandoah-jdk8u412-b07 (EA)
Require tzdata 2024a due to upstream inclusion of JDK-8322725
Only require tzdata 2023d for now as 2024a is unavailable in buildroot

Resolves: RHEL-30937
2025-06-29 21:12:38 +01:00
Andrew Hughes
b958d97cfd generate_source_tarball.sh: Support using a subdirectory via TO_COMPRESS
Related: RHEL-30937
2025-06-29 21:07:41 +01:00
Andrew Hughes
97ade9b0cf generate_source_tarball.sh: Handle an existing checkout
- generate_source_tarball.sh: Sync indentation with java-21-openjdk version

Related: RHEL-30937
2025-06-29 21:07:39 +01:00
Andrew Hughes
7f8dd8cf46 Remove obsolete files
- Remove obsolete file generate_singlerepo_source_tarball.sh
- Remove obsolete file get_sources.sh
- Remove obsolete file update_main_sources.sh

Related: RHEL-30937
2025-06-29 21:07:36 +01:00
Andrew Hughes
fbb464bba9 Fix maintenance scripts to pass shellcheck
- discover_trees.sh: Set compile-command and indentation instructions for Emacs
- discover_trees.sh: shellcheck: Do not use -o (SC2166)
- discover_trees.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- discover_trees.sh: shellcheck: Double-quote variable references (SC2086)
- generate_source_tarball.sh: Add authorship
- icedtea_sync.sh: Set compile-command and indentation instructions for Emacs
- icedtea_sync.sh: shellcheck: Double-quote variable references (SC2086)
- icedtea_sync.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- openjdk_news.sh: Set compile-command and indentation instructions for Emacs
- openjdk_news.sh: shellcheck: Double-quote variable references (SC2086)
- openjdk_news.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- openjdk_news.sh: shellcheck: Remove deprecated egrep usage (SC2196)

Related: RHEL-30937
2025-06-29 21:07:33 +01:00
Andrew Hughes
d0f2a0eda7 icedtea_sync.sh: Update with a VCS mode that retrieves sources from a Mercurial repository
Related: RHEL-30937
2025-06-29 21:07:31 +01:00
Andrew Hughes
740caafbc9 Move maintenance scripts to a scripts subdirectory
Related: RHEL-30937
2025-06-29 21:07:27 +01:00
Andrew Hughes
dedefd6cfe generate_source_tarball.sh: Only add --depth=1 on non-local repositories
Related: RHEL-30937
2025-06-29 21:07:24 +01:00
Andrew Hughes
a06e65fcd0 generate_source_tarball.sh: Add indentation instructions for Emacs
Related: RHEL-30937
2025-06-29 21:07:21 +01:00
Andrew Hughes
6fe2419676 generate_source_tarball.sh: Create directory in TMPDIR when using WITH_TEMP
Related: RHEL-30937
2025-06-29 21:07:18 +01:00
Andrew Hughes
a4af1a85e6 generate_source_tarball.sh: Add license
Related: RHEL-30937
2025-06-29 21:07:16 +01:00
Andrew Hughes
144393172e generate_source_tarball.sh: Update examples in header for clarity
Related: RHEL-30937
2025-06-29 21:07:13 +01:00
Andrew Hughes
9903c16595 generate_source_tarball.sh: Use long-style argument to grep
Related: RHEL-30937
2025-06-29 21:07:10 +01:00
Andrew Hughes
d02f53d6d3 generate_source_tarball.sh: Remove trailing period in echo
Related: RHEL-30937
2025-06-29 21:07:07 +01:00
Andrew Hughes
787a47eda9 generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST
Related: RHEL-30937
2025-06-29 21:07:04 +01:00
Andrew Hughes
f68fe5409e Use backward-compatible patch syntax
Sync patch set with portable build

Related: RHEL-30937
2025-06-29 21:07:01 +01:00
Andrew Hughes
4d5c302e43 Fix shellcheck issues with generate_source_tarball.sh
- generate_source_tarball.sh: Set compile-command in Emacs
- generate_source_tarball.sh: Remove REPO_NAME from FILE_NAME_ROOT
- generate_source_tarball.sh: Move PROJECT_NAME and REPO_NAME checks
- generate_source_tarball.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- generate_source_tarball.sh: shellcheck: Double-quote variable references (SC2086)
- generate_source_tarball.sh: shellcheck: Do not use -a (SC2166)
- generate_source_tarball.sh: shellcheck: Do not use $ on arithmetic variables (SC2004)
- generate_source_tarball.sh: Add quoting for SCRIPT_DIR and JCONSOLE_PATCH (SC2086)

Related: RHEL-30937
2025-06-29 21:06:58 +01:00
Andrew Hughes
1df7842e2a Make source tarballs reproducible and support construction in a temporary directory.
Move to upstream tag style (shenandoah8ux-by) in preparation for eventually moving back to official sources

- generate_source_tarball.sh: Add WITH_TEMP environment variable
- generate_source_tarball.sh: Multithread xz on all available cores
- generate_source_tarball.sh: Add OPENJDK_LATEST environment variable
- generate_source_tarball.sh: Update comment about tarball naming
- generate_source_tarball.sh: Reformat comment header
- generate_source_tarball.sh: Reformat and update help output
- generate_source_tarball.sh: Do a shallow clone, for speed
- generate_source_tarball.sh: Eliminate some removal prompting
- generate_source_tarball.sh: Make tarball reproducible
- generate_source_tarball.sh: Prefix temporary directory with temp-
- generate_source_tarball.sh: Remove temporary directory exit conditions
- generate_source_tarball.sh: Rename JCONSOLE_JS_PATCH{,_DEFAULT} to JCONSOLE_PATCH{,_DEFAULT} for brevity
- generate_source_tarball.sh: Adapt OPENJDK_LATEST logic to work with 8u Shenandoah fork
- generate_source_tarball.sh: Adapt version logic to work with 8u

Related: RHEL-30937
2025-06-29 21:06:54 +01:00
Andrew Hughes
ff48dbf45c Bump portablerelease to match portable build
Related: RHEL-30937
2025-06-29 21:06:50 +01:00
Andrew Hughes
5406ef542c Turn off xz multi-threading on i686 as it fails with an out of memory error
Related: RHEL-30937
2025-06-29 21:06:47 +01:00
Andrew Hughes
b400c2d34b Bring in Thomas' speed-ups
* Invoke xz in multi-threaded mode

Related: RHEL-30937
2025-06-29 21:06:44 +01:00
Andrew Hughes
0ef768d346 Update to shenandoah-jdk8u412-b01 (EA)
Switch to EA mode.

Related: RHEL-30937
2025-06-29 21:06:31 +01:00
Andrew Hughes
78ee8547a1 Update to shenandoah-jdk8u402-b06 (GA)
Update release notes for shenandoah-8u402-b06.
Sync NEWS with vanilla branch version.
Sync the copy of the portable specfile with the latest update
Drop local copy of JDK-8312489 which is now included upstream

** This tarball is embargoed until 2024-01-16 @ 1pm PT. **

Resolves: RHEL-17916
Resolves: RHEL-20989
2025-06-25 17:46:18 +01:00
Andrew Hughes
0f61cc9ecc Add zero_arches to the portable_build_arches on CentOS where there is no libffi issue
- Related: RHEL-12210
2025-05-15 15:19:50 +01:00
Andrew Hughes
f7cb2bf908 Temporarily use a different portable version and release on RHEL while out of sync with CentOS
- Related: RHEL-12210
2025-05-15 15:19:28 +01:00
Andrew Hughes
3343782446 Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
- Related: RHEL-12210
2025-05-15 15:18:52 +01:00
Andrew Hughes
a265343430 Revert jcmd move as jcmd will not operate without tools.jar
- Related: RHEL-13585
2025-05-15 15:17:23 +01:00
Andrew Hughes
5575399c13 Movement of jcmd should happen for both portable and non-portable builds
- Related: RHEL-13585
2025-05-15 15:17:20 +01:00
Andrew Hughes
204e3fe067 Update to shenandoah-jdk8u392-b08 (GA)
Update release notes for shenandoah-8u392-b08.
Sync the copy of the portable specfile with the latest update
Update generate_tarball.sh to be closer to upstream vanilla script inc. no more ECC removal
Update bug URL for RHEL to point to the Red Hat customer portal
Change top_level_dir_name to use the VCS tag, matching new upstream release style tarball
Regenerate PR2462 patch following JDK-8315135
Bump version of bundled libpng to 1.6.39
Add backport of JDK-8312489 heading upstream for 8u402 (see OPENJDK-2095)
Add missing JFR, alt-java, jre-* and java-* alternative ghosts
Move jcmd to the headless package

** This tarball is embargoed until 2023-10-17 @ 1pm PT. **

- Resolves: RHEL-12210
- Resolves: RHEL-13579
- Resolves: RHEL-13580
- Resolves: RHEL-13581
- Resolves: RHEL-11315
- Resolves: RHEL-13585
- Resolves: RHEL-2381
2025-05-15 15:16:54 +01:00
Jayashree Huttanagoudar
5769dbc708 Update to shenandoah-jdk8u392-b01 (GA)
Update release notes for shenandoah-8u392-b01.
Sync the copy of the portable specfile with the latest update
Update generate_tarball.sh to be closer to upstream vanilla script inc. no more ECC removal
Update bug URL for RHEL to point to the Red Hat customer portal
Change top_level_dir_name to use the VCS tag, matching new upstream release style tarball

Related: RHEL-12209
2023-10-14 20:26:01 +01:00