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-accessibility | Distribution: openSUSE Tumbleweed |
Version: 1.8.0.422 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Aug 1 08:21:31 2024 |
Group: Development/Languages/Java | Build host: reproducible |
Size: 101 | Source RPM: java-1_8_0-openjdk-1.8.0.422-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://openjdk.java.net/ | |
Summary: OpenJDK 8 accessibility connector |
Enables accessibility support in OpenJDK 8 by using java-atk-wrapper. This allows compatible at-spi2 based accessibility programs to work for AWT and Swing-based programs. Please note, the java-atk-wrapper is still in beta, and OpenJDK 8 itself is still being tuned to be working with accessibility features. There are known issues with accessibility on, so please do not install this package unless you really need to.
Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0 AND LGPL-2.0-only AND MPL-1.0 AND MPL-1.1 AND SUSE-Public-Domain AND W3C
* Thu Aug 01 2024 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u422 (icedtea-3.32.0) * Security fixes + JDK-8314794, CVE-2024-21131, bsc#1228046: Improve UTF8 String supports + JDK-8319859, CVE-2024-21138, bsc#1228047: Better symbol storage + JDK-8320097: Improve Image transformations + JDK-8320548, CVE-2024-21140, bsc#1228048: Improved loop handling + JDK-8322106, CVE-2024-21144, bsc#1228050: Enhance Pack 200 loading + JDK-8323231, CVE-2024-21147, bsc#1228052: Improve array management + JDK-8323390: Enhance mask blit functionality + JDK-8324559, CVE-2024-21145, bsc#1228051, : Improve 2D image handling + JDK-8325600: Better symbol storage * Import of OpenJDK 8 u422 build 05 + JDK-8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105 + JDK-8069389: CompilerOracle prefix wildcarding is broken for long strings + JDK-8159454: [TEST_BUG] javax/swing/ToolTipManager/7123767/ /bug7123767.java: number of checked graphics configurations should be limited + JDK-8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails + JDK-8203691: [TESTBUG] Test /runtime/containers/cgroup/PlainRead.java fails + JDK-8205407: [windows, vs<2017] C4800 after 8203197 + JDK-8235834: IBM-943 charset encoder needs updating + JDK-8239965: XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly" + JDK-8240756: [macos] SwingSet2:TableDemo:Printed Japanese characters were garbled + JDK-8256152: tests fail because of ambiguous method resolution + JDK-8258855: Two tests sun/security/krb5/auto/ /ReplayCacheTestProc.java and ReplayCacheTestProcWithMD5.java failed on OL8.3 + JDK-8262017: C2: assert(n != __null) failed: Bad immediate dominator info. + JDK-8268916: Tests for AffirmTrust roots + JDK-8278067: Make HttpURLConnection default keep alive timeout configurable + JDK-8291226: Create Test Cases to cover scenarios for JDK-8278067 + JDK-8291637: HttpClient default keep alive timeout not followed if server sends invalid value + JDK-8291638: Keep-Alive timeout of 0 should close connection immediately + JDK-8293562: KeepAliveCache Blocks Threads while Closing Connections + JDK-8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL + JDK-8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM + JDK-8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074 + JDK-8315020: The macro definition for LoongArch64 zero build is not accurate. + JDK-8316138: Add GlobalSign 2 TLS root certificates + JDK-8318410: jdk/java/lang/instrument/BootClassPath/ /BootClassPathTest.sh fails on Japanese Windows + JDK-8320005: Allow loading of shared objects with .a extension on AIX + JDK-8324185: [8u] Accept Xcode 12+ builds on macOS + JDK-8325096: Test java/security/cert/CertPathBuilder/akiExt/ /AKISerialNumber.java is failing + JDK-8325927: [8u] Backport of JDK-8170552 missed part of the test + JDK-8326686: Bump update version of OpenJDK: 8u422 + JDK-8327440: Fix "bad source file" error during beaninfo generation + JDK-8328809: [8u] Problem list some CA tests + JDK-8328825: Google CAInterop test failures + JDK-8329544: [8u] sun/security/krb5/auto/ /ReplayCacheTestProc.java cannot find the testlibrary + JDK-8331791: [8u] AIX build break from JDK-8320005 backport + JDK-8331980: [8u] Problem list CAInterop.java#certignarootca test + JDK-8335552: [8u] JDK-8303466 backport to 8u requires 3 ::Identity signature fixes * Bug fixes + JDK-8331730: [8u] GHA: update sysroot for cross builds to Debian bullseye + JDK-8333669: [8u] GHA: Dead VS2010 download link + JDK-8318039: GHA: Bump macOS and Xcode versions * Fri Jun 14 2024 Fridrich Strba <fstrba@suse.com> - Fix condition enabling shenandoah GC only for Factory. It was by mistake enabled for SLE too (bsc#1226274) - Disable shenandoah for all distributions, since the shenandoah hotspot tarball is rather out of sync. * Mon May 06 2024 Fridrich Strba <fstrba@suse.com> - Added patch: * fix-build-with-gcc14.patch + fix build with gcc14 + pointer/integer type precision * Sat Apr 20 2024 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u412 (icedtea-3.31.0) * Security fixes + JDK-8317507, JDK-8325348, CVE-2024-21094, bsc#1222986: C2 compilation fails with "Exceeded _node_regs array" + JDK-8318340: Improve RSA key implementations + JDK-8319851, CVE-2024-21011, bsc#1222979: Improve exception logging + JDK-8322114, CVE-2024-21085, bsc#1222984: Improve Pack 200 handling + JDK-8322122, CVE-2024-21068, bsc#1222983: Enhance generation of addresses * Import of OpenJDK 8 u412 build 08 + JDK-8011180: Delete obsolete scripts + JDK-8016451: Scary messages emitted by build.tools.generatenimbus.PainterGenerator during build + JDK-8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios + JDK-8023735: [TESTBUG][macosx] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X + JDK-8074860: Structured Exception Catcher missing around CreateJavaVM on Windows + JDK-8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388) + JDK-8155590: Dubious collection management in sun.net.www.http.KeepAliveCache + JDK-8168518: rcache interop with krb5-1.15 + JDK-8183503: Update hotspot tests to allow for unique test classes directory + JDK-8186095: upgrade to jtreg 4.2 b08 + JDK-8186199: [windows] JNI_DestroyJavaVM not covered by SEH + JDK-8192931: Regression test java/awt/font/TextLayout/CombiningPerf.java fails + JDK-8208655: use JTreg skipped status in hotspot tests + JDK-8208701: Fix for JDK-8208655 causes test failures in CI tier1 + JDK-8208706: compiler/tiered/ /ConstantGettersTransitionsTest.java fails to compile + JDK-8213410: UseCompressedOops requirement check fails fails on 32-bit system + JDK-8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop" + JDK-8224768: Test ActalisCA.java fails + JDK-8251155: HostIdentifier fails to canonicalize hostnames starting with digits + JDK-8251551: Use .md filename extension for README + JDK-8268678: LetsEncryptCA.java test fails as Let’s Encrypt Authority X3 is retired + JDK-8270280: security/infra/java/security/cert/ /CertPathValidator/certification/LetsEncryptCA.java OCSP response error + JDK-8270517: Add Zero support for LoongArch + JDK-8272708: [Test]: Cleanup: test/jdk/security/infra/java/ /security/cert/CertPathValidator/certification/BuypassCA.java no longer needs ocspEnabled + JDK-8276139: TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test + JDK-8288132: Update test artifacts in QuoVadis CA interop tests + JDK-8297955: LDAP CertStore should use LdapName and not String for DNs + JDK-8301310: The SendRawSysexMessage test may cause a JVM crash + JDK-8308592: Framework for CA interoperability testing + JDK-8312126: NullPointerException in CertStore.getCRLs after 8297955 + JDK-8315042: NPE in PKCS7.parseOldSignedData + JDK-8315757: [8u] Add cacerts JTREG tests to GHA tier1 test set + JDK-8320713: Bump update version of OpenJDK: 8u412 + JDK-8321060: [8u] hotspot needs to recognise VS2022 + JDK-8321408: Add Certainly roots R1 and E1 + JDK-8322725: (tz) Update Timezone Data to 2023d + JDK-8322750: Test "api/java_awt/interactive/ /SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray + JDK-8323202: [8u] Remove get_source.sh and hgforest.sh + JDK-8323640: [TESTBUG]testMemoryFailCount in jdk/internal/ /platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed + JDK-8324530: Build error with gcc 10 + JDK-8325150: (tz) Update Timezone Data to 2024a * Bug fixes + Support make 4.4 * Thu Mar 07 2024 Fridrich Strba <fstrba@suse.com> - Do not recommend timezone-java8 (bsc#1213470) * Tue Feb 20 2024 Fridrich Strba <fstrba@suse.com> - Use %patch -P N instead of deprecated %patchN. * Tue Feb 06 2024 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u402 (icedtea-3.30.0) * Security fixes + JDK-8308204: Enhanced certificate processing + JDK-8314284, CVE-2024-20926, bsc#1218906: Enhance Nashorn performance + JDK-8314295, CVE-2024-20919, bsc#1218903: Enhance verification of verifier + JDK-8314307, CVE-2024-20921, bsc#1218905: Improve loop handling + JDK-8314468, CVE-2024-20918, bsc#1218907: Improve Compiler loops + JDK-8316976, CVE-2024-20945, bsc#1218909: Improve signature handling + JDK-8317547, CVE-2024-20952, bsc#1218911: Enhance TLS connection support * Import of OpenJDK 8 u402 build 06 + JDK-6528710: sRGB-ColorSpace to sRGB-ColorSpace Conversion + JDK-8029995: accept yes/no for boolean krb5.conf settings + JDK-8159156: [TESTBUG] ReserveMemory test is not useful on Aix. + JDK-8176509: Use pandoc for converting build readme to html + JDK-8206179: com/sun/management/OperatingSystemMXBean/ /GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value + JDK-8207404: MulticastSocket tests failing on AIX + JDK-8212677: X11 default visual support for IM status window on VNC + JDK-8239365: ProcessBuilder test modifications for AIX execution + JDK-8271838: AmazonCA.java interop test fails + JDK-8285398: Cache the results of constraint checks + JDK-8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null + JDK-8302017: Allocate BadPaddingException only if it will be thrown + JDK-8305329: [8u] Unify test libraries into single test library - step 1 + JDK-8307837: [8u] Check step in GHA should also print errors + JDK-8309088: security/infra/java/security/cert/ /CertPathValidator/certification/AmazonCA.java fails + JDK-8311813: C1: Uninitialized PhiResolver::_loop field + JDK-8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar + JDK-8312535: MidiSystem.getSoundbank() throws unexpected SecurityException + JDK-8315280: Bump update version of OpenJDK: 8u402 + JDK-8315506: C99 compatibility issue in LinuxNativeDispatcher + JDK-8317291: Missing null check for nmethod::is_native_method() + JDK-8317373: Add Telia Root CA v2 + JDK-8317374: Add Let's Encrypt ISRG Root X2 + JDK-8318759: Add four DigiCert root certificates + JDK-8319187: Add three eMudhra emSign roots + JDK-8319405: [s390] [jdk8] Increase javac default stack size for s390x zero + JDK-8320597: RSA signature verification fails on signed data that does not encode params correctly * Bug fixes + JDK-8324184: Windows VS2010 build failed with "error C2275: 'int64_t'" * Tue Nov 14 2023 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u392 (icedtea-3.29.0) * October 2023 CPU * CVEs + CVE-2023-22067, bsc#1216379 + CVE-2023-22081, bsc#1216374 * Security fixes + JDK-8286503, JDK-8312367: Enhance security classes + JDK-8297856: Improve handling of Bidi characters + JDK-8303384: Improved communication in CORBA + JDK-8305815, JDK-8307278: Update Libpng to 1.6.39 + JDK-8309966: Enhanced TLS connections * Import of OpenJDK 8 u392 build 08 + JDK-6722928: Provide a default native GSS-API library on Windows + JDK-8040887: [TESTBUG] Remove test/runtime/6925573/SortMethodsTest.java + JDK-8042726: [TESTBUG] TEST.groups file was not updated after runtime/6925573/SortMethodsTest.java removal + JDK-8139348: Deprecate 3DES and RC4 in Kerberos + JDK-8173072: zipfs fails to handle incorrect info-zip "extended timestamp extra field" + JDK-8200468: Port the native GSS-API bridge to Windows + JDK-8202952: C2: Unexpected dead nodes after matching + JDK-8205399: Set node color on pinned HashMap.TreeNode deletion + JDK-8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update + JDK-8214046: [macosx] Undecorated Frame does not Iconify when set to + JDK-8219804: java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException + JDK-8225687: Newly added sspi.cpp in JDK-6722928 still contains some small errors + JDK-8232225: Rework the fix for JDK-8071483 + JDK-8242330: Arrays should be cloned in several JAAS Callback classes + JDK-8253269: The CheckCommonColors test should provide more info on failure + JDK-8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int) + JDK-8284910: Buffer clean in PasswordCallback + JDK-8287073: NPE from CgroupV2Subsystem.getInstance() + JDK-8287663: Add a regression test for JDK-8287073 + JDK-8295685: Update Libpng to 1.6.38 + JDK-8295894: Remove SECOM certificate that is expiring in September 2023 + JDK-8308788: [8u] Remove duplicate HaricaCA.java test + JDK-8309122: Bump update version of OpenJDK: 8u392 + JDK-8309143: [8u] fix archiving inconsistencies in GHA + JDK-8310026: [8u] make java_lang_String::hash_code consistent across platforms + JDK-8314960: Add Certigna Root CA - 2 + JDK-8315135: Memory leak in the native implementation of Pack200.Unpacker.unpack() + JDK-8317040: Exclude cleaner test failing on older releases - Added patch: * bsc1211968.patch + fix bsc#1211968: SLES12SP5 vulnerable to CVE-2015-4000 (Logjam)? * Mon Jul 31 2023 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u382 (icedtea-3.28.0) * July 2023 CPU * CVEs + CVE-2023-22045, bsc#1213481 + CVE-2023-22049, bsc#1213482 * Security fixes + JDK-8298676: Enhanced Look and Feel + JDK-8300596: Enhance Jar Signature validation + JDK-8304468: Better array usages + JDK-8305312: Enhanced path handling * Import of OpenJDK 8 u382 build 05 + JDK-8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace + JDK-8151460: Metaspace counters can have inconsistent values + JDK-8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode + JDK-8185736: missing default exception handler in calls to rethrow_Stub + JDK-8186801: Add regression test to test mapping based charsets (generated at build time) + JDK-8215105: java/awt/Robot/HiDPIScreenCapture/ /ScreenCaptureTest.java: Wrong Pixel Color + JDK-8241311: Move some charset mapping tests from closed to open + JDK-8263059: security/infra/java/security/cert/ /CertPathValidator/certification/ComodoCA.java fails due to revoked cert + JDK-8268558: [TESTBUG] Case 2 in TestP11KeyFactoryGetRSAKeySpec is skipped + JDK-8271199: Mutual TLS handshake fails signing client certificate with custom sensitive PKCS11 key + JDK-8276841: Add support for Visual Studio 2022 + JDK-8277881: Missing SessionID in TLS1.3 resumption in compatibility mode + JDK-8278851: Correct signer logic for jars signed with multiple digest algorithms + JDK-8282345: handle latest VS2022 in abstract_vm_version + JDK-8282600: SSLSocketImpl should not use user_canceled workaround when not necessary + JDK-8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 + JDK-8289301: P11Cipher should not throw out of bounds exception during padding + JDK-8293232: Fix race condition in pkcs11 SessionManager + JDK-8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation + JDK-8295530: Update Zlib Data Compression Library to Version 1.2.13 + JDK-8298108: Add a regression test for JDK-8297684 + JDK-8298271: java/security/SignedJar/spi-calendar-provider/ /TestSPISigned.java failing on Windows + JDK-8301119: Support for GB18030-2022 + JDK-8301400: Allow additional characters for GB18030-2022 support + JDK-8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message + JDK-8303028: Update system property for Java SE specification maintenance version + JDK-8303462: Bump update version of OpenJDK: 8u382 + JDK-8304760: Add 2 Microsoft TLS roots + JDK-8305165: [8u] ServiceThread::nmethods_do is not called to keep nmethods from being zombied while in the queue + JDK-8305681: Allow additional characters for GB18030-2022 (Level 2) support + JDK-8305975: Add TWCA Global Root CA + JDK-8307134: Add GTS root CAs + JDK-8307310: Backport the tests for JDK-8058969 and JDK-8039271 to the OpenJDK8 + JDK-8307531: [aarch64] JDK8 single-step debugging is extremely slow + JDK-8310947: gb18030-2000 not selectable with LANG=zh_CN.GB18030 after JDK-8301119 * Wed May 03 2023 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u372 (icedtea-3.27.0) * April 2023 CPU * CVEs + CVE-2023-21930, bsc#1210628 + CVE-2023-21937, bsc#1210631 + CVE-2023-21938, bsc#1210632 + CVE-2023-21939, bsc#1210634 + CVE-2023-21954, bsc#1210635 + CVE-2023-21967, bsc#1210636 + CVE-2023-21968, bsc#1210637 * Security fixes + JDK-8287404: Improve ping times + JDK-8288436: Improve Xalan supports + JDK-8294474: Better AES support + JDK-8295304: Runtime support improvements + JDK-8296496, JDK-8292652: Overzealous check in sizecalc.h prevents large memory allocation + JDK-8296676, JDK-8296622: Improve String platform support + JDK-8296684: Improve String platform support + JDK-8296692: Improve String platform support + JDK-8296700: Improve String platform support + JDK-8296832: Improve Swing platform support + JDK-8297371: Improve UTF8 representation redux + JDK-8298191: Enhance object reclamation process + JDK-8298310: Enhance TLS session negotiation + JDK-8298667: Improved path handling + JDK-8299129: Enhance NameService lookups * Import of OpenJDK 8 u372 build 07 + JDK-6734341: REGTEST fails: SelectionAutoscrollTest.html + JDK-6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ /ScreenInsetsTest.java fails in Windows + JDK-7001973: java/awt/Graphics2D/CopyAreaOOB.java fails + JDK-7124238: [macosx] Font in BasicHTML document is bigger than it should be + JDK-7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation + JDK-8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/ /WrongAltProcessing.java + JDK-8042098: [TESTBUG] Test sun/java2d/AcceleratedXORModeTest.java fails on Windows + JDK-8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled + JDK-8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB + JDK-8075964: Test java/awt/Mouse/TitleBarDoubleClick/ /TitleBarDoubleClick.html fails intermittently with timeout error + JDK-8137101: [TEST_BUG] javax/swing/plaf/basic/BasicHTML/ /4251579/bug4251579.java failure due to timing + JDK-8142540: [TEST_BUG] Test sun/awt/dnd/8024061/ /bug8024061.java fails on ubuntu + JDK-8156579: Two JavaBeans tests failed + JDK-8156581: Cleanup of ProblemList.txt + JDK-8159135: [PIT] javax/swing/JMenuItem/8152981/ /MenuItemIconTest.java always fail + JDK-8177560: @headful key can be removed from the tests for JavaSound + JDK-8196196: Headful tests should not be run in headless mode + JDK-8196467: javax/swing/JInternalFrame/Test6325652.java fails + JDK-8197408: Bad pointer comparison and small cleanup in os_linux.cpp + JDK-8203485: [freetype] text rotated on 180 degrees is too narrow + JDK-8205959: Do not restart close if errno is EINTR + JDK-8216366: Add rationale to PER_CPU_SHARES define + JDK-8226236: win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails + JDK-8228585: jdk/internal/platform/cgroup/ /TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes) + JDK-8229182: [TESTBUG] runtime/containers/docker/ /TestMemoryAwareness.java test fails on SLES12 + JDK-8229202: Docker reporting causes secondary crashes in error handling + JDK-8230305: Cgroups v2: Container awareness + JDK-8231111: Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy + JDK-8232207: Linux os::available_memory re-reads cgroup configuration on every invocation + JDK-8233570: [TESTBUG] HTMLEditorKit test bug5043626.java is failing on macos + JDK-8234484: Add ability to configure third port for remote JMX + JDK-8237479: 8230305 causes slowdebug build failure + JDK-8239559: Cgroups: Incorrect detection logic on some systems + JDK-8239785: Cgroups: Incorrect detection logic on old systems in hotspot + JDK-8239827: The test OpenByUNCPathNameTest.java should be changed to be manual + JDK-8240189: [TESTBUG] Some cgroup tests are failing after JDK-8231111 + JDK-8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873 + JDK-8242468: VS2019 build missing vcruntime140_1.dll + JDK-8243543: jtreg test security/infra/java/security/cert/ /CertPathValidator/certification/BuypassCA.java fails + JDK-8244500: jtreg test error in test/hotspot/jtreg/ /containers/docker/TestMemoryAwareness.java + JDK-8245543: Cgroups: Incorrect detection logic on some systems (still reproducible) + JDK-8245654: Add Certigna Root CA + JDK-8247676: vcruntime140_1.dll is not needed on 32-bit Windows + JDK-8248899: security/infra/java/security/cert/ /CertPathValidator/certification/QuoVadisCA.java fails, Certificate has been revoked + JDK-8252359: HotSpot Not Identifying it is Running in a Container + JDK-8252957: Wrong comment in CgroupV1Subsystem::cpu_quota + JDK-8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist + JDK-8253714: [cgroups v2] Soft memory limit incorrectly using memory.high + JDK-8253727: [cgroups v2] Memory and swap limits reported incorrectly + JDK-8253797: [cgroups v2] Account for the fact that swap accounting is disabled on some systems + JDK-8253939: [TESTBUG] Increase coverage of the cgroups detection code + JDK-8254001: [Metrics] Enhance parsing of cgroup interface files for version detection + JDK-8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards + JDK-8254997: Remove unimplemented OSContainer::read_memory_limit_in_bytes + JDK-8257620: Do not use objc_msgSend_stret to get macOS version + JDK-8262379: Add regression test for JDK-8257746 + JDK-8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec + JDK-8266391: Replace use of reflection in jdk.internal.platform.Metrics + JDK-8270317: Large Allocation in CipherSuite + JDK-8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked + JDK-8275650: Problemlist java/io/File/createTempFile/ /SpecialTempFile.java for Windows 11 + JDK-8275713: TestDockerMemoryMetrics test fails on recent runc + JDK-8278951: containers/cgroup/PlainRead.java fails on Ubuntu 21.10 + JDK-8280048: Missing comma in copyright header + JDK-8282398: EndingDotHostname.java test fails because SSL cert expired + JDK-8282511: Use fixed certificate validation date in SSLExampleCert template + JDK-8282947: JFR: Dump on shutdown live-locks in some conditions + JDK-8283606: Tests may fail with zh locale on MacOS + JDK-8284102: [TESTBUG] [11u] Retroactively add regression test for JDK-8272124 + JDK-8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox + JDK-8284756: [11u] Remove unused isUseContainerSupport in CgroupV1Subsystem + JDK-8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist + JDK-8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3 + JDK-8287107: CgroupSubsystemFactory.setCgroupV2Path asserts with freezer controller + JDK-8287109: Distrust.java failed with CertificateExpiredException + JDK-8287463: JFR: Disable TestDevNull.java on Windows + JDK-8287741: Fix of JDK-8287107 (unused cgv1 freezer controller) was incomplete + JDK-8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun + JDK-8291570: [TESTBUG] Part of JDK-8250984 absent from 11u + JDK-8292083: Detected container memory limit may exceed physical machine memory + JDK-8292541: [Metrics] Reported memory limit may exceed physical machine memory + JDK-8293472: Incorrect container resource limit detection if manual cgroup fs mounts present + JDK-8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts + JDK-8293767: AWT test TestSinhalaChar.java has old SCCS markings + JDK-8294767: 8u contains two copies of test/../FileUtils.java, one uses JDK9+ features + JDK-8295322: Tests for JDK-8271459 were not backported to 11u + JDK-8295952: Problemlist existing compiler/rtm tests also on x86 + JDK-8295982: Failure in sun/security/tools/keytool/ /WeakAlg.java - ks: The process cannot access the file because it is being used by another process + JDK-8296480: java/security/cert/pkix/policyChanges/ /TestPolicy.java is failing + JDK-8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException + JDK-8296632: Write a test to verify the content change of TextArea sends TextEvent + JDK-8296957: One more cast in SAFE_SIZE_NEW_ARRAY2 + JDK-8297329: [8u] hotspot needs to recognise VS2019 + JDK-8297739: Bump update version of OpenJDK: 8u372 + JDK-8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's + JDK-8298027: Remove SCCS id's from awt jtreg tests + JDK-8298307: Enable hotspot/tier1 for 32-bit builds in GHA for 8u + JDK-8299445: EndingDotHostname.java fails because of compilation errors + JDK-8299548: Fix hotspot/test/runtime/Metaspace/ /MaxMetaspaceSizeTest.java in 8u + JDK-8299804: Fix non-portable code in hotspot shell tests in 8u + JDK-8300014: Some backports placed the tests in the wrong location + JDK-8300119: CgroupMetrics.getTotalMemorySize0() can report invalid results on 32 bit systems + JDK-8301122: [8u] Fix unreliable vs2010 download link + JDK-8301143: [TESTBUG] jfr/event/sampling/TestNative was backported to JDK8u without proper native wrapper + JDK-8301246: NPE in FcFontManager.getDefaultPlatformFont() on Linux without installed fontconfig + JDK-8301332: [8u] Fix writing of test files after the cgroups v2 backport + JDK-8301550: [8u] Enable additional linux build testing in GitHub + JDK-8301620: [8u] some shell tests are passed but have unexpected operator errors + JDK-8301760: Fix possible leak in SpNegoContext dispose + JDK-8303408: [AIX] Broken jdk8u build after JDK-8266391 + JDK-8303828: [Solaris] Broken jdk8u build after JDK-8266391 + JDK-8304053: Revert os specific stubs for SystemMetrics + JDK-8305113: (tz) Update Timezone Data to 2023c * Tue Feb 07 2023 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u362 (icedtea-3.26.0) * January 2023 CPU * CVEs + CVE-2023-21830, bsc#1207249 + CVE-2023-21843, bsc#1207248 * Security fixes + JDK-8285021: Improve CORBA communication + JDK-8286496: Improve Thread labels + JDK-8288516: Enhance font creation + JDK-8289350: Better media supports + JDK-8293554: Enhanced DH Key Exchanges + JDK-8293598: Enhance InetAddress address handling + JDK-8293717: Objective view of ObjectView + JDK-8293734: Improve BMP image handling + JDK-8293742: Better Banking of Sounds + JDK-8295687: Better BMP bounds * New features + Support for building with autoconf 2.71 * Import of OpenJDK 8 u362 build 09 + JDK-6885993: Named Thread: introduce print() and print_on(outputStream* st) methods + JDK-7124218: [TEST_BUG] [macosx] Space should select cell in the JTable + JDK-8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout + JDK-8067941: [TESTBUG] Fix tests for OS with 64K page size. + JDK-8071530: Update OS detection code to reflect Windows 10 version change + JDK-8073464: GC workers do not have thread names + JDK-8079255: [TEST_BUG] [macosx] Test closed/java/awt/Robot/ /RobotWheelTest/RobotWheelTest fails for Mac only + JDK-8129827: [TEST_BUG] Test java/awt/Robot/RobotWheelTest/ /RobotWheelTest.java fails + JDK-8148005: One byte may be corrupted by get_datetime_string() + JDK-8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ /ModalInternalFrameTest.java + JDK-8159720: Failure of C2 compilation with tiered prevents some C1 compilations + JDK-8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp + JDK-8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mems + JDK-8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64 + JDK-8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue = 137 + JDK-8233551: [TESTBUG] SelectEditTableCell.java fails on MacOS + JDK-8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows + JDK-8253702: BigSur version number reported as 10.16, should be 11.nn + JDK-8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI() + JDK-8265527: tools/javac/diags/CheckExamples.java fails after JDK-8078024 8u backport + JDK-8269039: Disable SHA-1 Signed JARs + JDK-8269850: Most JDK releases report macOS version 12 as 10.16 instead of 12.0 + JDK-8270344: Session resumption errors + JDK-8271459: C2: Missing NegativeArraySizeException when creating StringBuilder with negative capacity + JDK-8273176: handle latest VS2019 in abstract_vm_version + JDK-8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC cycles are not happening + JDK-8274840: Update OS detection code to recognize Windows 11 + JDK-8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled + JDK-8280890: Cannot use '-Djava.system.class.loader' with class loader in signed JAR + JDK-8283277: ISO 4217 Amendment 171 Update + JDK-8283903: GetContainerCpuLoad does not return the correct result in share mode + JDK-8284389: Improve stability of GHA Pre-submit testing by caching cygwin installer + JDK-8284622: Update versions of some Github Actions used in JDK workflow + JDK-8286582: Build fails on macos aarch64 when using - -with-zlib=bundled + JDK-8288928: Incorrect GPL header in pnglibconf.h (backport of JDK-8185041) + JDK-8289549: ISO 4217 Amendment 172 Update + JDK-8292762: Remove .jcheck directories from jdk8u subcomponents + JDK-8293181: Bump update version of OpenJDK: 8u362 + JDK-8293461: Add a test for JDK-8290832 + JDK-8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java still fails when GC cycles are not happening + JDK-8294307: ISO 4217 Amendment 173 Update + JDK-8294357: (tz) Update Timezone Data to 2022d + JDK-8294863: Enable partial tier1 testing in GHA for JDK8 + JDK-8295164: JDK 8 jdi tests should not use tasklist command on Windows + JDK-8295173: (tz) Update Timezone Data to 2022e + JDK-8295288: Some vm_flags tests associate with a wrong BugID + JDK-8295714: GHA ::set-output is deprecated and will be removed + JDK-8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error + JDK-8295915: Problemlist compiler/rtm failures specific to 8u + JDK-8295950: Enable langtools/tier1 in GHA for 8u + JDK-8296108: (tz) Update Timezone Data to 2022f + JDK-8296239: ISO 4217 Amendment 174 Update + JDK-8296555: Enable hotspot/tier1 for 64-bit builds in GHA for 8u + JDK-8296715: CLDR v42 update for tzdata 2022f + JDK-8296959: Fix hotspot shell tests of 8u on multilib systems + JDK-8297141: Fix hotspot/test/runtime/SharedArchiveFile/ /DefaultUseWithClient.java for 8u + JDK-8297804: (tz) Update Timezone Data to 2022g + JDK-8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR + JDK-8299483: ProblemList java/text/Format/NumberFormat/ /CurrencyFormat.java + JDK-8300178: JDK-8286496 causes build failure on older GCC + JDK-8300225: JDK-8288516 causes build failure on Windows + VS2010 * Bug fixes + Don't run check-aes on Zero builds (pointless and slow) - Removed patch: * java-1_8_0-openjdk-autoconf27.patch + fixed upstream * Thu Dec 01 2022 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u352 (icedtea-3.25.0) * October 2022 CPU * CVEs + CVE-2022-21619 (bsc#1204473) + CVE-2022-21626 (bsc#1204471) + CVE-2022-21624 (bsc#1204475) + CVE-2022-21628 (bsc#1204472) * Security fixes + JDK-8282252: Improve BigInteger/Decimal validation + JDK-8285662: Better permission resolution + JDK-8286511: Improve macro allocation + JDK-8286519: Better memory handling + JDK-8286526: Improve NTLM support + JDK-8286533: Key X509 usages + JDK-8286910: Improve JNDI lookups + JDK-8286918: Better HttpServer service + JDK-8288508: Enhance ECDSA usage * Import of OpenJDK 8 u352 + JDK-7131823: bug in GIFImageReader + JDK-7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate + JDK-8028265: Add legacy tz tests to OpenJDK + JDK-8039955: [TESTBUG] jdk/lambda/LambdaTranslationTest1 - java.lang.AssertionError: expected [d:1234.000000] but found [d:1234,000000] + JDK-8049228: Improve multithreaded scalability of InetAddress cache + JDK-8071507: (ref) Clear phantom reference as soft and weak references do + JDK-8087283: Add support for the XML Signature here() function to the JDK XPath implementation + JDK-8130895: Test javax/swing/system/6799345/TestShutdown.java fails on Solaris11 Sparcv9 + JDK-8136354: [TEST_BUG] Test java/awt/image/RescaleOp/RescaleAlphaTest.java with Bad action for script + JDK-8139668: Generate README-build.html from markdown + JDK-8143847: Remove REF_CLEANER reference category + JDK-8147862: Null check too late in sun.net.httpserver.ServerImpl + JDK-8150669: C1 intrinsic for Class.isPrimitive + JDK-8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows + JDK-8173339: AArch64: Fix minimum stack size computations + JDK-8173361: various crashes in JvmtiExport::post_compiled_method_load + JDK-8175797: (ref) Reference::enqueue method should clear the reference object before enqueuing + JDK-8178832: (ref) jdk.lang.ref.disableClearBeforeEnqueue property is ignored + JDK-8183107: PKCS11 regression regarding checkKeySize + JDK-8193780: (ref) Remove the undocumented "jdk.lang.ref.disableClearBeforeEnqueue" system property + JDK-8194873: right ALT key hotkeys no longer work in Swing components + JDK-8201793: (ref) Reference object should not support cloning + JDK-8214427: probable bug in logic of ConcurrentHashMap.addCount() + JDK-8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures. + JDK-8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit + JDK-8235218: Minimal VM is broken after JDK-8173361 + JDK-8235385: Crash on aarch64 JDK due to long offset + JDK-8245263: Enable TLSv1.3 by default on JDK 8u for Client roles + JDK-8254178: Remove .hgignore + JDK-8254318: Remove .hgtags + JDK-8256722: handle VC++:1927 VS2019 in abstract_vm_version + JDK-8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*) + JDK-8280963: Incorrect PrintFlags formatting on Windows + JDK-8282538: PKCS11 tests fail on CentOS Stream 9 + JDK-8283849: AsyncGetCallTrace may crash JVM on guarantee + JDK-8285400: Add '@apiNote' to the APIs defined in Java SE 8 MR 3 + JDK-8285497: Add system property for Java SE specification maintenance version + JDK-8287132: Retire Runtime.runFinalizersOnExit so that it always throws UOE + JDK-8287508: The tests added to jdk-8 by 8235385 are to be ported to jdk-11 + JDK-8287521: Bump update version of OpenJDK: 8u352 + JDK-8288763: Pack200 extraction failure with invalid size + JDK-8288865: [aarch64] LDR instructions must use legitimized addresses + JDK-8290000: Bump macOS GitHub actions to macOS 11 + JDK-8292579: (tz) Update Timezone Data to 2022c + JDK-8292688: Support Security properties in security.testlibrary.Proc * AArch32 port + JDK-8292599: [aarch32] Crash due to missed CPU specific part of 8233019 * Wed Aug 24 2022 Andreas Schwab <schwab@suse.de> - make-jobserver-detection.patch: Fix detection of jobserver support * Tue Aug 02 2022 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u345 (icedtea-3.24.0) * July 2022 CPU * Security fixes + JDK-8272243: Improve DER parsing + JDK-8272249: Better properties of loaded Properties + JDK-8277608: Address IP Addressing + JDK-8281859, CVE-2022-21540, bsc#1201694: Improve class compilation + JDK-8281866, CVE-2022-21541, bsc#1201692: Enhance MethodHandle invocations + JDK-8283190: Improve MIDI processing + JDK-8284370: Improve zlib usage + JDK-8285407, CVE-2022-34169, bsc#1201684: Improve Xalan supports * Import of OpenJDK 8 u342 + JDK-8076190, bsc#1195163: Customizing the generation of a PKCS12 keystore + JDK-8129572: Cleanup usage of getResourceAsStream in jaxp + JDK-8132256: jaxp: Investigate removal of com/sun/org/apache/ /bcel/internal/util/ClassPath.java + JDK-8168926: C2: Bytecode escape analyzer crashes due to stack overflow + JDK-8170530: bash configure output contains a typo in a suggested library name + JDK-8190753: (zipfs): Accessing a large entry (> 2^31 bytes) leads to a negative initial size for ByteArrayOutputStream + JDK-8194154: System property user.dir should not be changed + JDK-8202142: jfr/event/io/TestInstrumentation is unstable + JDK-8209771: jdk.test.lib.Utils::runAndCheckException error + JDK-8221988: add possibility to build with Visual Studio 2019 + JDK-8223396: [TESTBUG] several jfr tests do not clean up files created in /tmp + JDK-8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target + JDK-8235211: serviceability/attach/ /RemovingUnixDomainSocketTest.java fails with AttachNotSupportedException: Unable to open socket file + JDK-8244973: serviceability/attach/ /RemovingUnixDomainSocketTest.java fails "stderr was not empty" + JDK-8248876: LoadObject with bad base address created for exec file on linux + JDK-8255239: The timezone of the hs_err_pid log file is corrupted in Japanese locale + JDK-8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstance(InputStream) + JDK-8266187: Memory leak in appendBootClassPath() + JDK-8274658: ISO 4217 Amendment 170 Update + JDK-8274751: Drag And Drop hangs on Windows + JDK-8278138: OpenJDK8 fails to start on Windows 8.1 after upgrading compiler to VS2017 + JDK-8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition + JDK-8281814: Debuginfo.diz contains redundant build path after backport JDK-8025936 + JDK-8282458: Update .jcheck/conf file for 8u move to git + JDK-8282552: Bump update version of OpenJDK: 8u342 + JDK-8283350: (tz) Update Timezone Data to 2022a + JDK-8284620: CodeBuffer may leak _overflow_arena + JDK-8285445: cannot open file "NUL:" + JDK-8285523: Improve test java/io/FileOutputStream/ /OpenNUL.java + JDK-8285591: [11] add signum checks in DSA.java engineVerify + JDK-8285727: [11u, 17u] Unify fix for JDK-8284920 with version from head + JDK-8286989: Build failure on macOS after 8281814 + JDK-8287537: 8u JDK-8284620 backport broke AArch64 build * Import of OpenJDK 8 u345 + JDK-8290832: It is no longer possible to change "user.dir" in the JDK8 + JDK-8291568: Bump update version of OpenJDK: 8u345 - Removed patch: * JDK-8076190.patch + Included by upstream * Thu Jun 30 2022 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u332 (icedtea-3.23.0) * April 2022 CPU * Security fixes + JDK-8269938: Enhance XML processing passes redux + JDK-8270504, bsc#1198672, CVE-2022-21426: Better XPath expression handling + JDK-8272255: Completely handle MIDI files + JDK-8272261: Improve JFR recording file processing + JDK-8272594: Better record of recordings + JDK-8274221: More definite BER encodings + JDK-8275151, bsc#1198675, CVE-2022-21443: Improved Object Identification + JDK-8277227: Better identification of OIDs + JDK-8277672, bsc#1198674, CVE-2022-21434: Better invocation handler handling + JDK-8278008, bsc#1198671, CVE-2022-21476: Improve Santuario processing + JDK-8278356: Improve file creation + JDK-8278449: Improve keychain support + JDK-8278805: Enhance BMP image loading + JDK-8278972, bsc#1198673, CVE-2022-21496: Improve URL supports + JDK-8281388: Change wrapping of EncryptedPrivateKeyInfo * Import of OpenJDK 8 u332 + JDK-8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl + JDK-8035437: Xerces Update: xml/serialize/DOMSerializerImpl + JDK-8035577: Xerces Update: impl/xpath/regex/RangeToken.java + JDK-8037259: xerces update: xpointer update + JDK-8041523: Xerces Update: Serializer improvements from Xalan + JDK-8141508: java.lang.invoke.LambdaConversionException: Invalid receiver type + JDK-8162572: Update License Header for all JAXP sources + JDK-8167014: jdeps: Missing message: warn.skipped.entry + JDK-8198411: [TEST_BUG] Two java2d tests are unstable in mach5 + JDK-8202822: Add .git to .hgignore + JDK-8205540: test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/ /trace001/trace001.java fails with Debuggee did not exit after 15 <cont> commands + JDK-8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request + JDK-8210283: Support git as an SCM alternative in the build + JDK-8218682: [TEST_BUG] DashOffset fails in mach5 + JDK-8225690: Multiple AttachListener threads can be created + JDK-8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134" + JDK-8227815: Minimal VM: set_state is not a member of AttachListener + JDK-8240633: Memory leaks in the implementations of FileChooserUI + JDK-8241768: git needs .gitattributes + JDK-8247766: [aarch64] guarantee(val < (1U << nbits)) failed: Field too big for insn + JDK-8253147: The javax/swing/JPopupMenu/7154841/ /bug7154841.java fail on big screens + JDK-8253353: Crash in C2: guarantee(n != NULL) failed: No Node + JDK-8266749: AArch64: Backtracing broken on PAC enabled systems + JDK-8270290: NTLM authentication fails if HEAD request is used + JDK-8273229: Update OS detection code to recognize Windows Server 2022 + JDK-8273341: Update Siphash to version 1.0 + JDK-8273575: memory leak in appendBootClassPath(), paths must be deallocated + JDK-8274524: SSLSocket.close() hangs if it is called during the ssl handshake + JDK-8277224: sun.security.pkcs.PKCS9Attributes.toString() throws NPE + JDK-8277488: Add expiry exception for Digicert (geotrustglobalca) expiring in May 2022 + JDK-8279077: JFR crashes on Linux ppc due to missing crash protector in signal handler + JDK-8280060: The sun/rmi/server/Activation.java class use Thread.dumpStack() + JDK-8282300: Throws NamingException instead of InvalidNameException after JDK-8278972 + JDK-8282397: createTempFile method of java.io.File is failing when called with suffix of spaces character + JDK-8284548: Invalid XPath expression causes StringIndexOutOfBoundsException + JDK-8284920: Incorrect Token type causes XPath expression to return empty result + JDK-8284936: Fix Java 7 bootstrap breakage due to use of Arrays.stream * Backports + JDK-8031567: Better model for storing source revision information + JDK-8170385: JDK-8031567 broke source bundles + JDK-8170392: JDK-8031567 broke builds from source bundles + JDK-8253424: Add support for running pre-submit testing using GitHub Actions + JDK-8253865: Pre-submit testing using GitHub Actions does not detect failures reliably + JDK-8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command + JDK-8254173: Add Zero, Minimal hotspot targets to submit workflow + JDK-8254175: Build no-pch configuration in debug mode for submit checks + JDK-8254282: Add Linux x86_32 builds to submit workflow + JDK-8255305: Add Linux x86_32 tier1 to submit workflow + JDK-8255352: Archive important test outputs in submit workflow + JDK-8255373: Submit workflow artifact name is always "test-results_.zip" + JDK-8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch + JDK-8256127: Add cross-compiled foreign architectures builds to submit workflow + JDK-8256277: Github Action build on macOS should define OS and Xcode versions + JDK-8256354: Github Action build on Windows should define OS and MSVC versions + JDK-8256393: Github Actions build on Linux should define OS and GCC versions + JDK-8256414: add optimized build to submit workflow + JDK-8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing + JDK-8257056: Submit workflow should apt-get update to avoid package installation errors + JDK-8259924: GitHub actions fail on Linux x86_32 with "Could not configure libc6:i386" + JDK-8260460: GitHub actions still fail on Linux x86_32 with "Could not configure libc6:i386" + JDK-8263667: Avoid running GitHub actions on branches named pr/* + JDK-8282225: GHA: Allow one concurrent run per PR only + JDK-8284772: 8u GHA: Use GCC Major Version Dependencies Only * Bug fixes + GH002: Only add -Wno-unused-parameter on gcc and clang compilers. + GH004: Fix naming of sockaddr_in6 variable (sa6->him6) in SOCKETADDRESS union on Windows + GH007: Fix NetworkInterface_winXP.c variable declarations to compile on VS2010 + GH008: Reinstate POST_STRIP_CMD empty check in Images.gmk + GH012: Building from tarball broken by bad backport of JDK-8210283 * Shenandoah + JDK-8260632: Build failures after JDK-8253353 * Mon Apr 04 2022 Stephan Kulow <coolo@suse.com> - Add java-1_8_0-openjdk-autoconf27.patch to accept autoconf 2.71 as autoconf 2.59 or later * Sat Mar 05 2022 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u322 (icedtea-3.22.0) * January 2022 CPU * Security fixes + JDK-8264934, CVE-2022-21248, bsc#1194926: Enhance cross VM serialization + JDK-8268488: More valuable DerValues + JDK-8268494: Better inlining of inlined interfaces + JDK-8268512: More content for ContentInfo + JDK-8268795: Enhance digests of Jar files + JDK-8268801: Improve PKCS attribute handling + JDK-8268813, CVE-2022-21283, bsc#1194937: Better String matching + JDK-8269151: Better construction of EncryptedPrivateKeyInfo + JDK-8269944: Better HTTP transport redux + JDK-8270392, CVE-2022-21293, bsc#1194935: Improve String constructions + JDK-8270416, CVE-2022-21294, bsc#1194934: Enhance construction of Identity maps + JDK-8270492, CVE-2022-21282, bsc#1194933: Better resolution of URIs + JDK-8270498, CVE-2022-21296, bsc#1194932: Improve SAX Parser configuration management + JDK-8270646, CVE-2022-21299, bsc#1194931: Improved scanning of XML entities + JDK-8271962: Better TrueType font loading + JDK-8271968: Better canonical naming + JDK-8271987: Manifest improved manifest entries + JDK-8272014, CVE-2022-21305, bsc#1194939: Better array indexing + JDK-8272026, CVE-2022-21340, bsc#1194940: Verify Jar Verification + JDK-8272236, CVE-2022-21341, bsc#1194941: Improve serial forms for transport + JDK-8272272: Enhance jcmd communication + JDK-8272462: Enhance image handling + JDK-8273290: Enhance sound handling + JDK-8273748, CVE-2022-21349: Improve Solaris font rendering + JDK-8273756, CVE-2022-21360, bsc#1194929: Enhance BMP image support + JDK-8273838, CVE-2022-21365, bsc#1194928: Enhanced BMP processing * Import of OpenJDK 8 u322 + JDK-6801613: Cross-platform pageDialog and printDialog top margin entry broken + JDK-8011541: [TEST_BUG] closed/javax/swing/plaf/metal/ /MetalUtils/bug6190373.java fails NPE since 7u25b03 + JDK-8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/ /bug5076514.java failed since jdk8b108 + JDK-8041928: MouseEvent.getModifiersEx gives wrong result + JDK-8042199: The build of J2DBench via makefile is broken after the JDK-8005402 + JDK-8044365: (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9) + JDK-8048021: Remove @version tag in jaxp repo + JDK-8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage + JDK-8060027: Tests java/beans/XMLEncoder/Test4903007.java and java/beans/XMLEncoder/java_awt_GridBagLayout.java + JDK-8066588: javax/management/remote/mandatory/connectio /RMIConnector_NPETest.java fails to compile + JDK-8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS + JDK-8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure + JDK-8077590: windows_i586_6.2-product-c2-runThese8_Xcomp_vm failing after win compiler upgrade + JDK-8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank + JDK-8140329: [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated + JDK-8140472: java/net/ipv6tests/TcpTest.java failed intermittently with java.net.BindException: Address already in use: NET_Bind + JDK-8147051: StaxEntityResolverWrapper should create StaxXMLInputSource with a resolver indicator + JDK-8148915: Intermittent failures of bug6400879.java + JDK-8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism + JDK-8177393: Result of RescaleOp for 4BYTE_ABGR images may be 25% black + JDK-8177536: Avoid Apple Peer-to-Peer interfaces in networking tests + JDK-8182036: Load from initializing arraycopy uses wrong memory state + JDK-8183369: RFC unconformity of HttpURLConnection with proxy + JDK-8183543: Aarch64: C2 compilation often fails with "failed spill-split-recycle sanity check" + JDK-8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll + JDK-8187649: ArrayIndexOutOfBoundsException in java.util.JapaneseImperialCalendar + JDK-8190482: InnocuousThread creation should not require the caller to possess enableContextClassLoaderOverride + JDK-8190793: Httpserver does not detect truncated request body + JDK-8196572: Tests ColConvCCMTest.java and MTColConvTest.java fail + JDK-8202788: Explicitly reclaim cached thread-local direct buffers at thread exit + JDK-8210058: Algorithmic Italic font leans opposite angle in Printing + JDK-8220150: macos10.14 Mojave returns anti-aliased glyphs instead of aliased B&W glyphs + JDK-8225082: Remove IdenTrust certificate that is expiring in September 2021 + JDK-8225083: Remove Google certificate that is expiring in December 2021 + JDK-8226806: [macOS 10.14] Methods of Java Robot should be called from appropriate thread + JDK-8231254: (fs) Add test for macOS Catalina changes to protect system software + JDK-8231438: [macOS] Dark mode for the desktop is not supported + JDK-8232178: MacVolumesTest failed after upgrade to MacOS Catalina + JDK-8232226: [macos 10.15] test/jdk/java/awt/color/ /EqualityTest/EqualityTest.java may fail + JDK-8235153: [TESTBUG] [macos 10.15] java/awt/Graphics/ /DrawImageBG/SystemBgColorTest.java fails + JDK-8236897: Fix the copyright header for pkcs11gcm2.h + JDK-8237499: JFR: Include stack trace in the ThreadStart event + JDK-8239886: Minimal VM build fails after JDK-8237499 + JDK-8261397: Try Catch Method Failing to Work When Dividing An Integer By 0 + JDK-8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print" + JDK-8272342: [TEST_BUG] java/awt/print/PrinterJob/ /PageDialogMarginTest.java catches all exceptions + JDK-8273308: PatternMatchTest.java fails on CI + JDK-8273342: Null pointer dereference in classFileParser.cpp:2817 + JDK-8273826: Correct Manifest file name and NPE checks + JDK-8273968: JCK javax_xml tests fail in CI + JDK-8274407: (tz) Update Timezone Data to 2021c + JDK-8274467: TestZoneInfo310.java fails with tzdata2021b + JDK-8274468: TimeZoneTest.java fails with tzdata2021b + JDK-8274595: DisableRMIOverHTTPTest failed: connection refused + JDK-8274779: HttpURLConnection: HttpClient and HttpsClient incorrectly check request method when set to POST + JDK-8275766: (tz) Update Timezone Data to 2021e + JDK-8275849: TestZoneInfo310.java fails with tzdata2021e + JDK-8276536: Update TimeZoneNames files to follow the changes made by JDK-8275766 - Added patch: * JDK-8076190.patch + backport reviewed fix for JDK-8076190 Customizing the generation of a PKCS12 keystore (bsc#1195163) * Wed Feb 09 2022 Fridrich Strba <fstrba@suse.com> - Removed patch: * comment-nss-security-provider.patch + there is a configure-time option to do exactly the same thing - Modified patch: * fips.patch + allow plain key import, unless disabled with - Dcom.suse.fips.plainKeySupport=false command-line option * Sat Dec 04 2021 Fridrich Strba <fstrba@suse.com> - Modified patch: * fips.patch + When system crypto policy files are not available, use the information from the java.security file that we distribute with OpenJDK as a fallback. (bsc#1193314, bsc#1193444, bsc#1193491) * Fri Nov 05 2021 Fridrich Strba <fstrba@suse.com> - Modified patch: * fips.patch + return in native code after generating java.io.IOException * Tue Nov 02 2021 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u312 (icedtea-3.21.0) * October 2021 CPU * Security fixes + JDK-8130183, CVE-2021-35588, bsc#1191905: InnerClasses: VM permits wrong Throw ClassFormatError if InnerClasses attribute's inner_class_info_index is 0 + JDK-8161016: Strange behavior of URLConnection with proxy + JDK-8163326, CVE-2021-35550, bsc#1191901: Update the default enabled cipher suites preference + JDK-8254967, CVE-2021-35565, bsc#1191909: com.sun.net.HttpsServer spins on TLS session close + JDK-8263314: Enhance XML Dsig modes + JDK-8265167, CVE-2021-35556, bsc#1191910: Richer Text Editors + JDK-8265574: Improve handling of sheets + JDK-8265580, CVE-2021-35559, bsc#1191911: Enhanced style for RTF kit + JDK-8265776: Improve Stream handling for SSL + JDK-8266097, CVE-2021-35561, bsc#1191912: Better hashing support + JDK-8266103: Better specified spec values + JDK-8266109: More Resilient Classloading + JDK-8266115: More Manifest Jar Loading + JDK-8266137, CVE-2021-35564, bsc#1191913: Improve Keystore integrity + JDK-8266689, CVE-2021-35567, bsc#1191903: More Constrained Delegation + JDK-8267086: ArrayIndexOutOfBoundsException in java.security.KeyFactory.generatePublic + JDK-8267712: Better LDAP reference processing + JDK-8267729, CVE-2021-35578, bsc#1191904: Improve TLS client handshaking + JDK-8267735, CVE-2021-35586, bsc#1191914: Better BMP support + JDK-8268193: Improve requests of certificates + JDK-8268199: Correct certificate requests + JDK-8268506: More Manifest Digests + JDK-8269618, CVE-2021-35603, bsc#1191906: Better session identification + JDK-8269624: Enhance method selection support + JDK-8270398: Enhance canonicalization + JDK-8270404: Better canonicalization * Import of OpenJDK 8 u312 build 01 + JDK-7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection + JDK-8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime + JDK-8027154: [TESTBUG] Test java/awt/Mouse/ /GetMousePositionTest/GetMousePositionWithPopup.java fails + JDK-8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated + JDK-8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser + JDK-8042557: compiler/uncommontrap/ /TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed + JDK-8054118: java/net/ipv6tests/UdpTest.java failed intermittently + JDK-8065215: Print warning summary at end of configure + JDK-8072767: DefaultCellEditor for comboBox creates ActionEvent with wrong source object + JDK-8079891: Store configure log in $BUILD/configure.log + JDK-8080082: configure fails if you create an empty directory and then run configure from it + JDK-8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing + JDK-8134989: java/net/MulticastSocket/TestInterfaces.java failed due to unexpected IP address + JDK-8156584: Initialization race in sun.security.x509.AlgorithmId.get + JDK-8166673: The new implementation of Robot.waitForIdle() may hang + JDK-8170467: (reflect) Optimize SignatureParser's use of StringBuilders + JDK-8196181: sun/java2d/GdiRendering/InsetClipping.java fails + JDK-8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore + JDK-8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error + JDK-8214418: half-closed SSLEngine status may cause application dead loop + JDK-8214513: A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11 + JDK-8220786: Create new switch to redirect error reporting output to stdout or stderr + JDK-8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4 + JDK-8231222: fix pkcs11 P11_DEBUG guarded native traces + JDK-8238567: SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers + JDK-8240518: Incorrect JNU_ReleaseStringPlatformChars in Windows Print + JDK-8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93) + JDK-8248901: Signed immediate support in .../share/assembler.hpp is broken. + JDK-8259338: Add expiry exception for identrustdstx3 alias to VerifyCACerts.java test + JDK-8262000: jdk/jfr/event/gc/detailed/ /TestPromotionFailedEventWithParallelScavenge.java failed with "OutOfMemoryError: Java heap space" + JDK-8262829: Native crash in Win32PrintServiceLookup.getAllPrinterNames() + JDK-8263311: Watch registry changes for remote printers update instead of polling + JDK-8265238: [8u] [macos] build failure in OpenJDK8u after JDK-8211301 in older xcode + JDK-8265978: make test should look for more locations when searching for exit code + JDK-8269810: [8u] Update generated_configure.sh after JDK-8250876 backport + JDK-8269953: config.log is not in build directory after 8u backport of JDK-8079891 + JDK-8271466: StackGap test fails on aarch64 due to "-m64" * Import of OpenJDK 8 u312 build 02 + JDK-8247469: getSystemCpuLoad() returns -1 on linux when some offline cpus are present and cpusets.effective_cpus is not available + JDK-8265836: OperatingSystemImpl.getCpuLoad() returns incorrect CPU load inside a container * Import of OpenJDK 8 u312 build 03 + JDK-8237495: Java MIDI fails with a dereferenced memory error when asked to send a raw 0xF7 + JDK-8264752: SIGFPE crash with option FlightRecorderOptions:threadbuffersize=30M + JDK-8266206: Build failure after JDK-8264752 with older GCCs + JDK-8270137: Kerberos Credential Retrieval from Cache not Working in Cross-Realm Setup + JDK-8272214: [8u] Build failure after backport of JDK-8248901 * Import of OpenJDK 8 u312 build 04 + JDK-6847157: java.lang.NullPointerException: HDC for component at sun.java2d.loops.Blit.Blit + JDK-8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism + JDK-8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class + JDK-8244154: Update SunPKCS11 provider with PKCS11 v3.0 header files + JDK-8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers" + JDK-8268103: JNI functions incorrectly return a double after JDK-8265836 + JDK-8269594: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark + JDK-8269859: BacktraceBuilder._cprefs needs to be accessed as unsigned short + JDK-8269882: stack-use-after-scope in NewObjectA * Import of OpenJDK 8 u312 build 05 + JDK-7188942: Remove support of pbuffers in OGL Java2d pipeline + JDK-8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private + JDK-8131062: aarch64: add support for GHASH acceleration + JDK-8134869: AARCH64: GHASH intrinsic is not optimal + JDK-8269851: OperatingSystemMXBean getProcessCpuLoad reports incorrect process cpu usage in containers + JDK-8272124: Cgroup v1 initialization causes NullPointerException when cgroup path contains colon + JDK-8272714: [8u] Build failure after backport of JDK-8248901 with MSVC 2013 * Import of OpenJDK 8 u312 build 06 + JDK-8268965: TCP Connection Reset when connecting simple socket to SSL server + JDK-8272643: Backout JDK-8176837 from 8u312 * Import of OpenJDK 8 u312 build 07 + JDK-8157404: Unable to read certain PKCS12 keystores from SequenceInputStream + JDK-8222751: closed/test/jdk/sun/security/util/ /DerIndefLenConverter/IndefBerPkcs12.java fail + JDK-8269763: The JEditorPane is blank after JDK-8265167 * Shenandoah + [backport] 8269661: JNI_GetStringCritical does not lock char array + Re-cast JNI critical strings patch to be Shenandoah-specific * Wed Oct 13 2021 Fridrich Strba <fstrba@suse.com> - Remove the icedtea-sound backend, since all its functionality is in the default java sound backends * Mon Oct 11 2021 Fridrich Strba <fstrba@suse.com> - Added patches: * comment-nss-security-provider.patch + Comment this provider since it is not passing the compliance tests * fips.patch + Implement fips mode * Wed Aug 04 2021 Andreas Schwab <schwab@suse.de> - riscv64-zero.patch: Add support for riscv64 (zero VM) * Wed Jul 28 2021 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u302 (icedtea 3.20.0) * July 2021 CPU * Security fixes + JDK-8256157: Improve bytecode assembly + JDK-8256491: Better HTTP transport + JDK-8258432, CVE-2021-2341, bsc#1188564: Improve file transfers + JDK-8260453: Improve Font Bounding + JDK-8260960: Signs of jarsigner signing + JDK-8260967, CVE-2021-2369, bsc#1188565: Better jar file validation + JDK-8262380: Enhance XML processing passes + JDK-8262403: Enhanced data transfer + JDK-8262410: Enhanced rules for zones + JDK-8262477: Enhance String Conclusions + JDK-8262967: Improve Zip file support + JDK-8264066, CVE-2021-2388, bsc#1188566: Enhance compiler validation + JDK-8264079: Improve abstractions + JDK-8264460: Improve NTLM support * Import of OpenJDK 8 u302 build 01 + JDK-6878250: (so) IllegalBlockingModeException thrown when reading from a closed SocketChannel's InputStream + JDK-7059970: Test case: javax/imageio/plugins/png/ /ITXtTest.java is not closing a file + JDK-8030123: java/beans/Introspector/Test8027648.java fails + JDK-8033289: clang: clean up unused function warning + JDK-8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions + JDK-8042891: Format issues embedded in macros for two g1 source files + JDK-8055754: filemap.cpp does not compile with clang + JDK-8064909: FragmentMetaspace.java got OutOfMemoryError + JDK-8066508: JTReg tests timeout on slow devices when run using JPRT + JDK-8066807: langtools/test/Makefile should use -agentvm not - samevm + JDK-8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize + JDK-8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137 + JDK-8075071: [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction + JDK-8077364: "if( !this )" construct prevents build on Xcode 6.3 + JDK-8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java + JDK-8132148: G1 hs_err region dump legend out of sync with region values + JDK-8132709: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java might fail on embedded + JDK-8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported + JDK-8134883: C1 hard crash in range check elimination in Nashorn test262parallel + JDK-8136592: [TEST_BUG] Fix 2 platform-specific closed regtests for jigsaw + JDK-8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently + JDK-8159898: Negative array size in java/beans/Introspector/Test8027905.java + JDK-8166046: [TESTBUG] compiler/stringopts/ /TestStringObjectInitialization.java fails with OOME + JDK-8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME + JDK-8177809: File.lastModified() is losing milliseconds (always ends in 000) + JDK-8178403: DirectAudio in JavaSound may hang and leak + JDK-8180478: tools/launcher/MultipleJRE.sh fails on Windows because of extra-'' + JDK-8183910: gc/arguments/TestAggressiveHeap.java fails intermittently + JDK-8190332: PngReader throws NegativeArraySizeException/OOM error when IHDR width is very large + JDK-8190679: java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size" + JDK-8191955: AArch64: incorrect prefetch distance causes an internal error + JDK-8199265: java/util/Arrays/TimSortStackSize2.java fails with OOM + JDK-8200550: Xcode 9.3 produce warning -Wexpansion-to-defined + JDK-8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys + JDK-8205014: com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java failed with "Read timed out" + JDK-8209996: [PPC64] Fix JFR profiling + JDK-8214345: infinite recursion while checking super class + JDK-8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types() + JDK-8217348: assert(thread->is_Java_thread()) failed: just checking + JDK-8225081: Remove Telia Company CA certificate expiring in April 2021 + JDK-8225116: Test OwnedWindowsLeak.java intermittently fails + JDK-8230428: Cleanup dead CastIP node code in formssel.cpp + JDK-8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE + JDK-8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns + JDK-8231949: [PPC64, s390]: Make async profiling more reliable + JDK-8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater() + JDK-8241649: Optimize Character.toString + JDK-8243559: Remove root certificates with 1024-bit keys + JDK-8247350: [aarch64] assert(false) failed: wrong size of mach node + JDK-8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList + JDK-8255086: Update the root locale display names + JDK-8255734: VM should ignore SIGXFSZ on ppc64, s390 too + JDK-8257999: Parallel GC crash in gc/parallel/ /TestDynShrinkHeap.java: new region is not in covered_region + JDK-8258419: RSA cipher buffer cleanup + JDK-8258669: fastdebug jvm crashes when do event based tracing for monitor inflation + JDK-8258753: StartTlsResponse.close() hangs due to synchronization issues + JDK-8259271: gc/parallel/TestDynShrinkHeap.java still fails "assert(covered_region.contains(new_memregion)) failed: new region is not in covered_region" + JDK-8259619: C1: 3-arg StubAssembler::call_RT stack-use condition is incorrect + JDK-8259886: Improve SSL session cache performance and scalability + JDK-8260029: aarch64: fix typo in verify_oop_array + JDK-8260236: better init AnnotationCollector _contended_group + JDK-8260255: C1: LoopInvariantCodeMotion constructor can leave some fields uninitialized + JDK-8260484: CheckExamples.java / NoJavaLangTest.java fail with jtreg 4.2 + JDK-8260704: ParallelGC: oldgen expansion needs release-store for _end + JDK-8261355: No data buffering in SunPKCS11 Cipher encryption when the underlying mechanism has no padding + JDK-8261867: Backport relevant test changes & additions from JDK-8130125 + JDK-8262110: DST starts from incorrect time in 2038 + JDK-8262726: AArch64: C1 StubAssembler::call_RT can corrupt stack + JDK-8262730: Enable jdk8u MacOS external debug symbols + JDK-8262864: No debug symbols in image for Windows - -with-native-debug-symbols=external + JDK-8263061: copy wrong unpack200 debuginfo to bin directory after 8252395 + JDK-8263504: Some OutputMachOpcodes fields are uninitialized + JDK-8263600: change rmidRunning to a simple lookup + JDK-8264509: jdk8u MacOS zipped debug symbols won't build + JDK-8264562: assert(verify_field_bit(1)) failed: Attempting to write an uninitialized event field: type + JDK-8264816: Weak handles leak causes GC to take longer + JDK-8265832: runtime/StackGap/testme.sh fails to compile in 8u + JDK-8265988: Fix sun/text/IntHashtable/Bug4170614 for JDK 8u + JDK-8266191: Missing aarch64 parts of JDK-8181872 (C1: possible overflow when strength reducing integer multiply by constant) * Import of OpenJDK 8 u302 build 02 + JDK-8129511: PlatformMidi.c:83 uses malloc without malloc header * Import of OpenJDK 8 u302 build 03 + JDK-8019470: Changes needed to compile JDK 8 on MacOS with clang compiler + JDK-8138820: JDK Hotspot build fails with Xcode 7.0.1 + JDK-8241829: Cleanup the code for PrinterJob on windows + JDK-8252883: AccessDeniedException caused by delayed file deletion on Windows + JDK-8256818: SSLSocket that is never bound or connected leaks socket resources + JDK-8257670: sun/security/ssl/SSLSocketImpl/ /SSLSocketLeak.java reports leaks + JDK-8257884: Re-enable sun/security/ssl/SSLSocketImpl/ /SSLSocketLeak.java as automatic test + JDK-8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884 + JDK-8264640: CMS ParScanClosure misses a barrier * Import of OpenJDK 8 u302 build 04 + JDK-8032050: Clean up for java/rmi/activation/Activatable/ /shutdownGracefully/ShutdownGracefully.java + JDK-8043264: hsdis library not picked up correctly on expected paths + JDK-8130430: [TEST_BUG] remove unnecessary internal calls from javax/swing/JRadioButton/8075609/bug8075609.java + JDK-8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max + JDK-8206925: Support the certificate_authorities extension + JDK-8228757: Fail fast if the handshake type is unknown + JDK-8242565: Policy initialization issues when the denyAfter constraint is enabled + JDK-8253375: OSX build fails with Xcode 12.0 (12A7209) + JDK-8257039: [8u] GenericTaskQueue destructor is incorrect + JDK-8262446: DragAndDrop hangs on Windows + JDK-8265666: Enable AIX build platform to make external debug symbols * Import of OpenJDK 8 u302 build 05 + JDK-6990210: [TEST_BUG] EventDispatchThread/ /HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome + JDK-7106851: Test should not use System.exit + JDK-8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/ /bug4202954.java fails + JDK-8035000: clean up ActivationLibrary.DestroyThread + JDK-8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries + JDK-8043646: libosxapp.dylib fails to build on Mac OS 10.9 with clang + JDK-8047939: [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh + JDK-8074835: Resolve disabled warnings for libj2gss + JDK-8074836: Resolve disabled warnings for libosxkrb5 + JDK-8078855: [TEST_BUG] javax/swing/JComboBox/8032878/ /bug8032878.java fails in WindowsClassicLookAndFeel + JDK-8081764: [TEST_BUG] Test javax/swing/plaf/aqua/ /CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX + JDK-8172188: JDI tests fail due to "permission denied" when creating temp file + JDK-8196092: javax/swing/JComboBox/8032878/bug8032878.java fails + JDK-8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016 + JDK-8239053: [8u] clean up undefined-var-template warnings + JDK-8239400: [8u] clean up undefined-var-template warnings + JDK-8249142: java/awt/FontClass/CreateFont/DeleteFont.sh is unstable + JDK-8250876: Fix issues with cross-compile on macos + JDK-8254631: Better support ALPN byte wire values in SunJSSE + JDK-8265462: Handle multiple slots in the NSS Internal Module from SunPKCS11's Secmod + JDK-8266723: JFR periodic events are causing extra allocations + JDK-8266929: Unable to use algorithms from 3p providers + JDK-8267235: [macos_aarch64] InterpreterRuntime::throw_pending_exception messing up LR results in crash + JDK-8267426: MonitorVmStartTerminate test timed out on Embedded VM + JDK-8267689: [aarch64] Crash due to bad shift in indirect addressing mode * Import of OpenJDK 8 u302 build 06 + JDK-8267545: [8u] Enable Xcode 12 builds on macOS + JDK-8268444: keytool -v -list print is incorrect after backport JDK-8141457 * Import of OpenJDK 8 u302 build 07 + JDK-8269388: Default build of OpenJDK 8 fails on newer GCCs with warnings as errors on format-overflow + JDK-8269468: JDK-8269388 breaks the build on older GCCs * Import of OpenJDK 8 u302 build 08 + JDK-8270533: AArch64: size_fits_all_mem_uses should return false if its output is a CAS * Shenandoah + [backport] 8259580: Shenandoah: uninitialized label in VerifyThreadGCState + [backport] 8259954: gc/shenandoah/mxbeans tests fail with - Xcomp + [backport] 8261251: Shenandoah: Use object size for full GC humongous + [backport] 8261413: Shenandoah: Disable class-unloading in I-U mode + [backport] 8265239: Shenandoah: Shenandoah heap region count could be off by 1 + [backport] 8266802: Shenandoah: Round up region size to page size unconditionally + [backport] 8267561: Shenandoah: Reference processing not properly setup for outside of cycle degenerated GC + [backport] 8268127: Shenandoah: Heap size may be too small for region to align to large page size + [backport] 8268699: Shenandoah: Add test for JDK-8268127 + Shenandoah: Process weak roots during class unloading cycle * Fri May 28 2021 Fridrich Strba <fstrba@suse.com> - Added patch: * tls13extensions.patch + make tlsv1.2 client hello not emit the optional tlsv1.3 extensions (fixes bsc#1184639) * Fri May 14 2021 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u292 (icedtea 3.19.0) * April 2021 CPU * Security fixes + JDK-8227467: Better class method invocations + JDK-8244473: Contextualize registration for JNDI + JDK-8244543: Enhanced handling of abstract classes + JDK-8249906, CVE-2021-2163, bsc#1185055: Enhance opening JARs + JDK-8250568, CVE-2021-2161, bsc#1185056: Less ambiguous processing + JDK-8253799: Make lists of normal filenames * New features + PR3835: Populate unique SystemTap suffix from configure * Import of OpenJDK 8 u292 build 01 + JDK-6949753: [TEST BUG]: java/awt/print/PageFormat/ /PDialogTest.java needs update by removing a infinite loop + JDK-8031126: java/lang/management/ThreadMXBean/ /ThreadUserTime.java fails intermittently + JDK-8035166: Remove dependency on EC classes from pkcs11 provider + JDK-8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/ /LogGeneratedClassesTest.java - assertion error + JDK-8078450: Implement consistent process for quarantine of tests + JDK-8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java fails due to wrongly typed bugid + JDK-8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment + JDK-8141457: keytool default cert fingerprint algorithm should be SHA-256 + JDK-8150204: (fs) Enhance java/nio/file/Files/ /probeContentType/Basic.java debugging output + JDK-8160217: JavaSound should clean up resources better + JDK-8163363: AArch64: Stack size in tools/launcher/ /Settings.java needs to be adjusted + JDK-8167281: IIOMetadataNode bugs in getElementsByTagName and NodeList.item methods + JDK-8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node + JDK-8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key" + JDK-8186090: java.nio.Bits.unaligned() doesn't handle aarch64 + JDK-8195685: AArch64 port of 8174962: Better interface invocations + JDK-8202343: Disable TLS 1.0 and 1.1 + JDK-8211339: NPE during SSL handshake caused by HostnameChecker + JDK-8216987: ciMethodData::load_data() unpacks MDOs with non-atomic copy + JDK-8217338: [Containers] Improve systemd slice memory limit support + JDK-8223186: HotSpot compile warnings from GCC 9 + JDK-8225805: Java Access Bridge does not close the logger + JDK-8226899: Problemlist compiler/rtm tests + JDK-8227642: [TESTBUG] Make docker tests podman compatible + JDK-8228434: jdk/net/Sockets/Test.java fails after JDK-8227642 + JDK-8229284: jdk/internal/platform/cgroup/ /TestCgroupMetrics.java fails for - memory:getMemoryUsage + JDK-8230388: Problemlist additional compiler/rtm tests + JDK-8233228: Disable weak named curves by default in TLS, CertPath, and Signed JAR + JDK-8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3 + JDK-8234728: Some security tests should support TLSv1.3 + JDK-8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property. + JDK-8238579: HttpsURLConnection drops the timeout and hangs forever in read + JDK-8242141: New System Properties to configure the TLS signature schemes + JDK-8244621: [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11 + JDK-8249183: JVM crash in "AwtFrame::WmSize" method + JDK-8249588: libwindowsaccessbridge issues on 64bit Windows + JDK-8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities + JDK-8251397: NPE on ClassValue.ClassValueMap.cacheArray + JDK-8252470: java/awt/dnd/DisposeFrameOnDragCrash/ /DisposeFrameOnDragTest.java fails on Windows + JDK-8253368: TLS connection always receives close_notify exception + JDK-8253476: TestUseContainerSupport.java fails on some Linux kernels w/o swap limit capabilities + JDK-8253932: SSL debug log prints incorrect caller info + JDK-8254854: [cgroups v1] Metric limits not properly detected on some join controller combinations + JDK-8255908: ExceptionInInitializerError due to UncheckedIOException while initializing cgroupv1 subsystem + JDK-8255937: Better cleanup for test/jdk/javax/imageio/stream/ /StreamFlush.java + JDK-8256642: [TEST_BUG] jdk/test/javax/sound/midi/MidiSystem/ /DefaultProperties.java failed + JDK-8257192: Integrate AArch64 JIT port into 8u + JDK-8258079: Eliminate ParNew's use of klass_or_null() + JDK-8258241: [8u] Missing doPrivileged() hunks from JDK-8226575 + JDK-8258396: SIGILL in jdk.jfr.internal.PlatformRecorder .rotateDisk() + JDK-8258430: 8u backport of JDK-8063107 missing test/javax/ /swing/JRadioButton/8041561/bug8041561.java changes + JDK-8258933: G1 needs klass_or_null_acquire + JDK-8259312: VerifyCACerts.java fails as soneraclass2ca cert will + JDK-8259384: CUP version wrong in THIRD_PARTY_README after JDK-8233548 + JDK-8259568: PPC64 builds broken after JDK-8221408 8u backport * Import of OpenJDK 8 u292 build 02 + JDK-8078614: WindowsClassicLookAndFeel MetalComboBoxUI .getbaseLine fails with IllegalArgumentException + JDK-8198334: java/awt/FileDialog/8003399/bug8003399.java fails in headless mode + JDK-8249251: [dark_mode ubuntu 20.04] The selected menu is not highlighted in GTKLookAndFeel + JDK-8250582: Revert Principal Name type to NT-UNKNOWN when requesting TGS Kerberos tickets + JDK-8258833: Cancel multi-part cipher operations in SunPKCS11 after failures * Import of OpenJDK 8 u292 build 03 + JDK-8145051: Wrong parameter name in synthetic lambda method leads to verifier error + JDK-8172404: Tools should warn if weak algorithms are used before restricting them + JDK-8209333: Socket reset issue for TLS 1.3 socket close + JDK-8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl + JDK-8239091: Reversed arguments in call to strstr in freetype "debug" code. + JDK-8240827: Downport SSLSocketImpl.java from "8221882: Use fiber-friendly java.util.concurrent.locks in JSSE" + JDK-8255880: UI of Swing components is not redrawn after their internal state changed + JDK-8256682: JDK-8202343 is incomplete + JDK-8260930: AARCH64: Invalid value passed to critical JNI function * Import of OpenJDK 8 u292 build 04 + JDK-8061777: (zipfs) IllegalArgumentException in ZipCoder .toString when using Shitft_JIS + JDK-8158525: Update a few java/net tests to use the loopback address instead of the host address + JDK-8171410: aarch64: long multiplyExact shifts by 31 instead of 63 + JDK-8225435: Upgrade IANA Language Subtag Registry to the latest for JDK14 + JDK-8235263: Revert TLS 1.3 change that wrapped IOExceptions + JDK-8235311: Tag mismatch may alert bad_record_mac + JDK-8236500: Windows ucrt.dll should be looked up in versioned WINSDK subdirectory + JDK-8260349: Cannot programmatically retrieve Metaspace max set via JAVA_TOOL_OPTIONS + JDK-8261766: [8u] hotspot needs to recognise cl.exe 19.16 to build with VS2017 + JDK-8262075: sun/security/krb5/auto/UseCacheAndStoreKey.java timed out intermittently * Import of OpenJDK 8 u292 build 05 + JDK-6345095: regression test EmptyClipRenderingTest fails + JDK-6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println + JDK-7107012: sun.jvm.hostspot.code.CompressedReadStream readDouble() conversion to long mishandled + JDK-7112454: TEST_BUG: java/awt/Choice/ /PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents.html failed + JDK-7131835: [TEST_BUG] Test does not consider that the rounded edges of the window in Mac OS 10.7 + JDK-7185221: [macosx] Regtest should not throw exception if a suitable display mode found + JDK-8041464: [TEST_BUG] CustomClassLoaderTransferTest does not support OS X + JDK-8078024: javac, several incorporation steps are silently failing when an error should be reported + JDK-8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms + JDK-8211301: [macos] support full window content options + JDK-8240353: AArch64: missing support for - XX:+ExtendedDTraceProbes in C1 + JDK-8248336: AArch64: C2: offset overflow in BoxLockNode::emit + JDK-8257746: Regression introduced with JDK-8250984 - memory might be null in some machines + JDK-8261231: Windows IME was disabled after DnD operation + JDK-8262073: assert(allocates2(pc)) failed: not in CodeBuffer memory * Import of OpenJDK 8 u292 build 06 + JDK-8259048: (tz) Upgrade time-zone data to tzdata2020f * Import of OpenJDK 8 u292 build 07 + JDK-8263008: AARCH64: Add debug info for libsaproc.so * Import of OpenJDK 8 u292 build 08 + JDK-8191915: JCK tests produce incorrect results with C2 + JDK-8256421: Add 2 HARICA roots to cacerts truststore + JDK-8260356: (tz) Upgrade time-zone data to tzdata2021a * Import of OpenJDK 8 u292 build 09 + JDK-8264171: Missing aarch64 parts of JDK-8236179 (C1 register allocation failure with T_ADDRESS) * Import of OpenJDK 8 u292 build 10 + JDK-8258247: Couple of issues in fix for JDK-8249906 + JDK-8259428: AlgorithmId.getEncodedParams() should return copy + JDK-8261183: Follow on to Make lists of normal filenames * Backports + JDK-8250825, PR3837: C2 crashes with assert(field != __null) failed: missing field + JDK-8255466, PR3837: C2 crashes at ciObject::get_oop() const+0x0 * Bug fixes + PR3822: Update elliptic curve patch to handle jdk.disabled.namedCurves (JDK-8233228) & file movement (JDK-8035166) + PR3836: Extra compiler flags not passed to adlc build + PR3838: Bogus -Wnonnull warning on Zero builds + PR3839: Make -Wnonnull warnings on ppc64 non-fatal for now * Shenandoah + [backport] 8202976: Add C1 lea patching support for x86 + [backport] 8221507: Implement JFR Events for Shenandoah + [backport] 8224573: Fix windows build after JDK-8221507 + [backport] 8228369: Shenandoah: Refactor LRB C1 stubs + [backport] 8229474: Shenandoah: Cleanup CM::update_roots() + [backport] 8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs) + [backport] 8231087: Shenandoah: Self-fixing load reference barriers for C1/C2 + [backport] 8232747: Shenandoah: Concurrent GC should deactivate SATB before processing weak roots + [backport] 8232992: Shenandoah: Implement self-fixing interpreter LRB + [backport] 8233021: Shenandoah: SBSC2::is_shenandoah_lrb_call should match all LRB shapes + [backport] 8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64 + [backport] 8233574: Shenandoah: build is broken without jfr + [backport] 8237837: Shenandoah: assert(mem == __null) failed: only one safepoint + [backport] 8238153: CTW: C2 (Shenandoah) compilation fails with "Unknown node in get_load_addr: CreateEx" + [backport] 8238851: Shenandoah: C1: Resolve into registers of correct type + [backport] 8240315: Shenandoah: Rename ShLBN::get_barrier_strength() + [backport] 8240751: Shenandoah: fold ShenandoahTracer definition + [backport] 8241765: Shenandoah: AARCH64 need to save/restore call clobbered registers before calling keepalive barrier + [backport] 8244510: Shenandoah: invert SHC2Support::is_in_cset condition + [backport] 8244663: Shenandoah: C2 assertion fails in Matcher::collect_null_checks + [backport] 8244721: CTW: C2 (Shenandoah) compilation fails with "unexpected infinite loop graph shape" + [backport] 8251451: Shenandoah: Remark ObjectSynchronizer roots with I-U + [backport] 8252660: Shenandoah: support manageable SoftMaxHeapSize option + [backport] 8253224: Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues() + [backport] 8253778: ShenandoahSafepoint::is_at_shenandoah_safepoint should not access VMThread state from other threads + [backport] 8255457: Shenandoah: cleanup ShenandoahMarkTask + [backport] 8255760: Shenandoah: match constants style in ShenandoahMarkTask fallback + [backport] 8256806: Shenandoah: optimize shenandoah/jni/ /TestPinnedGarbage.java test + [backport] 8257641: Shenandoah: Query is_at_shenandoah_safepoint() from control thread should return false + Fix racy update of code roots + Fix register allocation for thread register is 32bit LRB + Fix Shenandoah bindings in ADLC formssel + Normalise whitespace in AArch64 sources prior to merge of upstreamed version in 8u292-b01. + Revert differences against upstream 8u + Shenandoah: Backed out weak roots cleaning during full gc * AArch64 port + Normalise AArch64 sources, prior to merge of upstream version. * Mon Feb 08 2021 Fridrich Strba <fstrba@suse.com> - Update to version jdk8u282 (icedtea 3.18.0) * January 2021 CPU (bsc#1181239) * Security fixes + JDK-8247619: Improve Direct Buffering of Characters * Import of OpenJDK 8 u282 build 01 + JDK-6962725: Regtest javax/swing/JFileChooser/6738668/ /bug6738668.java fails under Linux + JDK-8025936: Windows .pdb and .map files does not have proper dependencies setup + JDK-8030350: Enable additional compiler warnings for GCC + JDK-8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/ /DisposeFrameOnDragTest.java fails by Timeout on Windows + JDK-8036122: Fix warning 'format not a string literal' + JDK-8051853: new URI("x/").resolve("..").getSchemeSpecificPart() returns null! + JDK-8132664: closed/javax/swing/DataTransfer/DefaultNoDrop/ /DefaultNoDrop.java locks on Windows + JDK-8134632: Mark javax/sound/midi/Devices/ /InitializationHang.java as headful + JDK-8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent + JDK-8148916: Mark bug6400879.java as intermittently failing + JDK-8148983: Fix extra comma in changes for JDK-8148916 + JDK-8160438: javax/swing/plaf/nimbus/8057791/bug8057791.java fails + JDK-8165808: Add release barriers when allocating objects with concurrent collection + JDK-8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument + JDK-8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017 + JDK-8207766: [testbug] Adapt tests for Aix. + JDK-8212070: Introduce diagnostic flag to abort VM on failed JIT compilation + JDK-8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash + JDK-8215727: Restore JFR thread sampler loop to old / previous behavior + JDK-8220657: JFR.dump does not work when filename is set + JDK-8221342: [TESTBUG] Generate Dockerfile for docker testing + JDK-8224502: [TESTBUG] JDK docker test TestSystemMetrics.java fails with access issues and OOM + JDK-8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread + JDK-8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes + JDK-8232114: JVM crashed at imjpapi.dll in native code + JDK-8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area + JDK-8234339: replace JLI_StrTok in java_md_solinux.c + JDK-8238448: RSASSA-PSS signature verification fail when using certain odd key sizes + JDK-8242335: Additional Tests for RSASSA-PSS + JDK-8244225: stringop-overflow warning on strncpy call from compile_the_world_in + JDK-8245400: Upgrade to LittleCMS 2.11 + JDK-8248214: Add paddings for TaskQueueSuper to reduce false-sharing cache contention + JDK-8249176: Update GlobalSignR6CA test certificates + JDK-8250665: Wrong translation for the month name of May in ar_JO,LB,SY + JDK-8250928: JFR: Improve hash algorithm for stack traces + JDK-8251469: Better cleanup for test/jdk/javax/imageio/SetOutput.java + JDK-8251840: Java_sun_awt_X11_XToolkit_getDefaultScreenData should not be in make/mapfiles/libawt_xawt/mapfile-vers + JDK-8252384: [TESTBUG] Some tests refer to COMPAT provider rather than JRE + JDK-8252395: [8u] --with-native-debug-symbols=external doesn't include debuginfo files for binaries + JDK-8252497: Incorrect numeric currency code for ROL + JDK-8252754: Hash code calculation of JfrStackTrace is inconsistent + JDK-8252904: VM crashes when JFR is used and JFR event class is transformed + JDK-8252975: [8u] JDK-8252395 breaks the build for - -with-native-debug-symbols=internal + JDK-8253284: Zero OrderAccess barrier mappings are incorrect + JDK-8253550: [8u] JDK-8252395 breaks the build for make STRIP_POLICY=no_strip + JDK-8253752: test/sun/management/jmxremote/bootstrap/ /RmiBootstrapTest.java fails randomly + JDK-8254081: java/security/cert/PolicyNode/ /GetPolicyQualifiers.java fails due to an expired certificate + JDK-8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp + JDK-8254166: Zero: return-type warning in zeroInterpreter_zero.cpp + JDK-8254683: [TEST_BUG] jdk/test/sun/tools/jconsole/ /WorkerDeadlockTest.java fails + JDK-8255003: Build failures on Solaris * Import of OpenJDK 8 u282 build 02 + JDK-8253837: JFR 8u fix symbol and cstring hashtable equals implementaion + JDK-8255269: Unsigned overflow in g1Policy.cpp * Import of OpenJDK 8 u282 build 03 + JDK-8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java + JDK-8168292: [TESTBUG] [macosx] Test java/awt/TrayIcon/DragEventSource/DragEventSource.java fails on OS X + JDK-8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ /ClassForNameLeak.java fails with -Xcomp + JDK-8223108: Test java/awt/EventQueue/ /NonComponentSourcePost.java is unstable + JDK-8255603: Memory/Performance regression after JDK-8210985 * Import of OpenJDK 8 u282 build 04 + JDK-8022535: [TEST BUG] javax/swing/text/html/parser/ /Test8017492.java fails + JDK-8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m + JDK-8046221: [TEST_BUG] Cleanup datatransfer tests + JDK-8058805: [TEST_BUG]Test java/awt/TrayIcon/SecurityCheck/ /NoPermissionTest/NoPermissionTest.java fails + JDK-8068275: Some tests failed after JDK-8063104 + JDK-8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once + JDK-8130772: Util.hitMnemonics does not work: getSystemMnemonicKeyCodes() returns ALT_MASK rather than VK_ALT + JDK-8156803: Turn StressLCM/StressGCM flags to diagnostic + JDK-8160761: [TESTBUG] Several compiler tests fail with product bits + JDK-8166015: [PIT][TEST_BUG] stray character in java/awt/ /Focus/ModalDialogActivationTest/ /ModalDialogActivationTest.java + JDK-8166583: Add oopDesc::klass_or_null_acquire() + JDK-8166663: Simplify oops_on_card_seq_iterate_careful + JDK-8166862: CMS needs klass_or_null_acquire + JDK-8179083: Uninitialized notifier in Java Monitor Wait tracing event + JDK-8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out + JDK-8217362: Emergency dump does not work when disk=false is set + JDK-8217766: Container Support doesn't work for some Join Controllers combinations + JDK-8219013: Update Apache Santuario (XML Signature) to version 2.1.3 + JDK-8219562: Line of code in osContainer_linux.cpp L102 appears unreachable + JDK-8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp + JDK-8221340: [TESTBUG] TestCgroupMetrics.java fails after fix for JDK-8219562 + JDK-8221710: [TESTBUG] more configurable parameters for docker testing + JDK-8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100 + JDK-8229868: Update Apache Santuario TPRM version + JDK-8233548: Update CUP to v0.11b + JDK-8242480: Negative value may be returned by getFreeSwapSpaceSize() in the docker + JDK-8246648: issue with OperatingSystemImpl getFreeSwapSpaceSize in docker after 8242480 + JDK-8249846: Change of behavior after JDK-8237117: Better ForkJoinPool behavior + JDK-8250636: iso8601_time returns incorrect offset part on MacOS + JDK-8251365: Build failure on AIX after 8250636 + JDK-8255717: Fix JFR crash in WriteObjectSampleStacktrace due to object not initialized + JDK-8256618: Zero: Linux x86_32 build still fails + JDK-8256671: Incorrect assignment operator used in guarantee() in genCollectedHeap + JDK-8256752: 8252395 incorrect copy rule for macos .dSYM folder + JDK-8257397: [TESTBUG] test/lib/containers/docker/Common.java refers to -Xlog:os+container=trace * Import of OpenJDK 8 u282 build 05 + JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c * Import of OpenJDK 8 u282 build 06 + JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d * Import of OpenJDK 8 u282 build 07 + JDK-8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs + JDK-8239105: Add exception for expiring Digicert root certificates to VerifyCACerts test + JDK-8258630: Add expiry exception for QuoVadis root certificate * Bug fixes + PR3819: Installation can't handle existing tapset symlinks * Shenandoah + Shenandoah: Fix racy update of code roots * AArch32 port + JDK-8253036: Support building the Zero assembler port on AArch64
/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/accessibility.properties /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/ext /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/ext/java-atk-wrapper.jar /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/riscv64/libatk-wrapper.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 7 00:59:31 2024