Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

java-1.8.0-openjdk-devel-1.8.0.492.b09-3.el9 RPM for x86_64

From CentOS Stream 9 AppStream for x86_64

Name: java-1.8.0-openjdk-devel Distribution: CentOS
Version: 1.8.0.492.b09 Vendor: CentOS
Release: 3.el9 Build date: Fri Jul 17 17:15:05 2026
Group: Unspecified Build host: x86-03.stream.rdu2.redhat.com
Size: 43026443 Source RPM: java-1.8.0-openjdk-1.8.0.492.b09-3.el9.src.rpm
Packager: builder@centos.org
Url: http://openjdk.java.net/
Summary: OpenJDK 8 Development Environment
The OpenJDK 8 development tools.

Provides

Requires

License

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

Changelog

* Wed Jul 15 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.492.b09-3
  - Add attempted patch for JDK-8385876 to fix -Wnonnull build failure with s390x Zero on CentOS 9
  - Sync the copy of the portable specfile with the latest update
  - Resolves: RHEL-212095
* Mon Apr 20 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.492.b09-2
  - Bump release for PQC build
  - Related: RHEL-169446
* Fri Apr 17 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.492.b09-1
  - Update to 8u492-b09 (GA)
  - Update release notes for 8u492-b09.
  - Add missing CVEs for 8u482.
  - Regenerate JDK-8199936/PR3533 patch following JDK-8374917
  - Regenerate JDK-8186464/RH1433262 patch following JDK-8370986
  - Drop local giflib 5.2.2 patch now JDK-8328999 is included upstream
  - Bump freetype version to 2.14.2 following JDK-8373290 & JDK-8379158
  - Bump giflib version to 6.1.2 following JDK-8379256 & JDK-8380078
  - Bump LCMS 2 version to 2.15.0 following JDK-8303482
  - Bump libpng version to 1.6.57 following JDK-8375063, JDK-8377526, JDK-8380959 & JDK-8382047
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
  - Resolves: RHEL-169446
  - Resolves: RHEL-133291
  - Resolves: RHEL-147348
  - Resolves: RHEL-148407
  - Resolves: RHEL-148981
  - Resolves: RHEL-161303
  - Resolves: RHEL-161452
  - Resolves: RHEL-157139
  - Resolves: RHEL-157156
* Fri Feb 20 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.482.b08-3
  - Update tagging scripts to include signature checks and correctly handle gating
  - Add gating scripts to simplify obtaining results and waiving issues
  - Resolves: RHEL-147634
  - Resolves: RHEL-151197
* Wed Jan 28 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.482.b08-2
  - Bump rpmrelease for CentOS build
  - Related: RHEL-142687
  - Related: RHEL-139534
  - Related: RHEL-131588
  - Related: RHEL-131600
  - Related: RHEL-142875
  - Related: RHEL-142697
* Mon Jan 19 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.482.b08-1
  - Update to 8u482-b08 (GA).
  - Update release notes for 8u482-b08.
  - Remove generated-configure.sh changes from JDK-8141590 & FIPS patch as we already autogenerate this
  - Turn on system FreeType as on later JDK versions and add to _privatelibs
  - Set bundled FreeType version to 2.13.2 following JDK-8316028
  - Bump LCMS 2 version to 2.14.0 following JDK-8297088
  - Bump libpng version to 1.6.51 following JDK-8372534
  - Update FIPS patch to include nss.fips.cfg that grants CKA_ENCRYPT
  - Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
  - Resolves: RHEL-142687
  - Resolves: RHEL-139534
  - Resolves: RHEL-131588
  - Resolves: RHEL-131600
  - Resolves: RHEL-142875
  - Resolves: RHEL-142697
* Sat Oct 18 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.472.b08-2
  - Bump rpmrelease for CentOS build
  - Add scripts to handle tagging of portable-based RPMs
  - Related: RHEL-118767
  - Related: RHEL-119455
  - Related: RHEL-118775
* Thu Oct 16 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.472.b08-1
  - Update to 8u472-b08 (GA).
  - Update release notes for 8u472-b08.
  - Drop local JDK-8339414 fix as this is now included upstream
  - Reset rpmrelease to 1 now there are no other RPM builds on RHEL 9
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2025-10-21 @ 1pm PT. **
  - Resolves: RHEL-118767
  - Resolves: RHEL-119455
