Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: java-1.8.0-openjdk-devel | Distribution: AlmaLinux |
Version: 1.8.0.422.b05 | Vendor: AlmaLinux |
Release: 2.el9 | Build date: Thu Jul 18 15:42:26 2024 |
Group: Unspecified | Build host: ppc64le-builder02.almalinux.org |
Size: 43265215 | Source RPM: java-1.8.0-openjdk-1.8.0.422.b05-2.el9.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: http://openjdk.java.net/ | |
Summary: OpenJDK 8 Development Environment |
The OpenJDK 8 development tools.
ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib
* Wed Jul 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.422.b05-1.1 - 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. - Sync the copy of the portable specfile with the latest update - Actually require tzdata 2024a now it is available in the buildroot - Add missing build dependencies on zlib-devel and tar - Update LCMS version to match JDK-8245400 - ** This tarball is embargoed until 2024-07-16 @ 1pm PT. ** - Resolves: RHEL-46860 - Resolves: RHEL-47011 * Tue Jul 09 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.422.b01-0.1.ea - Update to shenandoah-jdk8u422-b01 (EA) - Update release notes for shenandoah-8u422-b01. - Switch to EA mode. - Sync the copy of the portable specfile with the latest update - Update NEWS file and rename remove-intree-libraries.sh so portable can be rebuilt - Document policy repacking script and rename to correct spelling and style - Limit Java only tests to one architecture using jdk_test_arch - Temporarily include Zero-based architectures in jdk_test_arch until they are portable - Related: RHEL-46860 - Resolves: RHEL-47069 - Resolves: RHEL-47090 * Mon Apr 08 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b08-2 - Update to shenandoah-jdk8u412-b08 (GA) - Update release notes for shenandoah-8u412-b08. - Complete release note for Certainly roots - Switch to GA mode. - Sync the copy of the portable specfile with the latest update - ** This tarball is embargoed until 2024-04-16 @ 1pm PT. ** - Resolves: RHEL-32409 * Fri Apr 05 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b07-0.2.ea - 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 - Sync the copy of the portable specfile with the latest update - Related: RHEL-30934 * Fri Mar 22 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea - Turn off xz multi-threading on i686 as it fails with an out of memory error - Move to upstream tag style (shenandoah8ux-by) in preparation for eventually moving back to official sources - 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 - generate_source_tarball.sh: Add quoting for SCRIPT_DIR and JCONSOLE_PATCH (SC2086) - generate_source_tarball.sh: Update examples in header for clarity - generate_source_tarball.sh: Create directory in TMPDIR when using WITH_TEMP - generate_source_tarball.sh: Only add --depth=1 on non-local repositories - Move maintenance scripts to a scripts subdirectory - icedtea_sync.sh: Update with a VCS mode that retrieves sources from a Mercurial repository - 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) - Remove obsolete file generate_singlerepo_source_tarball.sh - Remove obsolete file get_sources.sh - Remove obsolete file update_main_sources.sh - generate_source_tarball.sh: Handle an existing checkout - generate_source_tarball.sh: Sync indentation with java-21-openjdk version - generate_source_tarball.sh: Support using a subdirectory via TO_COMPRESS - Sync patch set with portable build - Related: RHEL-30934 * Fri Mar 22 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:1.8.0.412.b01-0.2.ea - Invoke xz in multi-threaded mode - 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: 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) - Use backward-compatible patch syntax - generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST - generate_source_tarball.sh: Remove trailing period in echo - generate_source_tarball.sh: Use long-style argument to grep - generate_source_tarball.sh: Add license - generate_source_tarball.sh: Add indentation instructions for Emacs - Related: RHEL-30934 * Thu Mar 21 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea - Update to shenandoah-jdk8u412-b01 (EA) - Switch to EA mode. - Related: RHEL-30934 * Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.402.b06-0.2.ea - 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-17918 - Resolves: RHEL-20987 * Mon Oct 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b08-3 - Revert jcmd move as jcmd will not operate without tools.jar - Related: RHEL-13605 * Tue Oct 10 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b08-2 - 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-12208 - Resolves: RHEL-13587 - Resolves: RHEL-13590 - Resolves: RHEL-13593 - Resolves: RHEL-13583 - Resolves: RHEL-13605 - Resolves: RHEL-13615 * Fri Sep 29 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b01-1 - 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 * Wed Jul 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.382.b05-2 - Update to shenandoah-jdk8u382-b05 (GA) - Update release notes for shenandoah-8u382-b05. - Sync the copy of the portable specfile with the latest update - Add note at top of spec file about rebuilding - Use tapsets from the misc tarball on portable builds - Make sure root installation directory is created first - Use in-place substitution for all but the first of the tapset changes - The 'prelease' variable should refer to 'portablerelease', not 'rpmrelease' - Bump release number so we are newer than 9.0 - ** This tarball is embargoed until 2023-07-18 @ 1pm PT. ** - Resolves: rhbz#2221106 * Fri Jul 07 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.382.b04-0.1.ea - Update to shenandoah-jdk8u382-b04 (EA) - Update release notes for shenandoah-8u382-b04. - Sync the copy of the portable specfile with the latest update - Resolves: rhbz#2217711 * Wed Jul 05 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.382.b01-0.1.ea - Introduce 'prelease' for the portable release versioning, to handle EA builds - Sync the copy of the portable specfile with the latest update - Related: rhbz#2217711 * Wed Jun 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.382.b01-0.1.ea - Update to shenandoah-jdk8u382-b01 (EA) - Update release notes for shenandoah-8u382-b01. - Switch to EA mode. - Remove JDK-8271199 patch which is now upstream. - Add version of bundled zlib (bumped from 1.2.11 to 1.2.13 with this update) - Related: rhbz#2217711 * Tue Apr 18 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.372.b07-2 - Update to shenandoah-jdk8u372-b07 (GA) - Update release notes for shenandoah-8u372-b07. - Require tzdata 2023c due to inclusion of JDK-8305113 in 8u372-b07 - Update generate_tarball.sh to add support for passing a boot JDK to the configure run - Add POSIX-friendly error codes to generate_tarball.sh and fix whitespace - Remove .jcheck and GitHub support when generating tarballs, as done in upstream release tarballs - Drop JDK-8275535/RH2053256 patch which is now upstream - Include JDK-8271199 backport early ahead of 8u382 (RH2175317) - Drop hack for difference in local and portable build version - Replace local copies of JDK portable binaries with build dependencies - Include the java-1.8.0-openjdk-portable.spec file with instructions on how to rebuild. - Remove duplicate use of README.md inside the *-src package (it is no longer about sources) - Use portable build on x86_32 now one is available - ** This tarball is embargoed until 2023-04-18 @ 1pm PT. ** - Resolves: rhbz#2185182 - Resolves: rhbz#2189329 * Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4 - Drop use of portable build on s390x due to libffi compatibility issue (needs libffi.so.6) - Related: rhbz#2150202 * Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4 - Add explicit libffi dependency for s390x build - Related: rhbz#2150202 * Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4 - On portable architectures, replace build section with extraction of existing builds from portables - Rewrite ELF files so the source file path is correct and debugsources can be assembled - Resolves: rhbz#2150202 * Tue Jan 24 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-3 - Update cacerts patch to fix OPENJDK-1433 SecurityManager issue - Update to shenandoah-jdk8u352-b09 (GA) - Update release notes for shenandoah-8u352-b09. - Resolves: rhbz#2162714 * Fri Jan 13 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b08-3 - Update to shenandoah-jdk8u352-b08 (GA) - Update release notes for shenandoah-8u352-b08. - Fix broken links and missing release notes in older releases. - Drop RH1163501 patch which is not upstream or in 11, 17 & 19 packages and seems obsolete - Patch was broken by inclusion of "JDK-8293554: Enhanced DH Key Exchanges" - Patch was added for a specific corner case of a 4096-bit DH key on a Fedora host that no longer exists - Fedora now appears to be using RSA and the JDK now supports ECC in preference to large DH keys - Resolves: rhbz#2160111 * Wed Jan 11 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b07-0.3.ea - Update to shenandoah-jdk8u362-b07 (EA) - Update release notes for shenandoah-8u362-b07. - Require tzdata 2022g due to inclusion of JDK-8296108, JDK-8296715 & JDK-8297804 - Drop tzdata patches for 2022d & 2022e (JDK-8294357 & JDK-8295173) which are now upstream - Update TestTranslations.java to test the new America/Ciudad_Juarez zone - Resolves: rhbz#2150196 * Tue Jan 10 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b01-0.3.ea - Update to shenandoah-jdk8u362-b01 (EA) - Update release notes for shenandoah-8u362-b01. - Switch to EA mode for 8u362 pre-release builds. - Drop JDK-8195607/PR3776/RH1760437 now this is upstream - Related: rhbz#2150196 * Wed Oct 19 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.352.b08-2 - Update to shenandoah-jdk8u352-b08 (GA) - Update release notes for shenandoah-8u352-b08. - Switch to GA mode for final release. - Update in-tree tzdata to 2022e with JDK-8294357 & JDK-8295173 - Add test to ensure timezones can be translated - Resolves: rhbz#2133695 * Wed Oct 12 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.352.b07-0.2.ea - Update to shenandoah-jdk8u352-b07 (EA) - Update release notes for shenandoah-8u352-b07. - Switch to EA mode for 8u352 pre-release builds. - Rebase FIPS patch against 8u352-b07 - Resolves: rhbz#2130623 * Tue Aug 30 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.345.b01-5 - Allow the default keystore to be configured using security.systemCACerts - Use of the property can now be disabled using -Dsecurity.systemCACerts= - Move cacerts replacement to install section and retain original of this and tzdb.dat - Resolves: rhbz#2077006 * Tue Aug 30 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.345.b01-4 - Switch to static builds, reducing system dependencies and making build more portable - Resolves: rhbz#2121273 * Mon Aug 29 2022 Stephan Bergmann <sbergman@redhat.com> - 1:1.8.0.345.b01-3 - Disable copy-jdk-configs for Flatpak builds - Fix flatpak builds by exempting them from bootstrap - Resolves: rhbz#2102727 * Wed Aug 03 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.345.b01-2 - Update to shenandoah-jdk8u345-b01 (GA) - Update release notes for 8u345-b01. - Resolves: rhbz#2112405 * Sun Jul 24 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.342.b07-2 - Update to shenandoah-jdk8u342-b07 (GA) - Update release notes for 8u342-b07. - Switch to GA mode for final release. - Resolves: rhbz#2106509 * Sun Jul 17 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.342.b06-0.1.ea - Update to shenandoah-jdk8u342-b06 (EA) - Update release notes for shenandoah-8u342-b06. - Switch to EA mode for 8u342 pre-release builds. - Print release file during build, which should now include a correct SOURCE value from .src-rev - Update tarball script with IcedTea GitHub URL and .src-rev generation - Use "git apply" with patches in the tarball script to allow binary diffs - Remove redundant "REPOS" variable from tarball script - Include script to generate bug list for release notes - Update tzdata requirement to 2022a to match JDK-8283350 - Resolves: rhbz#2083322 * Sun Jul 17 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.332.b09-3 - Rebase FIPS patches from fips branch and simplify by using a single patch from that repository - * RH2036462: sun.security.pkcs11.wrapper.PKCS11.getInstance breakage - * RH2090378: Revert to disabling system security properties and FIPS mode support together - Rebase RH1648249 nss.cfg patch so it applies after the FIPS patch - Perform configuration changes (e.g. nss.cfg, nss.fips.cfg, tzdb.dat) in installjdk - Enable system security properties in the RPM (now disabled by default in the FIPS repo) - Improve security properties test to check both enabled and disabled behaviour - Run security properties test with property debugging on - Explicitly require crypto-policies during build and runtime for system security properties - Resolves: rhbz#2099801 - Resolves: rhbz#2100678
/usr/lib/.build-id /usr/lib/.build-id/01/28dbc07a5f4cadb1f6882fa363ce86946db3cb.1 /usr/lib/.build-id/07 /usr/lib/.build-id/07/a9c96b43f729b18347e701637185c33ca90228 /usr/lib/.build-id/0e/d5beef7568bc7b2fcb91a9d0766d0a0c5c9d11 /usr/lib/.build-id/13 /usr/lib/.build-id/13/a587ad59a62bc1562cbb24b7d62e3d0de9cdd3 /usr/lib/.build-id/13/df514ee5ab0ed4c19884d607dc434e5598ecf5 /usr/lib/.build-id/15/b58ee81d48d21bb43b6c555bd6cc81b1cc961a.1 /usr/lib/.build-id/17/5de0f9c84f18288db711ea1b5b998e40c97b47 /usr/lib/.build-id/1f /usr/lib/.build-id/1f/73cbac164f38c71d8a33576fbc70a6912637a8 /usr/lib/.build-id/20/4ded18f4da557a4a707eacddefe0d80c5f5f6a.1 /usr/lib/.build-id/27/fb3b756f9f837489b59840008bd603ee976127.1 /usr/lib/.build-id/2b /usr/lib/.build-id/2b/0d2fe81f4ca8acc214d856650d9d2f14e2881b /usr/lib/.build-id/2f /usr/lib/.build-id/2f/c7f35a04d13159277f28785d9f39bb0a190c86 /usr/lib/.build-id/34 /usr/lib/.build-id/34/249a6cf11231c3ebe239096acb09763d4c257e /usr/lib/.build-id/37/ec94aaf18e58fc7fa0d35c7ba86a3331c43d66.1 /usr/lib/.build-id/3a/ae42a687c4ecbdf571ee768d079ecf60e8ac2f /usr/lib/.build-id/44/03a28e48abdfbbebb4cd09f3a4e8252fd706f2.1 /usr/lib/.build-id/45/dab33101b614f6c46333316dc2f6e334b92751.1 /usr/lib/.build-id/4c/5c78e25586b9021cc00c4423ad645716fe87ce /usr/lib/.build-id/4f /usr/lib/.build-id/4f/718d9751bdd15d7a06bae17046d71d6840b8c4 /usr/lib/.build-id/57 /usr/lib/.build-id/57/668c62ca0029995a3126ebad3ca2ebd3017458 /usr/lib/.build-id/59 /usr/lib/.build-id/59/5a62214ab34cb1081ea304b882a9de59271ee0 /usr/lib/.build-id/5e/676631dfec3fc4e48b3440d4458dee6349d204.1 /usr/lib/.build-id/63/76041b14d96205354c489efc3822cae19f8528.1 /usr/lib/.build-id/6c/57660831586da8723228a92b152ef6d9c690eb.1 /usr/lib/.build-id/7e/5fa1768e18ecc6ccec4748a436444292e6ea33 /usr/lib/.build-id/83 /usr/lib/.build-id/83/d06a3544bb6ca460879bb5b681ca52f6f9062b /usr/lib/.build-id/8e/ed892297657e96db636f5f3c7e90781e418cef.1 /usr/lib/.build-id/9d /usr/lib/.build-id/9d/5f0e1e7c8e69e6a4ed04688543edf73e3f9f36 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/db19a835cc63c762cdcf5e57697946a29d3ff2 /usr/lib/.build-id/ac/6411bb1402a235d78acd0f68235f0046b7118e /usr/lib/.build-id/af /usr/lib/.build-id/af/5ef0b3a989ee8622dc63a81afe94f535001f74 /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/d2dfd9f39970a6fd45627713293f988e4e8328 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/6cb63dec5d5a2bbe35264ee0b4d310c6069fb2 /usr/lib/.build-id/b8/bc0c667021e4c84ee820319a0ea41bf418e3dc.1 /usr/lib/.build-id/bb /usr/lib/.build-id/bb/e8ff5d1131c17c4b18c9cd0d83a7433c07869a /usr/lib/.build-id/bc/e9e481f15919b756dde6e58bdb0ed949948a82 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/7137b8d76c880618cc1e8af59a4c5580f39ea7 /usr/lib/.build-id/c9/9a415e7ba399a3671e9d57c74e4294b1bf9647.1 /usr/lib/.build-id/cb/4bb9a9b4c6e15660333be74323e8a8c7fed5a7.1 /usr/lib/.build-id/d1/f738a1693728cb8af2e8d78e5bd3a27afc5d22.1 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/e80eaab26e4840b71bfe0690a9847ed93be067 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/e0ab24697a75c49eb16145833a5ab9c55a78d9 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/cae507bfbe50d94d4542024d8207d43cd45f3e /usr/lib/.build-id/ef/306b2c867b39d3dd3af96012b58bfd3717b223 /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/7f3f423f18fd59b56fb280270dc375185d4065 /usr/lib/.build-id/ff /usr/lib/.build-id/ff/10cd97269ec669b4855ee56475e612a5d7d4ce /usr/lib/.build-id/ff/6f42a784272fef69344d417b5c6084e617784e /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/ASSEMBLY_EXCEPTION /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/LICENSE /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/THIRD_PARTY_README /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/alt-java /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/appletviewer /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/clhsdb /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/extcheck /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/hsdb /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/idlj /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jar /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jarsigner /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/java /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/java-rmi.cgi /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/javac /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/javadoc /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/javah /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/javap /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jcmd /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jconsole /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jdb /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jdeps /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jfr /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jhat /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jinfo /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jjs /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jmap /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jps /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jrunscript /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jsadebugd /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jstack /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jstat /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/jstatd /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/keytool /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/native2ascii /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/orbd /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/pack200 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/policytool /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/rmic /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/rmid /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/rmiregistry /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/schemagen /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/serialver /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/servertool /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/tnameserv /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/unpack200 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/wsgen /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/wsimport /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/bin/xjc /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/classfile_constants.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/jawt.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/jdwpTransport.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/jni.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/jvmti.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/jvmticmlr.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/linux /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/linux/jawt_md.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/include/linux/jni_md.h /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/ct.sym /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/dt.jar /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/ir.idl /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/jconsole.jar /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/jexec /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/orb.idl /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/ppc64le /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/ppc64le/jli /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/ppc64le/jli/libjli.so /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/ppc64le/libjawt.so /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/lib/tools.jar /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/tapset /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/tapset/hotspot-1.8.0.422.b05-2.el9.ppc64le.stp /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/tapset/hotspot_gc-1.8.0.422.b05-2.el9.ppc64le.stp /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/tapset/hotspot_jni-1.8.0.422.b05-2.el9.ppc64le.stp /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le/tapset/jstack-1.8.0.422.b05-2.el9.ppc64le.stp /usr/share/applications/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le-jconsole.desktop /usr/share/man/man1/appletviewer-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/extcheck-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/idlj-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jar-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jarsigner-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/javac-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/javadoc-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/javah-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/javap-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jcmd-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jconsole-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jdb-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jdeps-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jhat-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jinfo-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jmap-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jps-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jrunscript-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jsadebugd-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jstack-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jstat-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/jstatd-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/native2ascii-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/rmic-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/schemagen-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/serialver-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/wsgen-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/wsimport-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/man/man1/xjc-java-1.8.0-openjdk-1.8.0.422.b05-2.el9.ppc64le.1.gz /usr/share/systemtap /usr/share/systemtap/tapset /usr/share/systemtap/tapset/powerpc /usr/share/systemtap/tapset/powerpc/hotspot-1.8.0.422.b05-2.el9.ppc64le.stp /usr/share/systemtap/tapset/powerpc/hotspot_gc-1.8.0.422.b05-2.el9.ppc64le.stp /usr/share/systemtap/tapset/powerpc/hotspot_jni-1.8.0.422.b05-2.el9.ppc64le.stp /usr/share/systemtap/tapset/powerpc/jstack-1.8.0.422.b05-2.el9.ppc64le.stp
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 21:26:10 2025