OpenJDK 17 Runtime Environment
fd93b6637f
* Restructure the build so a minimal initial build is then used for the final build (with docs) - This reduces pressure on the system JDK and ensures the JDK being built can do a full build * Turn off bootstrapping for slow debug builds, which are particularly slow on ppc64le. * Handle Fedora in distro conditionals that currently only pertain to RHEL. * Replace tabs by sets of spaces to make rpmlint happy - Run OpenJDK normalizer script on the spec file to fix further rogue whitespace * javadoc-zip gets its own provides next to plain javadoc ones * Sync gdb test with java-1.8.0-openjdk and improve architecture restrictions. * Introduce stapinstall variable to set SystemTap arch directory correctly (e.g. arm64 on aarch64) - Need to support noarch for creating source RPMs for non-scratch builds. * Support a HotSpot-only build so a freshly built libjvm.so can then be used in the bootstrap JDK. - Replace -mstackrealign with -mincoming-stack-boundary=2 -mpreferred-stack-boundary=4 on x86_32 for stack alignment - Explicitly list JIT architectures rather than relying on those with slowdebug builds - Disable the serviceability agent on Zero architectures even when the architecture itself is supported Resolves: rhbz#2022826 |
||
---|---|---|
.gitignore | ||
gating.yaml | ||
icedtea_sync.sh | ||
java-17-openjdk.spec | ||
jconsole.desktop.in | ||
NEWS | ||
nss.cfg.in | ||
nss.fips.cfg.in | ||
pr3183-rh1340845-support_fedora_rhel_system_crypto_policy.patch | ||
pr3695-toggle_system_crypto_policy.patch | ||
remove-intree-libraries.sh | ||
rh649512-remove_uses_of_far_in_jpeg_libjpeg_turbo_1_4_compat_for_jdk10_and_up.patch | ||
rh1648242-accessible_toolkit_crash_do_not_break_jvm.patch | ||
rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch | ||
rh1648644-java_access_bridge_privileged_security.patch | ||
rh1655466-global_crypto_and_fips.patch | ||
rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch | ||
rh1750419-redhat_alt_java.patch | ||
rh1818909-fips_default_keystore_type.patch | ||
rh1860986-disable_tlsv1.3_in_fips_mode.patch | ||
rh1915071-always_initialise_configurator_access.patch | ||
rh1929465-dont_define_unused_throwioexception.patch | ||
rh1929465-improve_system_FIPS_detection.patch | ||
rh1991003-enable_fips_keys_import.patch | ||
rh1995150-disable_non-fips_crypto.patch | ||
rh1996182-extend_security_policy.patch | ||
rh1996182-login_to_nss_software_token.patch | ||
sources | ||
TestCryptoLevel.java | ||
TestECDSA.java | ||
TestSecurityProperties.java |