* Sun Oct 05 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-5
  - Update get_bundle_versions.sh to match other scripts
  - * get_bundle_versions.sh: Add license
  - * get_bundle_versions.sh: Set compile-command in Emacs
  - * get_bundle_versions.sh: Use different error codes for different failures
  - * get_bundle_versions.sh: Remove unneeded '.' in JPEG version
  - * get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086)
  - * get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002)
  - Add OpenJDK 8u support to get_bundle_versions.sh
  - Print bundle updates and backouts at end of openjdk_news.sh output
  - Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh
  - Add timezone data update check to openjdk_news.sh
  - Add duplicate check to openjdk_news.sh
  - Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh
  - Sync the copy of the portable specfile with the latest update
  - Resolves: RHEL-119329
* Sun Oct 05 2025 Antonio Vieiro <avieirov@redhat.com> - 1:1.8.0.462.b08-5
  - Add script to obtain bundled library versions from OpenJDK sources
  - Related: RHEL-119329
* Sun Oct 05 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:1.8.0.462.b08-5
  - Warn about bundled provide version bumps and backouts in openjdk_news.sh
  - Related: RHEL-119329
* Sun Oct 05 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-5
  - Bump rpmrelease for move to portables only on RHEL 8
  - Resolves: RHEL-118775
* Thu Jul 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-4
  - Bump rpmrelease for CentOS build
  - Remove obsolete hack to hardcode newer portable version on RHEL
  - Related: RHEL-101648
  - Related: RHEL-102312
  - Related: RHEL-97496
* Thu Jul 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-3
  - Update to 8u462-b08 (GA)
  - Update release notes for 8u462-b08.
  - Require tzdata 2025b due to upstream inclusion of JDK-8352716
  - Add early backport of JDK-8339414
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2025-07-15 @ 1pm PT. **
  - Resolves: RHEL-101648
  - Resolves: RHEL-102312
  - Resolves: RHEL-97496
* Sat Jun 14 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.452.b09-3
  - Bump release number to appease 9.6-z erratum
  - Related: RHEL-86967
  - Related: RHEL-86620
* Fri Apr 11 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.452.b09-2
  - Update to 8u452-b09 (GA)
  - Update release notes for 8u452-b09.
  - Remove long option documentation from JDK-8335912/JDK-8337499 as not present in 8u
  - Require tzdata 2025a due to upstream inclusion of JDK-8347965
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2025-04-15 @ 1pm PT. **
  - Resolves: RHEL-86967
  - Resolves: RHEL-86620
* Fri Jan 17 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.442.b06-3
  - Bump rpmrelease for CentOS build
  - Related: RHEL-73554
  - Related: RHEL-74302
  - Related: RHEL-73990
* Fri Jan 17 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.442.b06-2
  - Update to 8u442-b06 (GA)
  - Update release notes for 8u442-b06.
  - Switch to GA mode for final release
  - Revise JDK-8141590 backport to install libffi.so* in lib as well as jre/lib
  - Sync the copy of the portable specfile with the latest update
  - Remove libffi.so copying workaround now the portable build installs it in lib
  - Add bundled libffi.so to _privatelibs
  - Remove libffi.so copy if we are building on the same platform as the portable
  - Resolves: RHEL-73554
  - Related: RHEL-74302
* Thu Jan 16 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.442.b05-0.3.ea
  - Add zero_arches to the portable_build_arches now that the portable build bundles libffi
  - Temporarily workaround libffi.so not being in lib/%{archinstall} by copying it
  - Exclude libffi.so from the debugedit run
  - Add a simple -version check on both the JDK and JRE bin/java
  - Add libffi.so to the filelist, including expanding the lib/%{archinstall} contents as with jre/lib
  - Sync the copy of the portable specfile and new patches with the latest update
  - Resolves: RHEL-74302
* Mon Jan 06 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.442.b05-0.2.ea
  - Update to 8u442-b05 (EA).
  - Update release notes for 8u442-b05.
  - Switch to EA mode for pre-release.
  - Sync the copy of the portable specfile with the latest update
  - Resolves: RHEL-73990
