OpenJDK 8u242 b01 to b05 EA Released
Andrew John Hughes
gnu.andrew at redhat.com
Mon Dec 30 05:16:15 UTC 2019
I've made available early access source bundles for 8u242, based on
the tags jdk8u242-b01, jdk8u242-b02, jdk8u242-b04, jdk8u242-b05.
I've omitted jdk8u242-b03 as this ended up unintentionally empty.
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b01-ea.tar.xz
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b02-ea.tar.xz
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b04-ea.tar.xz
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b05-ea.tar.xz
The tarballs are accompanied by digital signatures available at:
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b01-ea.tar.xz.sig
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b02-ea.tar.xz.sig
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b04-ea.tar.xz.sig
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b05-ea.tar.xz.sig
This is signed by our new Red Hat OpenJDK key (openjdk at redhat.com):
PGP Key: rsa4096/0x92EF8D39DC13168F (hkp://keys.gnupg.net)
Fingerprint = CA5F 11C6 CE22 644D 42C6 AC44 92EF 8D39 DC13 168F
SHA256 checksums:
db06056018d8c765bb49b96944a141925fc31f89dc8728ad20a44449f8d45aab
openjdk8u242-b01-ea.tar.xz
2f650e0330afd566617832ab0e4393b96b11a98a8316542fd69f565af37d96dc
openjdk8u242-b01-ea.tar.xz.sig
542751eafa7416c9f272fcab9476fca40fe533691273cb44dc6d28a028f0f09b
openjdk8u242-b02-ea.tar.xz
c9d5d9617a0a81176556c8700426c4a9f10c5a9c82dcc3a6d86a43ea6d16c63f
openjdk8u242-b02-ea.tar.xz.sig
dacb0b9d6c72144310084c1d0e80154935f3e67dc776b50ce100eb129be2e6e8
openjdk8u242-b04-ea.tar.xz
02b1028f74b28bb5113b84c93750ab0634d6b5d70b2981ab991625666d73c0ac
openjdk8u242-b04-ea.tar.xz.sig
8fdadc102e9348e14d3cd594eb3036a15c9a403792f2e505878a131a781f60ba
openjdk8u242-b05-ea.tar.xz
979e706f51112cb7f9746591fbeee7c051cb90f2d0f6cd8d2470041b6ccc82eb
openjdk8u242-b05-ea.tar.xz.sig
They are listed at:
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b01-ea.sha256
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b02-ea.sha256
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b04-ea.sha256
* https://openjdk-sources.osci.io/openjdk8/openjdk8u242-b05-ea.sha256
Changes in 8u242-b01:
- S8010500: [parfait] Possible null pointer dereference at
hotspot/src/share/vm/opto/loopnode.hpp
- S8067429: java.lang.VerifyError: Inconsistent stackmap frames at
branch target
- S8073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instr
- S8077707: jdk9 b58 cannot run any graphical application on Win 8
with JAWS running
- S8132249: Clean up JAB debugging code
- S8133951: Zero interpreter asserts in stubRoutines.cpp
- S8134739: compiler/loopopts/superword/TestVectorizationWithInvariant
crashes in loop opts
- S8212071: Need to set the FreeType LCD Filter to reduce fringing.
- S8230238: Add another regression test for JDK-8134739
- S8230813: Add JDK-8010500 to
compiler/loopopts/superword/TestFuzzPreLoop.java bug list
- S8231398: Add time tracing for gc log rotation at safepoint cleanup
- S8231988: Unexpected test result caused by C2
IdealLoopTree::do_remove_empty_loop
Changes in 8u242-b02:
- S8057986: freetype code to get glyph outline does not handle initial
control point properly
- S8068736: Avoid synchronization on Executable/Field.declaredAnnotations
- S8073347: javadoc of Formattable messed up by JDK-8019857
- S8206173: MallocSiteTable::initialize() doesn't take function
descriptors into account
- S8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
- S8218558: NMT stack traces in output should show mt component for
virtual memory allocations
- S8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when
change keybord map
- S8228888: C2 compilation fails with assert "m has strange control"
- S8229020: Failure on CPUs allowing loads reordering:
assert(_tasks[t] == 1) failed: What else?
- S8229169: False failure of GenericTaskQueue::pop_local on
architectures with weak memory model
- S8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return
false if n is not in the CG
- S8231887: ComodoCA.java fails because certificate was revoked
Changes in 8u242-b04:
- S8048556: Unnecessary GCLocker-initiated young GCs
- S8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
- S8130341: GHASH 32bit intrinsics has AEADBadTagException
- S8139178: Wrong fontMetrics when printing in Landscape (OpenJDK)
- S8146238: [macosx] Java2D Queue Flusher crash on OSX after switching
between user accounts
- S8196681: Java Access Bridge logging and debug flags dynamically
controlled
- S8204288: Matching the end of a string followed by an empty greedy
regex and a word boundary fails
- S8204290: Add check to limit number of capture groups
- S8219914: Change the environment variable for Java Access Bridge
logging to have a directory.
- S8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
Changes in 8u242-b05:
- S8029629: java/lang/ProcessBuilder/Basic.java fails intermittently
- S8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java
failed with interrupted! (timed out?)
- S8131778: java disables UseAES flag when using VIS=2 on sparc
- S8133489: Better messaging for PKIX path validation matching
- S8134424: BlockDataInputStream.readUTFBody: size local StringBuffer
with the given length
- S8156028: G1YoungGenSizer _adaptive_size not correct when setting
NewSize and MaxNewSize to the same value
- S8170641:
sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails
with timeout
- S8173956: KeyStore regression due to default keystore being changed
to PKCS12
- S8185898: setRequestProperty(key, null) results in HTTP header
without colon in request
- S8189762: [TESTBUG] Create tests for JDK-8146115 container awareness
and resource configuration
- S8194653: Deadlock involving FileSystems.getDefault and
System.loadLibrary call
- S8195088: [TEST_BUG] StartManagementAgent got unexpected exception
- S8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and
tls/TestKeyMaterial.java due to JDK-8180837
- S8198649: Switch AWT/Swing's default GTK version to 3
- S8208715: Conversion of milliseconds to nanoseconds in UNIXProcess
contains bug
- S8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
- S8215210: [macos] Hangul text does not shape to the precomposed form
on JDK8u
- S8216401: Allow "file:" URLs in Class-Path of local JARs
- S8221172: SunEC specific test is not limited to SunEC
- S8221246: NullPointerException within Win32ShellFolder2
- S8222496: [8u] Switch on GTK3 as a default GTK L&F in client-libs
- S8223490: Optimize search algorithm for determining default time zone
- S8225141: Better handling of classes in error state in fast class
initialization checks
- S8229420: [Redo] jstat reports incorrect values for OU for CMS GC
- S8231124: Missing closedir call with JDK-8223490
- S8231584: Deadlock with ClassLoader.findLibrary and
System.loadLibrary call
- S8232984: Upgrading Joni License version to 2.1.16
- S8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit
hardcoded expiration date
- S8234591: [11u] Build with old C compiler broken by 8223490
- S8236178: Debug build failed after 8236058
--
Andrew :)
Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
https://keybase.io/gnu_andrew
More information about the jdk8u-dev
mailing list