* Sat Oct 19 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.432.b06-4
  - Bump rpmrelease for CentOS build
  - Related: RHEL-58786
* Sat Oct 19 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.432.b06-3
  - Rebuild RPM for 9.5 0day release
  - Related: RHEL-58786
  - Related: RHEL-17187
* Fri Oct 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.432.b06-2
  - Update to shenandoah-jdk8u432-b06 (GA)
  - Update release notes for shenandoah-8u432-b06.
  - 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
  - Include backport of JDK-8328999 to update giflib to 5.2.2
  - Bump version of bundled giflib to 5.2.2 following JDK-8328999
  - Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
  - Sync the copy of the portable specfile with the latest update
  - Resolves: RHEL-58786
  - Resolves: RHEL-17187
  - ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **

Files

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/3e1ce480fd8ef50f47ad4bb1af4b8a153af78f
/usr/lib/.build-id/0d/e0532360cf43f11cd91aef754051545d232804
/usr/lib/.build-id/0f/933956d54bf1ee8ce8b7ede390edc1c5edd1fa
/usr/lib/.build-id/10/43c7e857c64f9b82da03fba594bcde86af5674
/usr/lib/.build-id/15/e5614c489c8a2876de95a57fcadd45efc603e9
/usr/lib/.build-id/20/d6e3ffb5aa8621db7cc0f3450525df641e268c
/usr/lib/.build-id/30
/usr/lib/.build-id/30/fdd03b21f89667b28f3a3066a178863151cc96
/usr/lib/.build-id/34/5de6b8be342356c8d802bc4632f26a0f39e622
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/1a6faba58c4d46def0f5818503b2c9bb5ecb10
/usr/lib/.build-id/3d/38bd614b86d612ecb3590d235c5f243478b102.1
/usr/lib/.build-id/46/8bbb2db1586f3b746da4486115b303b99a8a34
/usr/lib/.build-id/46/b2b4788743dbaf36ae8ddeedd102bbddfb0351.1
/usr/lib/.build-id/47/169d2775a0c11b6787158a51867cfdd5250cb4.1
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/dd72ee978d575f31388e1d70f79c1bc6ff3380
/usr/lib/.build-id/52/3f116cdeef10896b841aaf84acc09158262a61.1
/usr/lib/.build-id/6c/4637c94d3746174de3cf5ef778201d36c8e97b.1
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/4a1ec68bfabcf8c2a261c2c23e7c739e963f05
/usr/lib/.build-id/7c/1f6c871284a5b85de450a45420c0bdb8fa5c1a
/usr/lib/.build-id/7c/56c2ab7d4ee102e60579baae0d0b039718ec17
/usr/lib/.build-id/80/b37ceec5574e3bfe6cc4a93094d9e12b22dabe
/usr/lib/.build-id/82
/usr/lib/.build-id/82/271d639d8a2ef77ce84e7ffb3f9b9bef588116
/usr/lib/.build-id/86/4fab1ed3dfd3d2b9ea7e687df86c52bfa7add3
/usr/lib/.build-id/88/acfadba29c431d79851e6469a1b9d0f1265c4f
/usr/lib/.build-id/91/7b614c2a2c545129ff5b2c7cc8c7b96e985770.1
/usr/lib/.build-id/92/44eed6ba5e7ee490dbd1747834dee062b5e5ee
/usr/lib/.build-id/95
/usr/lib/.build-id/95/3ba06159f8277008d944d6b4f668f895134d67
/usr/lib/.build-id/97/6da7815200f5d5f9a06c1eb18f099197d9f329
/usr/lib/.build-id/97/b96b196865529c2ee6217cf933bbcc44c75a5b.1
/usr/lib/.build-id/9e/066944af32195be0db7d02b2fbe371013bba2e.1
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/82c8666e7b49e08c0eb13dbd9236e21b3d3337
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/e9a272ab0bbbbe240d41d0f7646039be31899d
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/2ab94b05a98fba56daf3ab3a9ac0f05d665eef
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/25572b9c3f0bcc498ceb8b77d93cb793edaf39
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/46e404ea7449ee5e58406a1ea59eb621a23935
/usr/lib/.build-id/c4/c7377539cb9ce854b0b4d9dbdc230607504179.1
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/a8b908655f0757f0a8ae0a56aefaf2f6c2e8d0
/usr/lib/.build-id/c8/996c2c12124c92173719a6c6d1722fbe32a1d7.1
/usr/lib/.build-id/cc/5b7edc6fa78c73fef1bbc5be48b8ae8bfa19f5.1
/usr/lib/.build-id/cd/922fd3475ec1743e99c1acb6f37b059a97cc52
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/87710d1dff84a4977b91f62109d1e1d5b58028
/usr/lib/.build-id/e4/06403aa440431a797d07ef34ff14800bcce241
/usr/lib/.build-id/e6/5dd49a9d4bbfab5aded74ed712716aedb20587.1
/usr/lib/.build-id/ef/f92cccc7244f4c5c94b37e7f3e82d3e7a93935.1
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/4cb502872fe3a9b3c32cf23fe98ec88a426f20
/usr/lib/.build-id/f4/35cd7ee53d19e576968b09b37ee8dc715c6f61.1
/usr/lib/.build-id/f7/372ac3066615fe8d4d03f879b938650b38e1f9
/usr/lib/.build-id/f7/a259fa814001d5674b9634d011e33f26fb9ad2.1
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/ASSEMBLY_EXCEPTION
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/LICENSE
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/THIRD_PARTY_README
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/alt-java
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/appletviewer
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/clhsdb
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/extcheck
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/hsdb
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/idlj
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jar
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jarsigner
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/java
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/java-rmi.cgi
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/javac
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/javadoc
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/javah
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/javap
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jcmd
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jconsole
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jdb
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jdeps
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jfr
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jhat
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jinfo
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jjs
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jmap
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jps
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jrunscript
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jsadebugd
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jstack
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jstat
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/jstatd
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/keytool
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/native2ascii
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/orbd
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/pack200
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/policytool
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/rmic
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/rmid
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/rmiregistry
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/schemagen
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/serialver
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/servertool
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/tnameserv
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/unpack200
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/wsgen
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/wsimport
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/bin/xjc
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/classfile_constants.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/jawt.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/jdwpTransport.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/jni.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/jvmti.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/jvmticmlr.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/linux
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/linux/jawt_md.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/include/linux/jni_md.h
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/amd64
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/amd64/jli
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/amd64/jli/libjli.so
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/amd64/libjawt.so
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/ct.sym
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/dt.jar
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/ir.idl
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/jconsole.jar
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/jexec
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/orb.idl
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/sa-jdi.jar
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/lib/tools.jar
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/tapset
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/tapset/hotspot-1.8.0.492.b09-3.el9.x86_64.stp
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/tapset/hotspot_gc-1.8.0.492.b09-3.el9.x86_64.stp
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/tapset/hotspot_jni-1.8.0.492.b09-3.el9.x86_64.stp
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64/tapset/jstack-1.8.0.492.b09-3.el9.x86_64.stp
/usr/share/applications/java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64-jconsole.desktop
/usr/share/man/man1/appletviewer-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/extcheck-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/idlj-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jar-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jarsigner-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/javac-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/javadoc-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/javah-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/javap-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jcmd-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jconsole-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jdb-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jdeps-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jhat-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jinfo-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jmap-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jps-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jrunscript-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jsadebugd-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jstack-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jstat-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/jstatd-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/native2ascii-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/rmic-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/schemagen-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/serialver-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/wsgen-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/wsimport-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/man/man1/xjc-java-1.8.0-openjdk-1.8.0.492.b09-3.el9.x86_64.1.gz
/usr/share/systemtap
/usr/share/systemtap/tapset
/usr/share/systemtap/tapset/x86_64
/usr/share/systemtap/tapset/x86_64/hotspot-1.8.0.492.b09-3.el9.x86_64.stp
/usr/share/systemtap/tapset/x86_64/hotspot_gc-1.8.0.492.b09-3.el9.x86_64.stp
/usr/share/systemtap/tapset/x86_64/hotspot_jni-1.8.0.492.b09-3.el9.x86_64.stp
/usr/share/systemtap/tapset/x86_64/jstack-1.8.0.492.b09-3.el9.x86_64.stp


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jul 21 05:05:56 2026