* Wed Apr 21 2021 fstrba@suse.com
- Update to upstream tag jdk-11.0.11+9 (April 2021, CPU)
* Security fixes
+ 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
+ JDK-8257001: Improve Http Client Support
* Other changes
+ JDK-7107012: sun.jvm.hotspot.code.CompressedReadStream
readDouble() conversion to long mishandled
+ JDK-7146776: deadlock between URLStreamHandler.getHostAddress
and file.Handler.openconnection
+ JDK-8086003: Test fails on OSX with java.lang.RuntimeException
'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3'
missing
+ JDK-8168869: jdeps: localized messages don't use proper line
breaks
+ JDK-8180837: SunPKCS11-NSS tests failing with
CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
+ JDK-8202343: Disable TLS 1.0 and 1.1
+ JDK-8205992: jhsdb cannot attach to Java processes running in
Docker containers
+ JDK-8209193: Fix aarch64-linux compilation after -Wreorder
changes
+ JDK-8210413: AArch64: Optimize div/rem by constant in C1
+ JDK-8210578: AArch64: Invalid encoding for fmlsvs instruction
+ JDK-8211051: jdeps usage of --dot-output doesn't provide
valid output for modular jar
+ JDK-8211057: Gensrc step CompileProperties generates unstable
CompilerProperties output
+ JDK-8211150: G1 Full GC not purging code root memory and
hence causing memory leak
+ JDK-8211825: ModuleLayer.defineModulesWithXXX does not setup
delegation when module reads automatic module
+ JDK-8212043: Add floating-point Math.min/max intrinsics
+ JDK-8212218: [TESTBUG] runtime/ErrorHandling/
/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
+ JDK-8213116: javax/swing/JComboBox/WindowsComboBoxSize/
/WindowsComboBoxSizeTest.java fails in Windows
+ JDK-8213909: jdeps --print-module-deps should report missing
dependences
+ JDK-8214180: Need better granularity for sleeping
+ JDK-8214223: tools/jdeps/listdeps/ListModuleDeps.java failed
due to missing Lib2 file
+ JDK-8214230: Classes generated by SystemModulesPlugin.java
are not reproducable
+ JDK-8214741: docs/index.html has no title or copyright
+ JDK-8215687: [Graal] unit test CheckGraalIntrinsics failed
after 8212043
+ JDK-8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/
/resexhausted003/TestDescription.java fails
+ JDK-8218482: sun/security/krb5/auto/ReplayCachePrecise.java
failed - no KrbException thrown
+ JDK-8218550: Add test omitted from JDK-8212043
+ JDK-8221584: SIGSEGV in os::PlatformEvent::unpark() in
JvmtiRawMonitor::raw_exit while posting method exit event
+ JDK-8221995: AARCH64: problems with CAS instructions encoding
+ JDK-8222518: Remove unnecessary caching of Parker object in
java.lang.Thread
+ JDK-8222785: aarch64: add necessary masking for immediate
shift counts
+ JDK-8223186: HotSpot compile warnings from GCC 9
+ JDK-8225773: jdeps --check produces NPE if there are missing
module dependences
+ JDK-8225805: Java Access Bridge does not close the logger
+ JDK-8226810: Failed to launch JVM because of
NullPointerException occured on System.props
+ JDK-8229396: jdeps ignores multi-release when
generate-module-info used on command line
+ JDK-8229474: Shenandoah: Cleanup CM::update_roots()
+ JDK-8232225: Rework the fix for JDK-8071483
+ JDK-8232905: JFR fails with assertion:
assert(t->unflushed_size() == 0) failed: invariant
+ JDK-8233164: C2 fails with assert(phase->C->get_alias_index(t)
== phase->C->get_alias_index(t_adr)) failed: correct memory
chain
+ JDK-8233910: java/awt/ColorClass/AlphaColorTest.java is
failing intermittently in nightly lnux-x64 system
+ JDK-8233912: aarch64: minor improvements of atomic operations
+ JDK-8234508: VM_HeapWalkOperation::iterate_over_object reads
non-strong fields with an on-strong load barrier
+ JDK-8234742: Improve handshake logging
+ JDK-8234796: Refactor Handshake::execute to take a more
complex type than ThreadClosure
+ JDK-8235324: Dying objects are published from users of
CollectedHeap::object_iterate
+ JDK-8235351: Lookup::unreflect should bind with the original
caller independent of Method's accessible flag
+ JDK-8237369: Shenandoah: failed vmTestbase/nsk/jvmti/
/AttachOnDemand/attach021/TestDescription.java test
+ JDK-8237392: Shenandoah: Remove unreliable assertion
+ JDK-8237483: AArch64 C1 OopMap inserted twice fatal error
+ JDK-8237495: Java MIDI fails with a dereferenced memory error
when asked to send a raw 0xF7
+ JDK-8239355: (dc) Initial value of SO_SNDBUF should allow
sending large datagrams (macOS)
+ JDK-8240353: AArch64: missing support for
- XX:+ExtendedDTraceProbes in C1
+ JDK-8240704: CheckHandles.java failed "AssertionError: Handle
use increased by more than 10 percent."
+ JDK-8240751: Shenandoah: fold ShenandoahTracer definition
+ JDK-8240795: [REDO] 8238384 CTW: C2 compilation fails with
"assert(store != load->find_exact_control(load->in(0)))
failed: dependence cycle found"
+ JDK-8241598: Upgrade JLine to 3.14.0
+ JDK-8241649: Optimize Character.toString
+ JDK-8241770: Module xxxAnnotation() methods throw NCDFE if
module-info.class found as resource in unnamed module
+ JDK-8241911: AArch64: Fix a potential register clash issue in
reduce_add2I
+ JDK-8242030: Wrong package declarations in jline classes after
JDK-8241598
+ JDK-8242565: Policy initialization issues when the denyAfter
constraint is enabled
+ JDK-8243618: compiler/rtm/cli tests can be run w/o WhiteBox
+ JDK-8243670: Unexpected test result caused by C2
MergeMemNode::Ideal
+ JDK-8244088: [Regression] Switch of Gnome theme ends up in
deadlocked UI
+ JDK-8244154: Update SunPKCS11 provider with PKCS11 v3.0 header
files
+ JDK-8244340: Handshake processing thread lacks yielding
+ JDK-8244573: java.lang.ArrayIndexOutOfBoundsException thrown
for malformed class file
+ JDK-8244683: A TSA server used by tests
+ JDK-8245005: javax/net/ssl/compatibility/BasicConnectTest.java
failed with No enum constant
+ JDK-8245026: PsAdaptiveSizePolicy::_old_gen_policy_is_ready is
unused
+ JDK-8245283: JFR: Can't handle constant dynamic used by Jacoco
agent
+ JDK-8245512: CRC32 optimization using AVX512 instructions
+ JDK-8245527: LDAP Channel Binding support for Java
GSS/Kerberos
+ JDK-8246707: (sc) SocketChannel.read/write throws
AsynchronousCloseException on closed channel
+ JDK-8246709: sun/security/tools/jarsigner/
/TsacertOptionTest.java compilation failed after JDK-8244683
+ JDK-8247200: assert((unsigned)fpargs < 32)
+ JDK-8247766: [aarch64] guarantee(val < (1U << nbits))
failed: Field too big for insn.
+ JDK-8248336: AArch64: C2: offset overflow in
BoxLockNode::emit
+ JDK-8248865: Document JNDI/LDAP timeout properties
+ JDK-8248901: Signed immediate support in
.../share/assembler.hpp is broken.
+ JDK-8249543: Force DirectBufferAllocTest to run with
- ExplicitGCInvokesConcurrent
+ JDK-8249588: libwindowsaccessbridge issues on 64bit Windows
+ JDK-8249749: modify a primitive array through a stream and a
for cycle causes jre crash
+ JDK-8249787: Make TestGCLocker more resilient with concurrent
GCs
+ JDK-8249867: xml declaration is not followed by a newline
+ JDK-8250911: [windows] os::pd_map_memory() error detection
broken
+ JDK-8251255: [linux] Add process-memory information to hs-err
and VM.info
+ JDK-8251359: Shenandoah: filter null oops before calling
enqueue/SATB barrier
+ JDK-8251925: C2: RenaissanceStressTest fails with
assert(!had_error): bad dominance
+ JDK-8251944: Add Shenandoah test config to
compiler/gcbarriers/UnsafeIntrinsicsTest.java
+ JDK-8251992: VM crashed running TestComplexAddrExpr.java test
with -XX:UseAVX=X
+ JDK-8253220: Epsilon: clean up unused code/declarations
+ JDK-8253274: The CycleDMImagetest brokes the system
+ JDK-8253353: Crash in C2: guarantee(n != NULL) failed: No Node
+ JDK-8253368: TLS connection always receives close_notify
exception
+ JDK-8253404: C2: assert(C->live_nodes() <=
C->max_node_limit()) failed: Live Node limit exceeded limit
+ JDK-8253409: Double-rounding possibility in float fma
+ JDK-8253476: TestUseContainerSupport.java fails on some Linux
kernels w/o swap limit capabilities
+ JDK-8253524: C2: Refactor code that clones predicates during
loop unswitching
+ JDK-8253644: C2: assert(skeleton_predicate_has_opaque(iff))
failed: unexpected
+ JDK-8253681: closed java/awt/dnd/MouseEventAfterStartDragTest/
/MouseEventAfterStartDragTest.html test failed
+ JDK-8253702: BigSur version number reported as 10.16, should
be 11.nn
+ JDK-8253756: C2 CompilerThread0 crash in Node::add_req(Node*)
+ JDK-8254104: MethodCounters must exist before nmethod is
installed
+ JDK-8254734: "dead loop detected" assert failure with patch
from 8223051
+ JDK-8254748: Bad Copyright header format after JDK-8212218
+ JDK-8254799: runtime/ErrorHandling/
/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
+ JDK-8255058: C1: assert(is_virtual()) failed: type check
+ JDK-8255351: Add detection for Graviton 2 CPUs
+ JDK-8255368: Math.exp() gives wrong result for large values on
x86 32-bit platforms
+ JDK-8255387: Japanese characters were printed upside down on
AIX
+ JDK-8255401: Shenandoah: Allow oldval and newval registers to
overlap in cmpxchg_oop()
+ JDK-8255479: [aarch64] assert(src->section_index_of(target) ==
CodeBuffer::SECT_NONE) failed: sanity
+ JDK-8255544: Create a checked cast
+ JDK-8255559: Leak File Descriptors Because of
ResolverLocalFilesystem#engineResolveURI()
+ JDK-8255681: print callstack in error case in
runAWTLoopWithApp
+ JDK-8255734: VM should ignore SIGXFSZ on ppc64, s390 too
+ JDK-8255742: PrintInlining as compiler directive doesn't print
virtual calls
+ JDK-8255845: Memory leak in imageFile.cpp
+ JDK-8255880: UI of Swing components is not redrawn after their
internal state changed
+ JDK-8255908: ExceptionInInitializerError due to
UncheckedIOException while initializing cgroupv1 subsystem
+ JDK-8256025: AArch64: MachCallRuntimeNode::ret_addr_offset()
is incorrect for stub calls
+ JDK-8256056: Deoptimization stub doesn't save vector registers
on x86
+ JDK-8256061: RegisterSaver::save_live_registers() omits upper
halves of ZMM0-15 registers
+ JDK-8256187: [TEST_BUG] Automate bug4275046.java test
+ JDK-8256220: C1: x86_32 fails with -XX:UseSSE=1 after
JDK-8210764 due to mishandled lir_neg
+ JDK-8256258: some missing NULL checks or asserts after
CodeCache::find_blob_unsafe
+ JDK-8256264: Printed GlyphVector outline with low DPI has bad
quality on Windows
+ JDK-8256290: javac/lambda/T8031967.java fails with
StackOverflowError on x86_32
+ JDK-8256359: AArch64: runtime/ReservedStack/
/ReservedStackTestCompiler.java fails
+ JDK-8256387: Unexpected result if patching an entire
instruction on AArch64
+ JDK-8256421: Add 2 HARICA roots to cacerts truststore
+ JDK-8256488: [aarch64] Use ldpq/stpq instead of ld4/st4 for
small copies in StubGenerator::copy_memory
+ JDK-8256489: Make gtest for long path names on Windows more
resilient in the presence of virus scanners
+ JDK-8256501: libTestMainKeyWindow fails to build with Xcode
12.2
+ JDK-8256633: Fix product build on Windows+Arm64
+ JDK-8256682: JDK-8202343 is incomplete
+ JDK-8256751: Incremental rebuild with precompiled header fails
when touching a header file
+ JDK-8256757: Incorrect MachCallRuntimeNode::ret_addr_offset()
for CallLeafNoFP on x86_32
+ JDK-8256806: Shenandoah: optimize shenandoah/jni/
/TestPinnedGarbage.java test
+ JDK-8256807: C2: Not marking stores correctly as mismatched
in string opts
+ JDK-8256810: Incremental rebuild broken on Macosx
+ JDK-8256818: SSLSocket that is never bound or connected leaks
socket resources
+ JDK-8256888: Client manual test problem list update
+ JDK-8257083: Security infra test failures caused by
JDK-8202343
+ JDK-8257408: Bump update version for OpenJDK: jdk-11.0.11
+ JDK-8257423: [PPC64] Support -XX:-UseInlineCaches
+ JDK-8257436: [aarch64] Regressions in ArrayCopyUnalignedDst
.testByte/testChar for 65-78 bytes when UseSIMDForMemoryOps
is on
+ JDK-8257513: C2: assert((constant_addr -
_masm.code()->consts()->start()) == con.offset())
+ JDK-8257547: Handle multiple prereqs on the same line in deps
files
+ JDK-8257561: Some code is not vectorized after 8251925 and
8250607
+ JDK-8257565: epsilonBarrierSet.hpp should not include
barrierSetAssembler
+ JDK-8257575: C2: "failed: only phis" assert failure in loop
strip mining verification
+ JDK-8257594: C2 compiled checkcast of non-null object triggers
endless deoptimization/recompilation cycle
+ JDK-8257633: Missing -mmacosx-version-min=X flag when linking
libjvm
+ JDK-8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java
reports leaks
+ JDK-8257707: Fix incorrect format string in Http1HeaderParser
+ JDK-8257746: Regression introduced with JDK-8250984 - memory
might be null in some machines
+ JDK-8257798: [PPC64] undefined reference to
Klass::vtable_start_offset()
+ JDK-8257884: Re-enable sun/security/ssl/SSLSocketImpl/
/SSLSocketLeak.java as automatic test
+ JDK-8257910: [JVMCI] Set exception_seen accordingly in the
runtime.
+ JDK-8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java
again reports leaks after JDK-8257884
+ JDK-8257999: Parallel GC crash in gc/parallel/
/TestDynShrinkHeap.java: new region is not in covered_region
+ JDK-8258077: Using -Xcheck:jni can lead to a double-free after
JDK-8193234
+ JDK-8258247: Couple of issues in fix for JDK-8249906
+ JDK-8258373: Update the text handling in the JPasswordField
+ JDK-8258396: SIGILL in jdk.jfr.internal.PlatformRecorder
.rotateDisk()
+ JDK-8258419: RSA cipher buffer cleanup
+ JDK-8258471: "search codecache" clhsdb command does not work
+ JDK-8258534: Epsilon: clean up unused includes
+ JDK-8258805: Japanese characters not entered by mouse click
on Windows 10
+ JDK-8258833: Cancel multi-part cipher operations in SunPKCS11
after failures
+ JDK-8258836: JNI local refs exceed capacity
getDiagnosticCommandInfo
+ JDK-8258884: [TEST_BUG] Convert applet-based test
open/test/jdk/javax/swing/JMenuItem/8031573/bug8031573.java
to a regular java test
+ JDK-8259007: This test printed a blank page
+ JDK-8259048: (tz) Upgrade time-zone data to tzdata2020f
+ JDK-8259049: Uninitialized variable after JDK-8257513
+ JDK-8259231: Epsilon: improve performance under contention
during virtual space expansion
+ JDK-8259271: gc/parallel/TestDynShrinkHeap.java still fails
"assert(covered_region.contains(new_memregion)) failed: new
region is not in covered_region"
+ JDK-8259312: VerifyCACerts.java fails as soneraclass2ca cert
will expire in 90 days
+ JDK-8259319: Illegal package access when SunPKCS11 requires
SunJCE's classes
+ JDK-8259339: AllocateUninitializedArray C2 intrinsic fails
with void.class input
+ JDK-8259428: AlgorithmId.getEncodedParams() should return copy
+ JDK-8259446: runtime/jni/checked/
/TestCheckedReleaseArrayElements.java fails with stderr not
empty
+ JDK-8259451: Zero: skip serviceability/sa tests, set vm.hasSA
to false
+ JDK-8259580: Shenandoah: uninitialized label in
VerifyThreadGCState
+ JDK-8259619: C1: 3-arg StubAssembler::call_RT stack-use
condition is incorrect
+ JDK-8259633: compiler/graalunit/CoreTest.java fails with NPE
after JDK-8244543
+ JDK-8259706: C2 compilation fails with assert(vtable_index ==
Method::invalid_vtable_index) failed: correct sentinel value
+ JDK-8259707: LDAP channel binding does not work with StartTLS
extension
+ JDK-8259773: Incorrect encoding of AVX-512 kmovq instruction
+ JDK-8259849: Shenandoah: Rename store-val to IU-barrier
+ JDK-8259949: x86 32-bit build fails when -fcf-protection is
passed in the compiler flags
+ JDK-8259954: gc/shenandoah/mxbeans tests fail with -Xcomp
+ JDK-8260029: aarch64: fix typo in verify_oop_array
+ JDK-8260308: Update LogCompilation junit to 4.13.1
+ JDK-8260338: Some fields in HaltNode is not cloned
+ JDK-8260349: Cannot programmatically retrieve Metaspace max
set via JAVA_TOOL_OPTIONS
+ JDK-8260356: (tz) Upgrade time-zone data to tzdata2021a
+ JDK-8260378: [TESTBUG] DcmdMBeanTestCheckJni.java reports
false positive
+ JDK-8260497: Shenandoah: Improve SATB flushing
+ JDK-8260502: [s390] NativeMovRegMem::verify() fails because
it's too strict
+ JDK-8260632: Build failures after JDK-8253353
+ JDK-8260704: ParallelGC: oldgen expansion needs release-store
for _end
+ JDK-8261022: Fix incorrect result of Math.abs() with char type
+ JDK-8261089: [TESTBUG] native library of test
TestCheckedReleaseCriticalArray.java fails to compile with
gcc 4.x
+ JDK-8261183: Follow on to Make lists of normal filenames
+ JDK-8261209: isStandalone property: remove dependency on
pretty-print
+ JDK-8261231: Windows IME was disabled after DnD operation
+ JDK-8261251: Shenandoah: Use object size for full GC
humongous compaction
+ JDK-8261310: PPC64 Zero build fails with
'VMError::controlled_crash(int)::FunctionDescriptor
functionDescriptor' has incomplete type and cannot be defined
+ JDK-8261334: NMT: tuning statistic shows incorrect hash
distribution
+ JDK-8261413: Shenandoah: Disable class-unloading in I-U mode
+ JDK-8261522: [PPC64] AES intrinsics write beyond the
destination array
+ JDK-8261534: Test sun/security/pkcs11/KeyAgreement/
/IllegalPackageAccess.java fails on platforms where no nsslib
artifacts are defined
+ JDK-8261585: Restore HandleArea used in
Deoptimization::uncommon_trap
+ JDK-8261753: Test java/lang/System/OsVersionTest.java still
failing on BigSur patch versions after JDK-8253702
+ JDK-8261829: Exclude tools/jlink/JLinkReproducibleTest.java
in 11u
+ JDK-8261912: Code IfNode::fold_compares_helper more
defensively
+ JDK-8261920: [AIX] jshell command throws java.io.IOError on
non English locales
+ JDK-8262018: Wrong format in SAP copyright header of
OsVersionTest
+ JDK-8263069: Exclude some failing tests from
security/infra/java/security/cert/CertPathValidator
* Thu Apr 15 2021 pujos.michael@gmail.com
- moved mozilla-nss dependency to java-11-openjdk-headless package
This is necessary to be able to do crypto with just
java-11-openjdk-headless installed. Fixes boo#1184606
* Fri Mar 19 2021 fstrba@suse.com
- Added patches:
* system-crypto-policy.patch
+ Let OpenJDK use system crypto policies unless explicitely told
not to
* nss-security-provider.patch
+ Add the NSS security provider with configuration in generated
nss.cfg file
* keytool-default-rsa.patch
+ Make keytool generate RSA keys by default, since only the
LEGACY system crypto policy allows DSA
* Thu Jan 21 2021 fstrba@suse.com
- Update to upstream tag jdk-11.0.10+9 (January 2021 CPU,
bsc#1181239)
* Security fixes
+ JDK-8247619: Improve Direct Buffering of Characters
* Other changes
+ JDK-6722928: Support SSPI as a native GSS-API provider
+ JDK-7185258: [macosx] Deadlock in SunToolKit.realSync()
+ JDK-8152332: [macosx] JFileChooser cannot be serialized on
Mac OS X
+ JDK-8161684: [testconf] Add VerifyOops' testing into compiler
tiers
+ JDK-8171279: Support X25519 and X448 in TLS
+ JDK-8173361: various crashes in
JvmtiExport::post_compiled_method_load
+ JDK-8173658: JvmtiExport::post_class_unload() is broken for
non-JavaThread initiators
+ JDK-8191006: hsdis disassembler plugin does not compile with
binutils 2.29+
+ JDK-8197981: Missing return statement in
__sync_val_compare_and_swap_8
+ JDK-8198334: java/awt/FileDialog/8003399/bug8003399.java
fails in headless mode
+ JDK-8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
+ JDK-8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/
+ JDK-8208483: Add 5 JNDI tests to
com/sun/jndi/dns/FactoryTests/
+ JDK-8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
+ JDK-8208665: Amend cross-compilation docs with
qemu-debootstrap recipe
+ JDK-8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
+ JDK-8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
+ JDK-8211450: UndetVar::dup is not copying the kind field to
the duplicated instance
+ JDK-8212160: JVMTI agent crashes with "assert(_value != 0LL)
failed: resolving NULL _value"
+ JDK-8212226: SurfaceManager throws "Invalid Image variant"
for MultiResolutionImage (Windows)
+ JDK-8213400: Support choosing group name in keytool keypair
generation
+ JDK-8213535: Windows HiDPI html lightweight tooltips are
truncated
+ JDK-8213698: Improve devkit creation and add support for
linux/ppc64/ppc64le/s390x
+ JDK-8214025: assert(t->singleton()) failed: must be a
constant when ScavengeRootsInCode < 2
+ JDK-8214242: compiler/arguments/TestScavengeRootsInCode.java
fails because of missing UnlockDiagnosticVMOptions
+ JDK-8214787: Zero builds fail with "undefined
JavaThread::thread_state()"
+ JDK-8215583: Exclude
runtime/handshake/HandshakeWalkSuspendExitTest.java
+ JDK-8216012: Infinite loop in RSA KeyPairGenerator
+ JDK-8216324: GetClassMethods is confused by the presence of
default methods in super interfaces
+ JDK-8217429: WebSocket over authenticating proxy fails to
send Upgrade headers
+ JDK-8217976: test/jdk/java/net/httpclient/websocket/
/WebSocketProxyTest.java fails intermittently
+ JDK-8218021: Have jarsigner preserve posix permission
attributes
+ JDK-8218287: jshell tool: input behavior unstable after
12-ea+24 on Windows
+ JDK-8218851: JVM crash in custom classloader stress test, JDK
12 & 13
+ JDK-8220420: Cleanup c1_LinearScan
+ JDK-8222072: JVMTI GenerateEvents() sends CompiledMethodLoad
events to wrong jvmtiEnv
+ JDK-8222286: Fix for JDK-8213419 is broken on s390
+ JDK-8222527: HttpClient doesn't send HOST header when
tunelling HTTP/1.1 through http proxy
+ JDK-8222533: jtreg test jdk/internal/platform/cgroup/
/TestCgroupMetrics.java fails on SLES12.3 linux ppc64le
machine
+ JDK-8224506: [TESTBUG] TestDockerMemoryMetrics.java fails
with exitValue = 137
+ JDK-8224555: vmTestbase/nsk/jvmti/scenarios/contention/TC02/
/tc02t001/TestDescription.java failed
+ JDK-8224650: Add tests to support X25519 and X448 in TLS
+ JDK-8225072: Add LuxTrust certificate that is expiring in
March 2021 to list of allowed but expired certs
+ JDK-8225329: -XX:+PrintBiasedLockingStatistics causes crash
during initialization on Windows platforms
+ JDK-8225687: Newly added sspi.cpp in JDK-6722928 still
contains some small errors
+ JDK-8227006: [linux] Runtime.availableProcessors execution
time increased by factor of 100
+ JDK-8227275: Within native OOM error handling, assertions may
hang the process
+ JDK-8227647: [Graal] Test8009761.java fails due to
"RuntimeException: static java.lang.Object
compiler.uncommontrap.Test8009761.m3(boolean,boolean) not
compiled"
+ JDK-8229495: SIGILL in C2 generated OSR compilation
+ JDK-8230910: libsspi_bridge does not build on Windows 32bit
+ JDK-8232114: JVM crashed at imjpapi.dll in native code
+ JDK-8234147: Avoid looking up standard charsets in core
libraries
+ JDK-8234393: [macos] printing ignores printer tray
+ JDK-8234863: Increase default value of MaxInlineLevel
+ JDK-8235218: Minimal VM is broken after JDK-8173361
+ JDK-8235456: Minimal VM is broken after JDK-8212160
+ JDK-8235829: graal crashes with Zombie.java test
+ JDK-8236124: Minimal VM slowdebug build failed after
JDK-8212160
+ JDK-8236512: PKCS11 Connection closed after Cipher.doFinal
and NoPadding
+ JDK-8236944: The legVecZ operand should be limited to
zmm0-zmm15 registers
+ JDK-8237186: Fix typo in copyright header of
java/io/Reader/TransferTo.java
+ JDK-8237499: JFR: Include stack trace in the ThreadStart event
+ JDK-8237512: AArch64: aarch64TestHook leaks a BufferBlob
+ JDK-8237524: AArch64: String.compareTo() may return incorrect
result
+ JDK-8237950: C2 compilation fails with "Live Node limit
exceeded limit" during ConvI2L::Ideal optimization
+ JDK-8238579: HttpsURLConnection drops the timeout and hangs
forever in read
+ JDK-8239105: Add exception for expiring Digicert root
certificates to VerifyCACerts test
+ JDK-8239477: jdk/jfr/jcmd/TestJcmdStartStopDefault.java fails
- XX:+VerifyOops with "verify_oop: rsi: broken oop"
+ JDK-8239497: SEGV in EdgeUtils::field_name_symbol(Edge const&)
+ JDK-8239886: Minimal VM build fails after JDK-8237499
+ JDK-8240633: Memory leaks in the implementations of
FileChooserUI
+ JDK-8240690: Race condition between EDT and
BasicDirectoryModel.FilesLoader.run0()
+ JDK-8241234: Unify monitor enter/exit runtime entries.
+ JDK-8241311: Move some charset mapping tests from closed to
open
+ JDK-8241797: Add some tests to the problem list
+ JDK-8242029: AArch64: skip G1 array copy pre-barrier if
marking not active
+ JDK-8242335: Additional Tests for RSASSA-PSS
+ JDK-8242480: Negative value may be returned by
getFreeSwapSpaceSize() in the docker
+ JDK-8242614: cleanup duplicated test ldap server in some
com/sun/jndi/ldap/ tests
+ JDK-8242846: Bring back test/jdk/tools/jlink/plugins/
/OrderResourcesPluginTest.java
+ JDK-8243114: Implement montgomery{Multiply,Square}intrinsics
on Windows
+ JDK-8243290: Improve diagnostic messages for class
verification and redefinition failures
+ JDK-8243488: Add tests for set/get SendBufferSize and
getReceiveBufferSize in DatagramSocket
+ JDK-8243549: sun/security/ssl/CipherSuite/
/NamedGroupsWithCipherSuite.java failed with Unsupported
signature algorithm: DSA
+ JDK-8243617: compiler/onSpinWait/TestOnSpinWaitC1.java test
uses wrong class
+ JDK-8243619: compiler/codecache/CheckSegmentedCodeCache.java
test misses -version
+ JDK-8244142: some hotspot/runtime tests don't check exit code
of forked JVM
+ JDK-8244278: Excessive code cache flushes and sweeps
+ JDK-8244282: test/hotspot/jtreg/compiler/intrinsics/
/Test8237524.java fails with --illegal-access=deny
+ JDK-8244621: [macos10.15] Garbled FX printing plus CoreText
warnings on Catalina when building with Xcode 11
+ JDK-8244819: hsdis does not compile with binutils 2.34+
+ JDK-8245051: c1 is broken if it is compiled by gcc without
- fno-lifetime-dse
+ JDK-8245168: jlink should not be treated as a "small" tool
+ JDK-8245400: Upgrade to LittleCMS 2.11
+ JDK-8246381: VM crashes with "Current BasicObjectLock* below
than low_mark"
+ JDK-8246434: Threads::print_on_error assumes that the heap
has been set up
+ JDK-8246648: issue with OperatingSystemImpl
getFreeSwapSpaceSize in docker after 8242480
+ JDK-8247201: Print potential pointer value of readable stack
memory in hs_err file
+ JDK-8247763: assert(outer->outcnt() == 2) failed: 'only phis'
failure in LoopNode::verify_strip_mined()
+ JDK-8247867: Upgrade to freetype 2.10.2
+ JDK-8248190: Enable Power10 system and implement new
byte-reverse instructions
+ JDK-8248226: TestCloneAccessStressGCM fails with
- XX:-ReduceBulkZeroing
+ JDK-8248347: windows build broken by JDK-8243114
+ JDK-8248532: Every time I change keyboard language at my
MacBook, Java crashes
+ JDK-8248552: C2 crashes with SIGFPE due to division by zero
+ JDK-8248596: [TESTBUG] compiler/loopopts/
/PartialPeelingUnswitch.java times out with Graal enabled
+ JDK-8248745: Add jarsigner and keytool tests for restricted
algorithms
+ JDK-8248791: sun/util/resources/cldr/TimeZoneNamesTest.java
fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing
+ JDK-8248845: AArch64: stack corruption after spilling vector
register
+ JDK-8249176: Update GlobalSignR6CA test certificates
+ JDK-8249183: JVM crash in "AwtFrame::WmSize" method
+ JDK-8249192: MonitorInfo stores raw oops across safepoints
+ JDK-8249602: C2: assert(cnt == _outcnt) failed: no insertions
allowed
+ JDK-8249603: C1: assert(has_error == false) failed: register
allocation invalid
+ JDK-8249605: C2: assert(no_dead_loop) failed: dead loop
detected
+ JDK-8249607: C2: assert(!had_error) failed: bad dominance
+ JDK-8249608: Vector register used by C2 compiled method
corrupted at safepoint
+ JDK-8249672: Include microcode revision in features_string on
x86
+ JDK-8249748: gtest silently ignores bad jvm arguments
+ JDK-8249821: Separate libharfbuzz from libfontmanager
+ JDK-8250598: Hyper-V is detected in spite of running on host
OS
+ JDK-8250605: Linux x86_32 builds fail after JDK-8249821
+ JDK-8250636: iso8601_time returns incorrect offset part on
MacOS
+ JDK-8250665: Wrong translation for the month name of May in
ar_JO,LB,SY
+ JDK-8250772: Test com/sun/jndi/ldap/
/NamingExceptionMessageTest.java fails intermittently with
javax.naming.ServiceUnavailableException
+ JDK-8250825: C2 crashes with assert(field != __null) failed:
missing field
+ JDK-8250894: Provide a configure option to build and run
against the platform libharfbuzz
+ JDK-8250928: JFR: Improve hash algorithm for stack traces
+ JDK-8250968: Symlinks attributes not preserved when using
jarsigner on zip files
+ JDK-8250984: Memory Docker tests fail on some Linux kernels
w/o cgroupv1 swap limit capabilities
+ JDK-8251118: BiasedLocking::preserve_marks should not have a
HandleMark
+ JDK-8251189: com/sun/jndi/ldap/LdapDnsProviderTest.java
failed due to timeout
+ JDK-8251257: NMT: jcmd VM.native_memory scale=1 crashes
target VM
+ JDK-8251365: Build failure on AIX after 8250636
+ JDK-8251397: NPE on ClassValue.ClassValueMap.cacheArray
+ JDK-8251456: [TESTBUG] compiler/vectorization/
/TestVectorsNotSavedAtSafepoint.java failed OutOfMemoryError
+ JDK-8251458: Parse::do_lookupswitch fails with "assert(_cnt
>= 0) failed"
+ JDK-8251535: Partial peeling at unsigned test adds incorrect
loop exit check
+ JDK-8251949: ZGC: Set explicit heap size for
compiler/gcbarriers tests
+ JDK-8252090: JFR: StreamWriterHost::write_unbuffered() stucks
in an infinite loop OpenJDK (build 13.0.1+9)
+ JDK-8252415: Bump update version for OpenJDK: jdk-11.0.10
+ JDK-8252470: java/awt/dnd/DisposeFrameOnDragCrash/
/DisposeFrameOnDragTest.java fails on Windows
+ JDK-8252497: Incorrect numeric currency code for ROL
+ JDK-8252660: Shenandoah: support manageable SoftMaxHeapSize
option
+ JDK-8252679: Two windows specific FileDIalog tests may fail
on some Windows_Server_2016_Standard
+ JDK-8252696: Loop unswitching may cause out of bound array
load to be executed
+ JDK-8252754: Hash code calculation of JfrStackTrace is
inconsistent
+ JDK-8253219: Epsilon: clean up unnecessary includes
+ JDK-8253224: Shenandoah: ShenandoahStrDedupQueue destructor
calls virtual num_queues()
+ JDK-8253226: Shenandoah: remove unimplemented
ShenandoahStrDedupQueue::verify
+ JDK-8253269: The CheckCommonColors test should provide more
info on failure
+ JDK-8253284: Zero OrderAccess barrier mappings are incorrect
+ JDK-8253375: OSX build fails with Xcode 12.0 (12A7209)
+ JDK-8253778: ShenandoahSafepoint::is_at_shenandoah_safepoint
should not access VMThread state from other threads
+ JDK-8253791: Issue with useAppleColor check in CSystemColors.m
+ JDK-8254016: Test8237524 fails with -XX:-CompactStrings option
+ 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-8254177: (tz) Upgrade time-zone data to tzdata2020b
+ JDK-8254185: Fix Code cache sweeper heuristics for JDK 11
+ JDK-8254190: [s390] interpreter misses exception check after
calling monitorenter
+ JDK-8254790: SIGSEGV in string_indexof_char and
stringL_indexof_char intrinsics
+ JDK-8254854: [cgroups v1] Metric limits not properly detected
on some join controller combinations
+ JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c
+ JDK-8255050: Add pkcs11/KeyStore/ClientAuth.sh to Problem list
+ JDK-8255065: Zero: accessor_entry misses the IRIW case
+ JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d
+ JDK-8255269: Unsigned overflow in g1Policy.cpp
+ JDK-8255365: Problem list failing client manual tests
+ JDK-8255457: Shenandoah: cleanup ShenandoahMarkTask
+ JDK-8255466: C2 crashes at ciObject::get_oop() const+0x0
+ JDK-8255550: x86: Assembler::cmpq(Address dst, Register src)
encoding is incorrect
+ JDK-8255603: Memory/Performance regression after JDK-8210985
+ JDK-8255760: Shenandoah: match constants style in
ShenandoahMarkTask fallback
+ JDK-8255781: Bump patch update version for OpenJDK:
jdk-11.0.9.1
+ JDK-8255937: Better cleanup for
test/jdk/javax/imageio/stream/StreamFlush.java
+ JDK-8256427: Test com/sun/jndi/dns/ConfigTests/
/PortUnreachable.java does not work on AIX
+ JDK-8256452: Integrate missing part of JDK-8232370 to 11u
+ JDK-8256483: [TESTBUG] serviceability/jvmti/GetClassMethods/
/libOverpassMethods.c fails to compile on gcc 4.4.x
+ JDK-8256557: libharfbuzz fails to link on gcc 4.4.x due to
- Wl,-z,defs
+ JDK-8256618: Zero: Linux x86_32 build still fails
+ JDK-8256736: Zero: GTest tests fail with "unsuppported vm
variant"
+ JDK-8256809: Annotation processing causes NPE during flow
analysis
+ JDK-8257181: s390x builds are very noisy with gc-sections
messages
+ JDK-8257242: [macOS] Java app crashes while switching input
methods
+ JDK-8257545: SunJSSE FIPS regression in key exchange after
JDK-8171279 11u backport
+ JDK-8257641: Shenandoah: Query is_at_shenandoah_safepoint()
from control thread should return false
+ JDK-8257701: Shenandoah: objArrayKlass metadata is not marked
with chunked arrays
+ JDK-8258630: Add expiry exception for QuoVadis root
certificate
- New upstream dependency on libharfbuzz
- Regenerated patches: missing-return.patch system-pcsclite.patch
* Mon Nov 16 2020 fstrba@suse.com
- Update to upstream tag jdk-11.0.9.1-1
* Fix:
+ JDK-8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
- Removed patch:
* JDK-8250861.patch
+ Integrated upstream
* Wed Nov 04 2020 fstrba@suse.com
- Enable Sheandoah GC for x86_64 (jsc#ECO-3171)
* Mon Nov 02 2020 fstrba@suse.com
- Update to upstream tag jdk-11.0.9-11 (October 2020 CPU,
bsc#1177943)
* New features
+ JDK-8250784: Shenandoah: A Low-Pause-Time Garbage Collector
* Security fixes
+ JDK-8233624: Enhance JNI linkage
+ JDK-8236196: Improve string pooling
+ JDK-8236862, CVE-2020-14779: Enhance support of Proxy class
+ JDK-8237990, CVE-2020-14781: Enhanced LDAP contexts
+ JDK-8237995, CVE-2020-14782: Enhance certificate processing
+ JDK-8240124: Better VM Interning
+ JDK-8241114, CVE-2020-14792: Better range handling
+ JDK-8242680, CVE-2020-14796: Improved URI Support
+ JDK-8242685, CVE-2020-14797: Better Path Validation
+ JDK-8242695, CVE-2020-14798: Enhanced buffer support
+ JDK-8243302: Advanced class supports
+ JDK-8244136, CVE-2020-14803: Improved Buffer supports
+ JDK-8244479: Further constrain certificates
+ JDK-8244955: Additional Fix for JDK-8240124
+ JDK-8245407: Enhance zoning of times
+ JDK-8245412: Better class definitions
+ JDK-8245417: Improve certificate chain handling
+ JDK-8248574: Improve jpeg processing
+ JDK-8249927: Specify limits of jdk.serialProxyInterfaceLimit
+ JDK-8253019: Enhanced JPEG decoding
* Other changes
+ JDK-6532025: GIF reader throws misleading exception with
truncated images
+ JDK-6949753: [TEST BUG]: java/awt/print/PageFormat/
/PDialogTest.java needs update by removing an infinite loop
+ JDK-8022535: [TEST BUG] javax/swing/text/html/parser/
/Test8017492.java fails
+ JDK-8062947: Fix exception message to correctly represent
LDAP connection failure
+ JDK-8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
+ JDK-8134599: TEST_BUG: java/rmi/transport/closeServerSocket/
/CloseServerSocket.java fails intermittently with Address
already in use
+ JDK-8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed
due to timeout on DeadServerNoTimeoutTest is incorrect
+ JDK-8160768: Add capability to custom resolve host/domain
names within the default JNDI LDAP provider
+ JDK-8172404: Tools should warn if weak algorithms are used
before restricting them
+ JDK-8193367: Annotated type variable bounds crash javac
+ JDK-8202117: com/sun/jndi/ldap/RemoveNamingListenerTest.java
fails intermittently: Connection reset
+ JDK-8203026: java.rmi.NoSuchObjectException: no such object
in table
+ JDK-8203281: [Windows] JComboBox change in ui when
editor.setBorder() is called
+ JDK-8203382: Rename SystemDictionary::initialize_wk_klass to
resolve_wk_klass
+ JDK-8203393: com/sun/jdi/JdbMethodExitTest.sh and
JdbExprTest.sh fail due to timeout
+ JDK-8203928: [Test] Convert non-JDB scaffolding
serviceability shell script tests to java
+ JDK-8204963: javax.swing.border.TitledBorder has a memory leak
+ JDK-8204994: SA might fail to attach to process with "Windbg
Error: WaitForEvent failed"
+ JDK-8205534: Remove SymbolTable dependency from
serviceability agent
+ JDK-8206309: Tier1 SA tests fail
+ JDK-8208281: java/nio/channels/
/AsynchronousSocketChannel/Basic.java timed out
+ JDK-8209109: [TEST] rewrite com/sun/jdi shell tests to java
version - step1
+ JDK-8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh
is incorrect
+ JDK-8209342: Problemlist SA tests on Solaris due to Error
attaching to process: Can't create thread_db agent!
+ JDK-8209343: Test javax/swing/border/TestTitledBorderLeak.java
should be marked as headful
+ JDK-8209517: com/sun/jdi/BreakpointWithFullGC.java fails with
timeout
+ JDK-8209604: [TEST] rewrite com/sun/jdi shell tests to java
version - step2
+ JDK-8209605: com/sun/jdi/BreakpointWithFullGC.java fails with
ZGC
+ JDK-8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
+ JDK-8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/
/ap10t001/TestDescription.java failed with ObjectFree:
GetCurrentThreadCpuTimerInfo returned unexpected error code
+ JDK-8210243: [TEST] rewrite com/sun/jdi shell tests to java
version - step3
+ JDK-8210527: JShell: NullPointerException in
jdk.jshell.Eval.translateExceptionStack
+ JDK-8210560: [TEST] convert com/sun/jdi redefineClass-related
tests
+ JDK-8210725: com/sun/jdi/RedefineClearBreakpoint.java fails
with waitForPrompt timed out after 60 seconds
+ JDK-8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should
clarify which output is the pending reply after a timeout
+ JDK-8210760: [TEST] rewrite com/sun/jdi shell tests to java
version - step4
+ JDK-8210977: jdk/jfr/event/oldobject/TestThreadLocalLeak.java
fails to find ThreadLocalObject
+ JDK-8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh
test
+ JDK-8211694: JShell: Redeclared variable should be reset
+ JDK-8212200: assert when shared java.lang.Object is redefined
by JVMTI agent
+ JDK-8212629: [TEST] wrong breakpoint in
test/jdk/com/sun/jdi/DeferredStepTest
+ JDK-8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57)
- unexpected. lastLine=52, minLine=52, maxLine=55
+ JDK-8212807: tools/jar/multiRelease/Basic.java times out
+ JDK-8213182: Minimal VM build failure after JDK-8212200
(assert when shared java.lang.Object is redefined by JVMTI
agent)
+ JDK-8213214: Set -Djava.io.tmpdir= when running tests
+ JDK-8213275: ReplaceCriticalClasses.java fails with
jdk.internal.vm.PostVMInitHook not found
+ JDK-8213574: Deadlock in string table expansion when dumping
lots of CDS classes
+ JDK-8213703: LambdaConversionException: Invalid receiver type
not a subtype of implementation type interface
+ JDK-8214074: Ghash optimization using AVX instructions
+ JDK-8214491: Upgrade to JLine 3.9.0
+ JDK-8214797: TestJmapCoreMetaspace.java timed out
+ JDK-8215243: JShell tests failing intermitently with
"Problem cleaning up the following threads:"
+ JDK-8215244: jdk/jshell/ToolBasicTest.java
testHistoryReference failed
+ JDK-8215354: x86_32 build failures after JDK-8214074 (Ghash
optimization using AVX instructions)
+ JDK-8215438: jshell tool: Ctrl-D causes EOF
+ JDK-8216021: RunTest.gmk might set concurrency level to 1 on
Windows
+ JDK-8216974: HttpConnection not returned to the pool after
204 response
+ JDK-8218948: SimpleDateFormat :: format - Zone Names are not
reflected correctly during run time
+ JDK-8219712: code_size2 (defined in stub_routines_x86.hpp) is
too small on new Skylake CPUs
+ JDK-8220150: macos10.14 Mojave returns anti-aliased glyphs
instead of aliased B&W glyphs
+ JDK-8221658: aarch64: add necessary predicate for ubfx
patterns
+ JDK-8221759: Crash when completing "java.io.File.path"
+ JDK-8221918: runtime/SharedArchiveFile/serviceability/
/ReplaceCriticalClasses.java fails: Shared archive not found
+ JDK-8222074: Enhance auto vectorization for x86
+ JDK-8222079: Don't use memset to initialize fields decode_env
constructor in disassembler.cpp
+ JDK-8222769: [TESTBUG] TestJFRNetworkEvents should not rely
on hostname command
+ JDK-8223688: JShell: crash on the instantiation of raw
anonymous class
+ JDK-8223777: In posix_spawn mode, failing to exec()
jspawnhelper does not result in an error
+ JDK-8223940: Private key not supported by chosen signature
algorithm
+ JDK-8224184: jshell got IOException at exiting with AIX
+ JDK-8224234: compiler/codegen/TestCharVect2.java fails in
test_mulc
+ JDK-8225037: java.net.JarURLConnection::getJarEntry() throws
NullPointerException
+ JDK-8225625: AES Electronic Codebook (ECB) encryption and
decryption optimization using AVX512 + VAES instructions
+ JDK-8226536: Catch OOM from deopt that fails rematerializing
objects
+ JDK-8226575: OperatingSystemMXBean should be made container
aware
+ JDK-8226697: Several tests which need the @key headful
keyword are missing it.
+ JDK-8226809: Circular reference in printed stack trace is not
correctly indented & ambiguous
+ JDK-8227059: sun/security/tools/keytool/
/DefaultSignatureAlgorithm.java timed out
+ JDK-8227269: Slow class loading when running with JDWP
+ JDK-8227595: keytool/fakegen/DefaultSignatureAlgorithm.java
fails due to "exitValue = 6"
+ JDK-8228448: Jconsole can't connect to itself
+ JDK-8228967: Trust/Key store and SSL context utilities for
tests
+ JDK-8229378: jdwp library loader in linker_md.c quietly
truncates on buffer overflow
+ JDK-8229815: Upgrade Jline to 3.12.1
+ JDK-8230000: some httpclients testng tests run zero test
+ JDK-8230002: javax/xml/jaxp/unittest/transform/
/SecureProcessingTest.java runs zero test
+ JDK-8230010: Remove jdk8037819/BasicTest1.java
+ JDK-8230094: CCE in createXMLEventWriter(Result) over an
arbitrary XMLStreamWriter
+ JDK-8230402: Allocation of compile task fails with assert:
"Leaking compilation tasks?"
+ JDK-8230767: FlightRecorderListener returns null recording
+ JDK-8230870: (zipfs) Add a ZIP FS test that is similar to
test/jdk/java/util/zip/EntryCount64k.java
+ JDK-8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes()
can be quicker for self thread
+ JDK-8231586: enlarge encoding space for OopMapValue offsets
+ JDK-8231953: Wrong assumption in assertion in
oop::register_oop
+ JDK-8231968: getCurrentThreadAllocatedBytes default
implementation s/b getThreadAllocatedBytes
+ JDK-8232083: Minimal VM is broken after JDK-8231586
+ JDK-8232161: Align some one-way conversion in MS950 charset
with Windows
+ JDK-8232855: jshell missing word in /help help
+ JDK-8233027: OopMapSet::all_do does oms.next() twice during
iteration
+ JDK-8233228: Disable weak named curves by default in TLS,
CertPath, and Signed JAR
+ JDK-8233386: Initialize NULL fields for unused decorations
+ JDK-8233452: java.math.BigDecimal.sqrt() with
RoundingMode.FLOOR results in incorrect result
+ JDK-8233686: XML transformer uses excessive amount of memory
+ JDK-8233741: AES Countermode (AES-CTR) optimization using
AVX512 + VAES instructions
+ JDK-8233829: javac cannot find non-ASCII module name under
non-UTF8 environment
+ JDK-8233958: Memory retention due to HttpsURLConnection
finalizer that serves no purpose
+ JDK-8234011: (zipfs) Memory leak in
ZipFileSystem.releaseDeflater()
+ JDK-8234058: runtime/CompressedOops/
/CompressedClassPointers.java fails with 'Narrow klass base:
0x0000000000000000' missing from stdout/stderr
+ JDK-8234149: Several regression tests do not dispose Frame at
end
+ JDK-8234347: "Turkey" meta time zone does not generate
composed localized names
+ JDK-8234385: [TESTBUG] java/awt/EventQueue/6980209/
/bug6980209.java fails in linux nightly
+ JDK-8234535: Cross compilation fails due to missing CFLAGS
for the BUILD_CC
+ JDK-8234541: C1 emits an empty message when it inlines
successfully
+ JDK-8234687: change javap reporting on unknown attributes
+ JDK-8236464: SO_LINGER option is ignored by SSLSocket in JDK
11
+ JDK-8236548: Localized time zone name inconsistency between
English and other locales
+ JDK-8236617: jtreg test containers/docker/
/TestMemoryAwareness.java fails after 8226575
+ JDK-8237182: Update copyright header for shenandoah and
epsilon files
+ JDK-8237888: security/infra/java/security/cert/
/CertPathValidator/certification/LuxTrustCA.java fails when
checking validity interval
+ JDK-8237977: Further update
javax/net/ssl/compatibility/Compatibility.java
+ JDK-8238270: java.net HTTP/2 client does not decrease stream
count when receives 204 response
+ JDK-8238284: [macos] Zero VM build fails due to an obvious
typo
+ JDK-8238380: java.base/unix/native/libjava/childproc.c
"multiple definition" link errors with GCC10
+ JDK-8238386: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c
"multiple definition" link errors with GCC10
+ JDK-8238388: libj2gss/NativeFunc.o "multiple definition" link
errors with GCC10
+ JDK-8238448: RSASSA-PSS signature verification fail when
using certain odd key sizes
+ JDK-8238710: LingeredApp doesn't log stdout/stderr if exits
with non-zero code
+ JDK-8239083: C1 assert(known_holder == NULL ||
(known_holder->is_instance_klass() &&
(!known_holder->is_interface() ||
((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())),
"should be non-static concrete method");
+ JDK-8239385: KerberosTicket client name refers wrongly to
sAMAccountName in AD
+ JDK-8240169: javadoc fails to link to non-modular api docs
+ JDK-8240295: hs_err elapsed time in seconds is not accurate
enough
+ JDK-8240360: NativeLibraryEvent has wrong library name on
Linux
+ JDK-8240676: Meet not symmetric failure when running lucene
on jdk8
+ JDK-8241007: Shenandoah: remove
ShenandoahCriticalControlThreadPriority support
+ JDK-8241065: Shenandoah: remove leftover code after
JDK-8231086
+ JDK-8241086: Test runtime/NMT/HugeArenaTracking.java is
failing on 32bit Windows
+ JDK-8241130: com.sun.jndi.ldap.EventSupport.removeDeadNotifier:
java.lang.NullPointerException
+ JDK-8241138: http.nonProxyHosts=* causes
StringIndexOutOfBoundsException in DefaultProxySelector
+ JDK-8241319: WB_GetCodeBlob doesn't have ResourceMark
+ JDK-8241478: vmTestbase/gc/gctests/Steal/steal001/steal001.java
fails with OOME
+ JDK-8241574: Shenandoah: remove ShenandoahAssertToSpaceClosure
+ JDK-8241750: x86_32 build failure after JDK-8227269
+ JDK-8242184: CRL generation error with RSASSA-PSS
+ JDK-8242283: Can't start JVM when java home path includes
non-ASCII character
+ JDK-8242556: Cannot load RSASSA-PSS public key with non-null
params from byte array
+ JDK-8243029: Rewrite javax/net/ssl/compatibility/
/Compatibility.java with a flexible interop test framework
+ JDK-8243138: Enhance BaseLdapServer to support starttls
extended request
+ JDK-8243320: Add SSL root certificates to Oracle Root CA
program
+ JDK-8243321: Add Entrust root CA - G4 to Oracle Root CA
program
+ JDK-8243389: enhance os::pd_print_cpu_info on linux
+ JDK-8243453: java --describe-module failed with non-ASCII
module name under non-UTF8 environment
+ JDK-8243470: [macos] bring back O2 opt level for unsafe.cpp
+ JDK-8243489: Thread CPU Load event may contain wrong data for
CPU time under certain conditions
+ JDK-8243925: Toolkit#getScreenInsets() returns wrong value on
HiDPI screens (Windows)
+ JDK-8244087: 2020-04-24 public suffix list update
+ JDK-8244151: Update MUSCLE PC/SC-Lite headers to the latest
release 1.8.26
+ JDK-8244164: AArch64: jaotc generates incorrect code for
compressed OOPs with non-zero heap base
+ JDK-8244196: adjust output in os_linux
+ JDK-8244225: stringop-overflow warning on strncpy call from
compile_the_world_in
+ JDK-8244287: JFR: Methods samples have line number 0
+ JDK-8244703: "platform encoding not initialized" exceptions
with debugger, JNI
+ JDK-8244719: CTW: C2 compilation fails with
"assert(!VerifyHashTableKeys || _hash_lock == 0) failed:
remove node from hash table before modifying it"
+ JDK-8244729: Shenandoah: remove resolve paths from
SBSA::generate_shenandoah_lrb
+ JDK-8244763: Update --release 8 symbol information after JSR
337 MR3
+ JDK-8244818: Java2D Queue Flusher crash while moving
application window to external monitor
+ JDK-8245151: jarsigner should not raise duplicate warnings on
verification
+ JDK-8245616: Bump update version for OpenJDK: jdk-11.0.9
+ JDK-8245714: "Bad graph detected in build_loop_late" when
loads are pinned on loop limit check uncommon branch
+ JDK-8245801: StressRecompilation triggers assert "redundunt
OSR recompilation detected. memory leak in CodeCache!"
+ JDK-8245832: JDK build make-static-libs should build all JDK
libraries
+ JDK-8245880: Shenandoah: check class unloading flag early in
concurrent code root scan
+ JDK-8245981: Upgrade to jQuery 3.5.1
+ JDK-8246027: Minimal fastdebug build broken after JDK-8245801
+ JDK-8246094: [macos] Sound Recording and playback is not
working
+ JDK-8246153: TestEliminateArrayCopy fails with
- XX:+StressReflectiveCode
+ JDK-8246193: Possible NPE in ENC-PA-REP search in AS-REQ
+ JDK-8246196: javax/management/MBeanServer/OldMBeanServerTest
fails with AssertionError
+ JDK-8246203: Segmentation fault in verification due to stack
overflow with -XX:+VerifyIterativeGVN
+ JDK-8246330: Add TLS Tests for Legacy ECDSA curves
+ JDK-8246453: TestClone crashes with "all collected exceptions
must come from the same place"
+ JDK-8247246: Add explicit ResolvedJavaType.link and expose
presence of default methods
+ JDK-8247350: [aarch64] assert(false) failed: wrong size of
mach node
+ JDK-8247502: PhaseStringOpts crashes while optimising
effectively dead code
+ JDK-8247615: Initialize the bytes left for the heap sampler
+ JDK-8247824: CTW: C2 (Shenandoah) compilation fails with SEGV
in SBC2Support::pin_and_expand
+ JDK-8247874: Replacement in VersionProps.java.template not
working when --with-vendor-bug-url contains '&'
+ JDK-8247979: aarch64: missing side effect of killing flags
for clearArray_reg_reg
+ JDK-8248214: Add paddings for TaskQueueSuper to reduce
false-sharing cache contention
+ JDK-8248219: aarch64: missing memory barrier in
fast_storefield and fast_accessfield
+ JDK-8248348: Regression caused by the update to BCEL 6.0
+ JDK-8248385: [testbug][11u] Adapt TestInitiExceptions to
jtreg 5.1
+ JDK-8248495: [macos] zerovm is broken due to libffi headers
location
+ JDK-8248851: CMS: Missing memory fences between free chunk
check and klass read
+ JDK-8248987: AOT's Linker.java seems to eagerly fail-fast on
Windows
+ JDK-8249159: Downport test rework for SSLSocketTemplate from
8224650
+ JDK-8249215: JFrame::setVisible crashed with
- Dfile.encoding=UTF-8 on Japanese Windows.
+ JDK-8249251: [dark_mode ubuntu 20.04] The selected menu is
not highlighted in GTKLookAndFeel
+ JDK-8249255: Build fails if source code in cygwin home dir
+ JDK-8249277: TestVerifyIterativeGVN.java is failing with
timeout in OpenJDK 11
+ JDK-8249278: Revert JDK-8226253 which breaks the spec of
AccessibleState.SHOWING for JList
+ JDK-8249560: Shenandoah: Fix racy GC request handling
+ JDK-8249801: Shenandoah: Clear soft-refs on requested GC cycle
+ JDK-8249953: Shenandoah: gc/shenandoah/mxbeans tests should
account for corner cases
+ JDK-8250582: Revert Principal Name type to NT-UNKNOWN when
requesting TGS Kerberos tickets
+ JDK-8250609: C2 crash in IfNode::fold_compares
+ JDK-8250627: Use -XX:+/-UseContainerSupport for
enabling/disabling Java container metrics
+ JDK-8250755: Better cleanup for
jdk/test/javax/imageio/plugins/shared/CanWriteSequence.java
+ JDK-8250787: Provider.put no longer registering aliases in
FIPS env
+ JDK-8250826: jhsdb does not work with coredump which comes
from Substrate VM
+ JDK-8250827: Shenandoah: needs to reset/finish StringTable's
dead count before/after parallel walk
+ JDK-8250844: Make sure {type,obj}ArrayOopDesc accessors check
the bounds
+ JDK-8251117: Cannot check P11Key size in P11Cipher and
P11AEADCipher
+ JDK-8251354: Shenandoah: Fix jdk/jfr/tool/TestPrintJSON.java
test failure
+ JDK-8251451: Shenandoah: Remark ObjectSynchronizer roots with
I-U
+ JDK-8251469: Better cleanup for
test/jdk/javax/imageio/SetOutput.java
+ JDK-8251487: Shenandoah: missing detail timing tracking for
final mark cleaning phase
+ JDK-8252120: compiler/oracle/TestCompileCommand.java
misspells "occured"
+ JDK-8252157: JDK-8231209 11u backport breaks jmm binary
compatibility
+ JDK-8252258: [11u] JDK-8242154 changes the default vendor
+ JDK-8252804: [test] Fix 'ReleaseDeflater.java' test after
downport of 8234011
+ JDK-8253134: JMM_VERSION should remain at 0x20020000 (JDK 10)
in JDK 11
+ JDK-8253283: [11u] Test build/translations/
/VerifyTranslations.java failing after JDK-8252258
+ JDK-8253813: Backout JDK-8244287 from 11u: it causes several
crashes
- Removed patch:
* gcc-fno-common-fix.patch
+ not needed any more with this version
- Added patch:
* JDK-8250861.patch
+ Fix regression "8250861: Crash in MinINode::Ideal(PhaseGVN*,
bool)" introduced in jdk 11.0.9
* Thu Jul 16 2020 fstrba@suse.com
- Update to upstream tag jdk-11.0.8+10 (July 2020 CPU, bsc#1174157)
* Security fixes:
+ JDK-8230613: Better ASCII conversions
+ JDK-8231800: Better listing of arrays
+ JDK-8232014: Expand DTD support
+ JDK-8233234: Better Zip Naming
+ JDK-8233239, CVE-2020-14562: Enhance TIFF support
+ JDK-8233255: Better Swing Buttons
+ JDK-8234032: Improve basic calendar services
+ JDK-8234042: Better factory production of certificates
+ JDK-8234418: Better parsing with CertificateFactory
+ JDK-8234836: Improve serialization handling
+ JDK-8236191: Enhance OID processing
+ JDK-8236867, CVE-2020-14573: Enhance Graal interface handling
+ JDK-8237117, CVE-2020-14556: Better ForkJoinPool behavior
+ JDK-8237592, CVE-2020-14577: Enhance certificate verification
+ JDK-8238002, CVE-2020-14581: Better matrix operations
+ JDK-8238013: Enhance String writing
+ JDK-8238804: Enhance key handling process
+ JDK-8238842: AIOOBE in GIFImageReader.initializeStringTable
+ JDK-8238843: Enhanced font handing
+ JDK-8238920, CVE-2020-14583: Better Buffer support
+ JDK-8238925: Enhance WAV file playback
+ JDK-8240119, CVE-2020-14593: Less Affine Transformations
+ JDK-8240482: Improved WAV file playback
+ JDK-8241379: Update JCEKS support
+ JDK-8241522: Manifest improved jar headers redux
+ JDK-8242136, CVE-2020-14621: Better XML namespace handling
* Other changes:
+ JDK-6933331: (d3d/ogl) java.lang.IllegalStateException:
Buffers have not been created
+ JDK-7124307: JSpinner and changing value by mouse
+ JDK-8022574: remove HaltNode code after uncommon trap calls
+ JDK-8039082: [TEST_BUG] Test
java/awt/dnd/BadSerializationTest/BadSerializationTest.java
fails
+ JDK-8040630: Popup menus and tooltips flicker with previous
popup contents when first shown
+ JDK-8044365: (dc) MulticastSendReceiveTests.java failing with
ENOMEM when joining group (OS X 10.9)
+ JDK-8048215: [TESTBUG]
java/lang/management/ManagementFactory/ThreadMXBeanProxy.java
Expected non-null LockInfo
+ JDK-8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails
in nightly
+ JDK-8080353: JShell: Better error message on attempting to
add default method
+ JDK-8139876: Exclude hanging nsk/stress/stack from execution
with deoptimization enabled
+ JDK-8146090: java/lang/ref/ReachabilityFenceTest.java fails
with -XX:+DeoptimizeALot
+ JDK-8153430: jdk regression test MletParserLocaleTest,
ParserInfiniteLoopTest reduce default timeout
+ JDK-8156207: Resource allocated BitMaps are often cleared
unnecessarily
+ JDK-8159740: JShell: corralled declarations do not have
correct source to wrapper mapping
+ JDK-8175984: ICC_Profile has un-needed, not-empty finalize
method
+ JDK-8176359: Frame#setMaximizedbounds not working properly in
multi screen environments
+ JDK-8183369: RFC unconformity of HttpURLConnection with proxy
+ JDK-8187078: -XX:+VerifyOops finds numerous problems when
running JPRT
+ JDK-8189861: Refactor CacheFind
+ JDK-8191169: java/net/Authenticator/B4769350.java failed
intermittently
+ JDK-8191930: [Graal] emits unparseable XML into compile log
+ JDK-8193879: Java debugger hangs on method invocation
+ JDK-8196019: java/awt/Window/Grab/GrabTest.java fails on
Windows
+ JDK-8196181: sun/java2d/GdiRendering/InsetClipping.java fails
+ JDK-8198000:
java/awt/List/EmptyListEventTest/EmptyListEventTest.java
debug assert on Windows
+ JDK-8198001: java/awt/Menu/WrongParentAfterRemoveMenu/
/WrongParentAfterRemoveMenu.java debug assert on Windows
+ JDK-8198339: Test javax/swing/border/Test6981576.java is
unstable
+ JDK-8200701: jdk/jshell/ExceptionsTest.java fails on Windows,
after JDK-8198801
+ JDK-8203264: JNI exception pending in
PlainDatagramSocketImpl.c:740
+ JDK-8203672: JNI exception pending in PlainSocketImpl.c
+ JDK-8203673: JNI exception pending in
DualStackPlainDatagramSocketImpl.c:398
+ JDK-8204834: Fix confusing "allocate" naming in OopStorage
+ JDK-8205399: Set node color on pinned HashMap.TreeNode
deletion
+ JDK-8205653: test/jdk/sun/management/jmxremote/bootstrap/
/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with
handshake_failure
+ JDK-8206179: com/sun/management/OperatingSystemMXBean/
/GetCommittedVirtualMemorySize.java fails with Committed
virtual memory size illegal value
+ JDK-8207334: VM times out in VM_HandshakeAllThreads::doit()
with RunThese30M
+ JDK-8208277: Code cache heap (-XX:ReservedCodeCacheSize)
doesn't work with 1GB LargePages
+ JDK-8209113: Use WeakReference for lastFontStrike for created
Fonts
+ JDK-8209333: Socket reset issue for TLS 1.3 socket close
+ JDK-8209439: C2 library_call can potentially ignore Math.pow
intrinsic or use null pointer
+ JDK-8209534: [TESTBUG]runtime/appcds/cacheObject/
/ArchivedModuleCompareTest.java fails with EnableJVMCI.
+ JDK-8210147: adjust some WSAGetLastError usages in windows
network coding
+ JDK-8210284: "assert((av & 0x00000001) == 0) failed:
unsupported V8" on Solaris 11.4
+ JDK-8210303: VM_HandshakeAllThreads fails assert with
"failed: blocked and not walkable"
+ JDK-8210459: Add support for generating compile_commands.json
+ JDK-8210515: [TESTBUG]CheckArchivedModuleApp.java needs to
check if EnableJVMCI is set.
+ JDK-8210788: Javadoc for Thread.join(long, int) should
specify that it waits forever when both arguments are zero
+ JDK-8211301: [macos] support full window content options
+ JDK-8211332: Space for stub routines (code_size2) is too
small on new Skylake CPUs
+ JDK-8211339: NPE during SSL handshake caused by
HostnameChecker
+ JDK-8211392: compiler/profiling/
/spectrapredefineclass_classloaders/Launcher.java times out
in JDK12 CI
+ JDK-8211743: [AOT] crash in ScopeDesc::decode_body() when
JVMTI walks AOT frames
+ JDK-8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE
when JVMCI is absent
+ JDK-8212167: JShell : Stack trace of exception has wrong line
number
+ JDK-8212933: Thread-SMR: requesting a VM operation whilst
holding a ThreadsListHandle can cause deadlocks
+ JDK-8212986: Make Visual Studio compiler check less strict
+ JDK-8213250: CDS archive creation aborts due to metaspace
object allocation failure
+ JDK-8213516: jck test api/javax_accessibility/AccessibleState/
/fields.html fails intermittent
+ JDK-8213947: ARM32: failed check_simd should set
UsePopCountInstruction to false
+ JDK-8214418: half-closed SSLEngine status may cause
application dead loop
+ JDK-8214440: ldap over a TLS connection negotiate failed with
"javax.net.ssl.SSLPeerUnverifiedException: hostname of the
server does not match the hostname in the server's
certificate"
+ JDK-8214444: Wrong strncat limits in dfa.cpp
+ JDK-8214481: freetype path does not disable TrueType hinting
with AA+FM hints
+ JDK-8214571: -Xdoclint of array serialField gives "error:
array type not allowed here"
+ JDK-8214856: Errors with JSZip in web console after upgrade
to 3.1.5
+ JDK-8214862: assert(proj != __null) at compile.cpp:3251
+ JDK-8215369: Jcstress pollute /var/tmp with temporary files.
+ JDK-8215551: Missing case label in nmethod::reloc_string_for()
+ JDK-8215555: TieredCompilation C2 threads can excessively
block handshakes
+ JDK-8215711: Missing key_share extension for (EC)DHE key
exchange should alert missing_extension
+ JDK-8216151: [Graal] Module
jdk.internal.vm.compiler.management has not been granted
accessClassInPackage.org.graalvm.compiler.debug
+ JDK-8216154: C4819 warnings at HotSpot sources on Windows
+ JDK-8216541: CompiledICHolders of VM locked unloaded nmethods
are released too late
+ JDK-8217230: assert(t == t_no_spec) failure in
NodeHash::check_no_speculative_types()
+ JDK-8217404: --with-jvm-features doesn't work when multiple
features are explicitly disabled
+ JDK-8217447: Develop flag TraceICs is broken
+ JDK-8217606: LdapContext#reconnect always opens a new
connection
+ JDK-8218807: Compilation database (compile_commands.json) may
contain obsolete items
+ JDK-8219214: Infinite Loop in CodeSection::dump()
+ JDK-8219904: ClassCastException when calling
FlightRecorderMXBean#getRecordings()
+ JDK-8219991: New fix of the deadlock in
sun.security.ssl.SSLSocketImpl
+ JDK-8221121: applications/microbenchmarks are encountering
crashes in tier5
+ JDK-8221445: FastSysexMessage constructor crashes MIDI
receiption thread
+ JDK-8221482: Initialize VMRegImpl::regName[] earlier to
prevent assert during PrintStubCode
+ JDK-8221741: ClassCastException can happen when
fontconfig.properties is used
+ JDK-8221823: Requested JDialog width is ignored
+ JDK-8223108: Test java/awt/EventQueue/
/NonComponentSourcePost.java is unstable
+ JDK-8223678: Add Visual Studio Code workspace generation
support (for native code)
+ JDK-8223935: PIT: java/awt/font/WindowsIndicFonts.java fails
on windows10
+ JDK-8224109: Text spaced incorrectly by drawString under
rotation with fractional metric
+ JDK-8224632: testbug: java/awt/dnd/RemoveDropTargetCrashTest/
/RemoveDropTargetCrashTest.java fails on MacOS
+ JDK-8224793: os::die() does not honor CreateCoredumpOnCrash
option
+ JDK-8224847: gc/stress/TestReclaimStringsLeaksMemory.java
fails with reserved greater than expected
+ JDK-8224931: disable JAOTC invokedynamic support until
8223533 is fixed
+ JDK-8224997: ChaCha20-Poly1305 TLS cipher suite decryption
throws ShortBufferException
+ JDK-8225068: Remove DocuSign root certificate that is
expiring in May 2020
+ JDK-8225069: Remove Comodo root certificate that is expiring
in May 2020
+ JDK-8225126: Test SetBoundsPaintTest.html faild on Windows
when desktop is scaled
+ JDK-8225325: Add tests for redefining a class' private method
during resolution of the bootstrap specifier
+ JDK-8225622: [AOT] runtime/SharedArchiveFile/
/TestInterpreterMethodEntries.java crashed with AOTed
java.base
+ JDK-8225653: Provide more information when hitting SIGILL
from HaltNode
+ JDK-8225783: Incorrect use of binary operators on booleans in
type.cpp
+ JDK-8225789: Empty method parameter type should generate
ClassFormatError
+ JDK-8226198: use of & instead of && in
LibraryCallKit::arraycopy_restore_alloc_state
+ JDK-8226253: JAWS reports wrong number of radio buttons when
buttons are hidden.
+ JDK-8226653: [accessibility] Can edit text cell correctly,
but Accessibility Tool reads nothing about editor
+ JDK-8226806: [macOS 10.14] Methods of Java Robot should be
called from appropriate thread
+ JDK-8226879: Memory leak in Type::hashcons
+ JDK-8227632: Incorrect PrintCompilation message: made not
compilable on levels 0 1 2 3 4
+ JDK-8228407: JVM crashes with shared archive file mismatch
+ JDK-8228482: fix xlc16/xlclang comparison of distinct pointer
types and string literal conversion warnings
+ JDK-8228757: Fail fast if the handshake type is unknown
+ JDK-8229158: make UseSwitchProfiling non-experimental or
false by-default
+ JDK-8229421: The logic of java/net/ipv6tests/TcpTest.java is
flawed
+ JDK-8229855: C2 fails with assert(false) failed: bad AD file
+ JDK-8230591: AArch64: Missing intrinsics for Math.ceil,
floor, rint
+ JDK-8231118: ARM32: Math tests failures
+ JDK-8231213: Migrate SimpleDateFormatConstTest to JDK Repo
+ JDK-8231243: [TESTBUG] CustomFont.java cannot find font file
+ JDK-8231438: [macOS] Dark mode for the desktop is not
supported
+ JDK-8231550: C2: ShouldNotReachHere() in
verify_strip_mined_scheduling
+ JDK-8231564: setMaximizedBounds is broken with large display
scale and multiple monitors
+ JDK-8231572: Use -lobjc instead of -fobjc-link-runtime in
libosxsecurity
+ JDK-8231631: sun/net/ftp/FtpURLConnectionLeak.java fails
intermittently with NPE
+ JDK-8231671: Fix copyright headers in hotspot (missing comma
after year)
+ JDK-8231720: Some perf regressions after 8225653
+ JDK-8231779: crash
HeapWord*ParallelScavengeHeap::failed_mem_allocate
+ JDK-8231863: Crash if classpath is read from @argument file
and the main gets option argument
+ JDK-8232080: jlink plugins for vendor information and
run-time options
+ JDK-8232106: [x86] C2: SIGILL due to usage of SSSE3
instructions on processors which don't support it
+ JDK-8232134: Change to Visual Studio 2017 15.9.16 for
building on Windows at Oracle
+ JDK-8232226: [macos 10.15] test/jdk/java/awt/color/
/EqualityTest/EqualityTest.java may fail
+ JDK-8232357: Compare version info of Santuario to legal notice
+ JDK-8232572: Add hooks for custom output dir in Bundles.gmk
+ JDK-8232634: Problem List ICMColorDataTest.java
+ JDK-8232748: Build static versions of certain JDK libraries
+ JDK-8232846: ProcessHandle.Info command with non-English
shows question marks
+ JDK-8232880: Update test documentation with additional
settings for client UI tooltip tests
+ JDK-8233033: C2 produces wrong result while unswitching a
loop due to lost control dependencies
+ JDK-8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java
fails after 8232080
+ JDK-8233197: Invert JvmtiExport::post_vm_initialized() and
Jfr:on_vm_start() start-up order for correct option parsing
+ JDK-8233291: [TESTBUG] tools/jlink/plugins/
/VendorInfoPluginsTest.java fails with debug or non-server VMs
+ JDK-8233364: Fix undefined behavior in
Canonicalizer::do_ShiftOp
+ JDK-8233494: Avoid calling MallocTracker::record_malloc and
record_free when NMT is off
+ JDK-8233573: Toolkit.getScreenInsets(GraphicsConfiguration)
may throw ClassCastException
+ JDK-8233608: Minimal build broken after JDK-8233494
+ JDK-8233621: Mismatch in jsse.enableMFLNExtension property
name
+ JDK-8233696: [TESTBUG]Some jtreg tests fail when CAPS_LOCK is
ON
+ JDK-8233707: systemScale.cpp could not compile with VS2019
+ JDK-8233801: GCMEmptyIv.java test fails on Solaris 11.4
+ JDK-8233880: Support compilers with multi-digit major version
numbers
+ JDK-8233920: MethodHandles::tryFinally generates illegal
bytecode for long/double return type
+ JDK-8234137: The "AutoTestOnTop.java" test may run external
applications
+ JDK-8234146: compiler/jsr292/
/ContinuousCallSiteTargetChange.java times out on SPARC
+ JDK-8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/
/ModalDialogEnterExitEventsTest.java fails in Windows
+ JDK-8234270: [REDO] JDK-8204128 NMT might report incorrect
numbers for Compiler area
+ JDK-8234332: [TESTBUG] java/awt/Focus/DisposedWindow/
/DisposeDialogNotActivateOwnerTest/
/DisposeDialogNotActivateOwnerTest.java fails on linux-x64
nightly
+ JDK-8234398: Replace ID2D1Factory::GetDesktopDpi with
GetDeviceCaps
+ JDK-8234522: [macos] Crash with use of native file dialog
+ JDK-8234691: Potential double-free in ParallelSPCleanupTask
constructor
+ JDK-8234696: tools/jlink/plugins/VendorInfoPluginsTest.java
times out
+ JDK-8234727: sun/security/ssl/X509TrustManagerImpl tests
support TLSv1.3
+ JDK-8234728: Some security tests should support TLSv1.3
+ JDK-8234779: Provide idiom for declaring classes noncopyable
+ JDK-8234824: java/nio/channels/SocketChannel/AdaptSocket.java
fails on Windows 10
+ JDK-8234968: check calloc rv in libinstrument
InvocationAdapter
+ JDK-8235153: [TESTBUG] [macos 10.15] java/awt/Graphics/
/DrawImageBG/SystemBgColorTest.java fails
+ JDK-8235183: Remove the "HACK CODE" in comment
+ JDK-8235263: Revert TLS 1.3 change that wrapped IOExceptions
+ JDK-8235311: Tag mismatch may alert bad_record_mac
+ JDK-8235332: TestInstanceCloneAsLoadsStores.java fails with
- XX:+StressGCM
+ JDK-8235452: Strip mined loop verification fails with
assert(is_OuterStripMinedLoop()) failed: invalid node class
+ JDK-8235584: UseProfiledLoopPredicate fails with
assert(_phase->get_loop(c) == loop) failed: have to be in the
same loop
+ JDK-8235620: Broken merge between JDK-8006406 and JDK-8003559
+ JDK-8235638: NPE in LWWindowPeer.getOnscreenGraphics()
+ JDK-8235686: Add more custom hooks in Bundles.gmk
+ JDK-8235739: Rare NPE at WComponentPeer.getGraphics()
+ JDK-8235762: JVM crash in SWPointer during C2 compilation
+ JDK-8235834: IBM-943 charset encoder needs updating
+ JDK-8235874: The ordering of Cipher Suites is not maintained
provided through jdk.tls.client.cipherSuites and
jdk.tls.server.cipherSuites system property.
+ JDK-8235908: omit ThreadPriorityPolicy warning when value is
set from image
+ JDK-8235984: C2: assert(out->in(PhiNode::Region) == head ||
out->in(PhiNode::Region) == slow_head) failed: phi must be
either part of the slow or the fast loop
+ JDK-8236211: [Graal] compiler/graalunit/GraphTest.java is
skipped in all testing
+ JDK-8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash
algorithm as AlgorithmId
+ JDK-8236545: Compilation error in mach5
java/awt/FileDialog/MacOSGoToFolderCrash.java
+ JDK-8236700: Upgrading JSZip from v3.1.5 to v3.2.2
+ JDK-8236759: ShouldNotReachHere in
PhaseIdealLoop::verify_strip_mined_scheduling
+ JDK-8236897: Fix the copyright header for pkcs11gcm2.h
+ JDK-8236921: Add build target to produce a JDK image suitable
for a Graal/SVM build
+ JDK-8236953: [macos] JavaFX SwingNode is not rendered on macOS
+ JDK-8236996: Incorrect Roboto font rendering on Windows with
subpixel antialiasing
+ JDK-8237045: JVM uses excessive memory with -XX:+EnableJVMCI
- XX:JVMCICounterSize=2147483648
+ JDK-8237055: [TESTBUG] compiler/c2/TestJumpTable.java fails
with release VMs
+ JDK-8237086: assert(is_MachReturn()) running CTW with fix for
JDK-8231291
+ JDK-8237192: Generate stripped/public pdbs on Windows for jdk
images
+ JDK-8237396: JvmtiTagMap::weak_oops_do() should not trigger
barriers
+ JDK-8237474: Default SSLEngine should create in server role
+ JDK-8237859: C2: Crash when loads float above range check
+ JDK-8237879: make 4.3 breaks build
+ JDK-8237951: CTW: C2 compilation fails with "malformed
control flow"
+ JDK-8237962: give better error output for invalid OCSP
response intervals in CertPathValidator checks
+ JDK-8238190: [JVMCI] Fix single implementor speculation for
diamond shapes.
+ JDK-8238356: CodeHeap::blob_count() overestimates the number
of blobs
+ JDK-8238452: Keytool generates wrong expiration date if
validity is set to 2050/01/01
+ JDK-8238555: Allow Initialization of SunPKCS11 with NSS when
there are external FIPS modules in the NSSDB
+ JDK-8238575: DragSourceEvent.getLocation() returns wrong
value on HiDPI screens (Windows)
+ JDK-8238676: jni crashes on accessing it from process exit
hook
+ JDK-8238721: Add failing client jtreg tests to the Problem
List
+ JDK-8238738: AudioSystem.getMixerInfo() takes about 30 sec to
report a gone audio device
+ JDK-8238756: C2: assert(((n) == __null || !VerifyIterativeGVN
|| !((n)->is_dead()))) failed: can not use dead node
+ JDK-8238765: PhaseCFG::schedule_pinned_nodes cannot handle
precedence edges from unmatched CFG nodes correctly
+ JDK-8238898: Missing hash characters for header on license
file
+ JDK-8238942: Rendering artifacts with LCD text and fractional
metrics
+ JDK-8238985: [TESTBUG] The arrow image is blue instead of
green
+ JDK-8239000: handle ContendedPaddingWidth in vm_version_ppc
+ JDK-8239055: Wrong implementation of VMState.hasListener
+ JDK-8239091: Reversed arguments in call to strstr in freetype
"debug" code.
+ JDK-8239142: C2's UseUniqueSubclasses optimization is broken
for array accesses
+ JDK-8239224: libproc_impl.c previous_thr may be used
uninitialized warning
+ JDK-8239351: Give more meaningful InternalError messages in
Deflater.c
+ JDK-8239365: ProcessBuilder test modifications for AIX
execution
+ JDK-8239456: vtable stub generation: assert failure (code
size estimate)
+ JDK-8239457: call ReleaseStringUTFChars before early returns
in Java_sun_security_pkcs11_wrapper_PKCS11_connect
+ JDK-8239462: jdk.hotspot.agent misses some
ReleaseStringUTFChars calls in case of early returns
+ JDK-8239557: [TESTBUG] VeryEarlyAssertTest.java validating
"END." marker at lastline is not always true
+ JDK-8239787: AArch64: String.indexOf may incorrectly handle
empty strings
+ JDK-8239792: Bump update version for OpenJDK: jdk-11.0.8
+ JDK-8239798: SSLSocket closes socket both socket endpoints on
a SocketTimeoutException
+ JDK-8239819: XToolkit: Misread of screen information memory
+ JDK-8239852: java/util/concurrent tests fail with
- XX:+VerifyGraphEdges: assert(!VerifyGraphEdges) failed:
verification should have failed
+ JDK-8239893: Windows handle Leak when starting processes
using ProcessBuilder
+ JDK-8239915: Zero VM crashes when handling dynamic constant
+ JDK-8239931: [win][x86] vtable stub generation: assert
failure (code size estimate) follow-up
+ JDK-8239965: XMLEncoder/Test4625418.java fails due to "Error:
Cp943 - can't read properly"
+ JDK-8239976: Put JDK-8239965 on the ProblemList.txt
+ JDK-8240073: Fix 'test-make' build target in 11u
+ JDK-8240197: Cannot start JVM when $JAVA_HOME includes CJK
characters
+ JDK-8240202: A few client tests leave mouse buttons pressed
+ JDK-8240220: IdealLoopTree::dump_head predicate printing is
broken
+ JDK-8240223: Use consistent predicate order in and with
PhaseIdealLoop::find_predicate
+ JDK-8240227: Loop predicates should be copied to unswitched
loops
+ JDK-8240286: [TESTBUG] Test command error in hotspot/jtreg/
/compiler/loopopts/superword/SumRedAbsNeg_Float.java
+ JDK-8240518: Incorrect JNU_ReleaseStringPlatformChars in
Windows Print
+ JDK-8240529: CheckUnhandledOops breaks NULL check in
Modules::define_module
+ JDK-8240576: JVM crashes after transformation in C2
IdealLoopTree::merge_many_backedges
+ JDK-8240603: Windows 32bit compile error after 8238676
+ JDK-8240629: argfiles parsing broken for argfiles with
comment cross 4096 bytes chunk
+ JDK-8240711: TestJstatdPort.java failed due to
"ExportException: Port already in use:"
+ JDK-8240786: [TESTBUG] The test java/awt/Window/
/GetScreenLocation/GetScreenLocationTest.java fails on HiDPI
screen
+ JDK-8240824: enhance print_full_memory_info on Linux by THP
related information
+ JDK-8240827: Downport SSLSocketImpl.java from "8221882: Use
fiber-friendly java.util.concurrent.locks in JSSE"
+ JDK-8240905: assert(mem == (Node*)1 || mem == mem2) failed:
multiple Memories being matched at once?
+ JDK-8240972: macOS codesign fail on macOS 10.13.5 or older
+ JDK-8241445: Fix copyright in
test/jdk/tools/launcher/ArgFileSyntax.java
+ JDK-8241458: [JVMCI] add mark value to expose
CodeOffsets::Frame_Complete
+ JDK-8241464: [11u] Backport: make rehashing be a needed
guaranteed safepoint cleanup action
+ JDK-8241556: Memory leak if -XX:CompileCommand is set
+ JDK-8241568: (fs) UserPrincipalLookupService.lookupXXX
failure with IOE "Operation not permitted"
+ JDK-8241586: compiler/cpuflags/
/TestAESIntrinsicsOnUnsupportedConfig.java fails on aarch64
+ JDK-8241638: launcher time metrics always report 1 on Linux
when _JAVA_LAUNCHER_DEBUG set
+ JDK-8241660: Add virtualization information output to hs_err
file on macOS
+ JDK-8241808: [TESTBUG] The JDK-8039467 bug appeared on macOS
+ JDK-8241888: Mirror jdk.security.allowNonCaAnchor system
property with a security one
+ JDK-8241900: Loop unswitching may cause dependence on null
check to be lost
+ JDK-8241948: enhance list of environment variables printed in
hs_err file
+ JDK-8241996: on linux set full relro in the linker flags
+ JDK-8242108: Performance regression after fix for JDK-8229496
+ JDK-8242141: New System Properties to configure the TLS
signature schemes
+ JDK-8242154: Backport parts of JDK-4947890 to OpenJDK 11u
+ JDK-8242174: [macos] The NestedModelessDialogTest test make
the macOS unstable
+ JDK-8242239: [Graal] javax/management/generified/
/GenericTest.java fails: FAILED: queryMBeans sets same
+ JDK-8242294: JSSE Client does not throw SSLException when an
alert occurs during handshaking
+ JDK-8242379: [TESTBUG] compiler/loopopts/
/TestLoopUnswitchingLostCastDependency.java fails with
release VMs
+ JDK-8242470: Update Xerces to Version 2.12.1
+ JDK-8242498: Invalid "sun.awt.TimedWindowEvent" object leads
to JVM crash
+ JDK-8242541: Small charset issues (ISO8859-16, x-eucJP-Open,
x-IBM834 and x-IBM949C)
+ JDK-8242626: enhance posix print_rlimit_info
+ JDK-8243059: Build fails when --with-vendor-name contains a
comma
+ JDK-8243539: Copyright info (Year) should be updated for fix
of 8241638
+ JDK-8243541: (tz) Upgrade time-zone data to tzdata2020a
+ JDK-8244407: JVM crashes after transformation in C2
IdealLoopTree::split_fall_in
+ JDK-8244520: problemlist
java/awt/font/Rotate/RotatedFontTest.java on linux
+ JDK-8244777: ClassLoaderStats VM Op uses constant hash value
+ JDK-8244853: The static build of libextnet is missing the
JNI_OnLoad_extnet function
+ JDK-8244951: Missing entitlements for hardened runtime
+ JDK-8245047: [PPC64] C2: ReverseBytes + Load always match to
unordered Load (acquire semantics missing)
+ JDK-8245649: Revert 8245397 backport of 8230591
+ JDK-8246031: SSLSocket.getSession() doesn't close connection
for timeout/ interrupts
+ JDK-8246613: Choose the default SecureRandom algo based on
registration ordering
+ JDK-8248505: Unexpected NoSuchAlgorithmException when using
secure random impl from BCFIPS provider
- Removed patch:
* JDK-8228407.patch
+ integrated upstream
* Tue Apr 21 2020 fstrba@suse.com
- Update to upstream tag jdk-11.0.7+10 (April 2020 CPU,
bsc#1169511)
* Security fixes:
+ S8223898, CVE-2020-2754: Forward references to Nashorn
+ S8223904, CVE-2020-2755: Improve Nashorn matching
+ S8224541, CVE-2020-2756: Better mapping of serial ENUMs
+ S8224549, CVE-2020-2757: Less Blocking Array Queues
+ S8225603: Enhancement for big integers
+ S8226346: Build better binary builders
+ S8227467: Better class method invocations
+ S8227542: Manifest improved jar headers
+ S8229733: TLS message handling improvements
+ S8231415, CVE-2020-2773: Better signatures in XML
+ S8231785: Improved socket permissions
+ S8232424, CVE-2020-2778: More constrained algorithms
+ S8232581, CVE-2020-2767: Improve TLS verification
+ S8233250: Better X11 rendering
+ S8233410: Better Build Scripting
+ S8234027: Better JCEKS key support
+ S8234408, CVE-2020-2781: Improve TLS session handling
+ S8234825, CVE-2020-2800: Better Headings for HTTP Servers
+ S8234841, CVE-2020-2803: Enhance buffering of byte buffers
+ S8235274, CVE-2020-2805: Enhance typing of methods
+ S8235691, CVE-2020-2816: Enhance TLS connectivity
+ S8236201, CVE-2020-2830: Better Scanner conversions
+ S8238960: linux-i586 builds are inconsistent as the newly
built jdk is not able to reserve enough space for object heap
* Other changes:
+ S4919790: Errors in alert ssl message does not reflect the
actual certificate status
+ S4949105: Access Bridge lacks html tags parsing
+ S7092821: java.security.Provider.getService() is synchronized
and became scalability bottleneck
+ S7143743: Potential memory leak with zip provider
+ S8005819: Support cross-realm MSSFU
+ S8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/
/4983388/bug4983388.java fails with shortcuts on menus do not
work
+ S8068184: Fix for JDK-8032832 caused a deadlock
+ S8145845: [AOT] NullPointerException in
compiler/whitebox/GetCodeHeapEntriesTest.java
+ S8152988: [AOT] Update test batch definitions to include
aot-ed java.base module mode into hs-comp testing
+ S8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle
cross-compilation
+ S8163083: SocketListeningConnector does not allow invocations
with port 0
+ S8163251: Hard coded loop limit prevents reading of smart
card data greater than 8k
+ S8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java
fails with -XX:-EliminateAllocations
+ S8169718: nsk/jdb/locals/locals002: ERROR: Cannot find
boolVar with expected value: false
+ S8176556:
java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails
for JFIF
+ S8178798: Two compiler/aot/verification/vmflags tests fail by
timeout with UseAVX=3
+ S8183107: PKCS11 regression regarding checkKeySize
+ S8185005: Improve performance of
ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
+ S8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
+ S8189861: Refactor CacheFind
+ S8193042: NativeLookup::lookup_critical_entry() should only
load shared library once
+ S8193596: java/net/DatagramPacket/ReuseBuf.java failed due to
timeout
+ S8194944: Regression automated test 'open/test/jdk/javax/
/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java'
fails
+ S8196467: javax/swing/JInternalFrame/Test6325652.java fails
+ S8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java
causes NPE
+ S8198321: javax/swing/JEditorPane/5076514/bug5076514.java
fails
+ S8198398: Test javax/swing/JColorChooser/Test6199676.java
fails in mach5
+ S8199072: Test javax/swing/GroupLayout/6613904/
/bug6613904.java is unstable
+ S8200432: javadoc fails with ClassCastException on {@link
byte[]}
+ S8201349: build broken when configured with
- -with-zlib=bundled on gcc 7.3
+ S8201355: Avoid native memory allocation in
sun.security.mscapi.PRNG.generateSeed
+ S8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken
+ S8203364: Some serviceability/sa/ tests intermittently fail
with java.io.IOException: LingeredApp terminated with non-zero
exit code 3
+ S8203687: javax/net/ssl/compatibility/Compatibility.java
supports TLS 1.3
+ S8203904: javax/swing/JSplitPane/4816114/bug4816114.java: The
divider location is wrong
+ S8203911: Test runtime/modules/getModuleJNI/GetModule fails
with -Xcheck:jni
+ S8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out
of java heap
+ S8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent
7 timed out
+ S8204551: Event descriptions are truncated in logs
+ S8206963: [AOT] bug with multiple class loaders
+ S8207367: 10 vmTestbase/nsk/jdi tests timed out when running
with jtreg
+ S8207832: serviceability/sa/ClhsdbCDSCore.java failed with
"Couldn't find core file location"
+ S8207938: At step6,Click Add button,case failed automatically.
+ S8208157: requires.VMProps throws NPE for missing properties
in "release" file
+ S8208379: compiler/jvmci/events/
/JvmciNotifyInstallEventTest.java failed with "Got unexpected
event count after 2nd install attempt: expected 9 to equal 2"
+ S8208658: Make CDS archived heap regions usable even if
compressed oop encoding has changed
+ S8208715: Conversion of milliseconds to nanoseconds in
UNIXProcess contains bug
+ S8209361: [AOT] Unexpected number of references for
JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected
at least 1)
+ S8209385: CDS runtime classpath checking is too strict when
only classes from the system modules are archived
+ S8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work.
+ S8209418: Synchronize test/jdk/sanity/client/lib/jemmy with
code-tools/jemmy/v2
+ S8209494: Create a test for SwingSet InternalFrameDemo
+ S8209499: Create test for SwingSet EditorPaneDemo
+ S8209574: [AOT] breakpoint events are generated in different
threads does not meet expected count
+ S8209686: cleanup arguments to PhaseIdealLoop() constructor
+ S8209789: Synchronize test/jdk/sanity/client/lib/jemmy with
code-tools/jemmy/v2
+ S8209802: Garbage collectors should register JFR types
themselves to avoid build errors.
+ S8209807: improve handling exception in requires.VMProps
+ S8209817: stack is executable when building with Clang on
Linux
+ S8209824: Improve the code coverage for ThreadLocal
+ S8209826: Undefined reference to os::write after JDK-8209657
(filemap.hpp cleanup)
+ S8209850: Allow NamedThreads to use GlobalCounter critical
sections
+ S8209976: Improve iteration over non-JavaThreads
+ S8209993: Create a test for SwingSet3 ToolTipDemo
+ S8210024: JFR calls virtual is_Java_thread from ~Thread()
+ S8210052: Enable testing for all the available look and feels
in SwingSet3 demo tests
+ S8210055: Enable different look and feel tests in SwingSet3
demo tests
+ S8210057: Enable different look and feels in SwingSet3 demo
test InternalFrameDemoTest
+ S8210058: Algorithmic Italic font leans opposite angle in
Printing
+ S8210220: [AOT] jdwp test cases are failing with error #
ERROR: TEST FAILED: Cought IOException while receiving event
packet
+ S8210289: ArchivedKlassSubGraphInfoRecord is incomplete
+ S8210459: Add support for generating compile_commands.json
+ S8210476: sun/security/mscapi/PrngSlow.java fails with Still
too slow
+ S8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/
/referringObjects/referringObjects002/referringObjects002.java
fails with unexpected size of
ClassLoaderReference.referringObjects
+ S8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java
crash
+ S8210632: Add key exchange algorithm to
javax/net/ssl/TLSCommon/CipherSuite.java
+ S8210699: Problem list tests which times out in Xcomp mode
+ S8210793: [JVMCI] AllocateCompileIdTest.java failed to find
DiagnosticCommand.class
+ S8210910: Create test for FileChooserDemo
+ S8210994: Create test for SwingSet3 FrameDemo
+ S8211139: Increase timeout value in all tests under
jdk/sanity/client/SwingSet/src
+ S8211160: Handle different look and feels in
JInternalFrameOperator
+ S8211211: vmTestbase/metaspace/stressDictionary/
/StressDictionary.java timeout
+ S8211322: Reduce the timeout of tooltip in SwingSet2DemoTest
+ S8211443: Enable different look and feels in SwingSet3 demo
test SplitPaneDemoTest
+ S8211703: JInternalFrame : java.lang.AssertionError: cannot
find the internal frame
+ S8211781: re-building fails after changing Graal sources
+ S8212897: Some improvements in the EditorPaneDemotest
+ S8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/
/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04
LTS
+ S8213009: Refactoring existing SunMSCAPI classes
+ S8213010: Supporting keys created with certmgr.exe
+ S8213168: Enable different look and feel tests in SwingSet3
demo test FileChooserDemoTest
+ S8213348: jdk.internal.vm.compiler.management service
providers missing in module descriptor
+ S8213906: Update arm devkits with libXrandr headers
+ S8213908: AssertionError in DeferredAttr at setOverloadKind
+ S8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
+ S8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed:
elembt=byte; loadbt=void; unsigned=0
+ S8214345: infinite recursion while checking super class
+ S8214471: Enable different look and feel tests in SwingSet3
demo test ToolTipDemoTest
+ S8214534: Setting of THIS_FILE in the build is broken
+ S8214557: Filter out VM flags which don't affect AOT code
generation
+ S8214578: [macos] Problem with backslashes on macOS/JIS
keyboard: Java ignores system settings
+ S8214840: runtime/NMT/MallocStressTest.java timed out
+ S8214850: Rename vm_operations.?pp files to vmOperations.?pp
files
+ S8214904: Test8004741.java failed due to "Too few ThreadDeath
hits; expected at least 6 but saw only 5"
+ S8215322: add @file support to jaotc
+ S8215355: Object monitor deadlock with no threads holding the
monitor (using jemalloc 5.1)
+ S8215396: JTabbedPane preferred size calculation is wrong for
SCROLL_TAB_LAYOUT
+ S8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java
crashed with AOT enabled
+ S8216353: Use utility APIs introduced in org/netbeans/jemmy/
/util/LookAndFeel class in client sanity test cases
+ S8216354: Syntax error in toolchain_windows.m4
+ S8216472: (se) Stack overflow during selection operation
leads to crash (win)
+ S8216535: tools/jimage/JImageExtractTest.java timed out
+ S8217235: Create automated test for SwingSet
ColorChooserDemoTest
+ S8217297: Add support for multiple look and feel for SwingSet
SliderDemoTest
+ S8217338: [Containers] Improve systemd slice memory limit
support
+ S8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
+ S8217634: RunTest documentation and usability update
+ S8217717: ZGC: Broken oop map in C1 load barrier stub
+ S8217728: Speed up incremental rerun of "make hotspot"
+ S8218268: Javac treats Manifest Class-Path entries as Paths
instead of URLs
+ S8218662: Allow 204 responses with Content-Length:0
+ S8218882: NET_Writev is declared, NET_WriteV is defined
+ S8218889: Improperly use of the Optional API
+ S8219205: JFR file without license header
+ S8219597: (bf) Heap buffer state changes could provoke
unexpected exceptions
+ S8219723: javax/net/ssl/compatibility/Compatibility.java
failed on some SNI cases
+ S8220348: [ntintel] asserts about copying unaligned array
+ S8220451: jdi/EventQueue/remove/remove004 failed due to
"ERROR: thread2 is not alive"
+ S8220456: jdi/EventQueue/remove_l/remove_l004 failed due to
"TIMEOUT while waiting for event"
+ S8220479: java/nio/channels/Selector/SelectWithConsumer.java
failed at testTwoChannels()
+ S8220613: java/util/Arrays/TimSortStackSize2.java times out
with fastdebug build
+ S8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed
out
+ S8220786: Create new switch to redirect error reporting
output to stdout or stderr
+ S8221270: Duplicated synchronized keywords in SSLSocketImpl
+ S8221312: test/jdk/sanity/client/SwingSet/src/
/ColorChooserDemoTest.java failed
+ S8221851: Use of THIS_FILE in hotspot invalidates precompiled
header on Linux/GCC
+ S8221885: Add intermittent test in the JavaSound to the
ProblemList
+ S8222264: Windows incremental build is broken with JDK-8217728
+ S8222391: javax/net/ssl/compatibility/Compatibility.java
should be more flexible
+ S8222448: java/lang/reflect/PublicMethods/
/PublicMethodsTest.java times out
+ S8222519: ButtonDemoScreenshotTest fails randomly with "still
state to be reached"
+ S8222741: jdi/EventQueue/remove/remove004 fails due to
VMDisconnectedException
+ S8223003: SunMSCAPI keys are not cleaned up
+ S8223063: Support CNG RSA keys
+ S8223158: Docked MacBook cannot start any Java Swing
applications
+ S8223260: NamingManager should cache InitialContextFactory
+ S8223464: Improve version string for Oracle CI builds
+ S8223558: Java does not render Myanmar script correctly
+ S8223627: jdk-13+20 bundle name contains null instead of ea
+ S8223638: Replace wildcard address with loopback or local
host in tests - part 6
+ S8223678: Add Visual Studio Code workspace generation support
(for native code)
+ S8223727: com/sun/jndi/ldap/privconn/RunTest.java failed due
to hang in LdapRequest.getReplyBer
+ S8223769: Assert triggers with -XX:+StressReflectiveCode
+ S8224187: Refactor arraycopy_prologue to allow ZGC read
barriers on arraycopy
+ S8224475: JTextPane does not show images in HTML rendering
+ S8224673: Adjust permission for delayed starting of debugging
+ S8224705: Tests that need to be problem-listed or have
printer resources
+ S8224778: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot
find J2Ddemo.jar
+ S8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/
/NoAutotransferToDisabledCompTest.java fails linux-x64
+ S8224830: test/jdk/java/awt/Focus/
/ModalExcludedWindowClickTest/
/ModalExcludedWindowClickTest.java fails on linux-x64
+ S8224851: AArch64: fix warnings and errors with Clang and GCC
8.3
+ S8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with
stream closed
+ S8225007: java/awt/print/PrinterJob/
/LandscapeStackOverflow.java may hang
+ S8225105: java/awt/Focus/ShowFrameCheckForegroundTest/
/ShowFrameCheckForegroundTest.java fails in Windows 10
+ S8225117: java/math/BigInteger/SymmetricRangeTests.java fails
with ParseException
+ S8225128: Add exception for expiring DocuSign root to
VerifyCACerts test
+ S8225130: Add exception for expiring Comodo roots to
VerifyCACerts test
+ S8225144: [macos] In Aqua L&F backspace key does not delete
when Shift is pressed
+ S8225180: SignedObject with invalid Key not throwing the
InvalidKeyException in Windows
+ S8225182: JNI exception pending in DestroyXIMCallback of
awt_InputMethod.c:1327
+ S8225199: [Graal] compiler/jvmci/compilerToVM/
/IsMatureVsReprofileTest.java fails with
- XX:CompileThresholdScaling=0.1
+ S8225305: ProblemList java/lang/invoke/VarHandles tests
+ S8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java
timed out
+ S8225430: Replace wildcard address with loopback or local
host in tests - part 14
+ S8225435: Upgrade IANA Language Subtag Registry to the latest
for JDK14
+ S8225487: giflib legal file is missing attribution for
openbsd-reallocarray.c
+ S8225567: Wrong file headers with 8202414 fix changeset
+ S8225684: [AOT] vmTestbase/vm/oom/production/
/AlwaysOOMProduction tests fail with AOTed java.base
+ S8225766: Curve in certificate should not affect signature
scheme when using TLSv1.3
+ S8225797: OldObjectSample event creates unexpected amount of
checkpoint data
+ S8226381: ProblemList java/lang/reflect/PublicMethods/
/PublicMethodsTest.java
+ S8226406: JVM fails to detect mismatched or corrupt CDS
archive
+ S8226608: Hide the onjcmd option from the help output
+ S8226892: ActionListeners on JRadioButtons don't get notified
when selection is changed with arrow keys
+ S8227112: exclude compiler/intrinsics/sha/sanity tests from
AOT runs
+ S8227324: Upgrade to freetype 2.10.1
+ S8227528: TestAbortVMOnSafepointTimeout.java failed due to
"RuntimeException: 'Safepoint sync time longer than' missing
from stdout/stderr"
+ S8227645: Some tests in serviceability/sa run with fixed -Xmx
values and risk running out of memory
+ S8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out
+ S8227662: freetype seeks to index at the end of the font data
+ S8228479: Correct the format of ColorChooserDemoTest
+ S8228613: java.security.Provider#getServices order is no
longer deterministic
+ S8228969: 2019-09-28 public suffix list update
+ S8229236: CriticalJNINatives: dll handling should be done in
native thread state
+ S8229345: Memory leak due to vtable stubs not being shared on
SPARC
+ S8229888: (zipfs) Updating an existing zip file does not
preserve original permissions
+ S8229994: assert(false) failed: Bad graph detected in
get_early_ctrl_for_expensive
+ S8230004: jdk/internal/jimage/JImageOpenTest.java runs no test
+ S8230235: Rendering HTML with empty img attribute and
documentBaseKey cause Exception
+ S8230390: Problemlist SA tests with AOT
+ S8230400: Missing constant pool entry for a method in
stacktrace
+ S8230459: Test failed to resume JVMCI CompilerThread
+ S8230480: check malloc/calloc results in java.desktop
+ S8230597: Update GIFlib library to the 5.2.1
+ S8230611: infinite loop in
LogOutputList::wait_until_no_readers()
+ S8230624: [TESTBUG] Problemlist JFR
compiler/TestCodeSweeper.java
+ S8230677: Should disable Escape Analysis if JVMTI capability
can_get_owned_monitor_info was taken
+ S8230926: [macosx] Two apostrophes are entered instead of one
with "U.S. International - PC" layout
+ S8231025: Incorrect method tag offset for big endian platform
+ S8231081: TestMetadataRetention fails due to missing symbol id
+ S8231387: java.security.Provider.getService returns random
result due to race condition with mutating methods in the same
class
+ S8231430: C2: Memory stomp in max_array_length() for
T_ILLEGAL type
+ S8231445: check ZALLOC return values in awt coding
+ S8231507: Update Apache Santuario (XML Signature) to version
2.1.4
+ S8231584: Deadlock with ClassLoader.findLibrary and
System.loadLibrary call
+ S8231753: use more Posix functionality in aix
os::print_os_info
+ S8231810: javax/net/ssl/templates/
/SSLSocketSSLEngineTemplate.java fails intermittently with
"java.lang.Exception: Unexpected EOF"
+ S8232003: (fs) Files.write can leak file descriptor in the
exception case
+ S8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC:
Heap too small
+ S8232060: add some initializations using sigemptyset in
os_aix.cpp
+ S8232154: Update Mesa 3-D Headers to version 19.2.1
+ S8232167: Visual Studio install found through
- -with-tools-dir value is discarded
+ S8232170: FSInfo#getJarClassPath throws an exception not
declared in its throws clause
+ S8232200: [macos 10.15] Windows in fullscreen tests jumps
around the screen
+ S8232207: Linux os::available_memory re-reads cgroup
configuration on every invocation
+ S8232224: [TESTBUG] problemlist JFR TestLargeRootSet.java
+ S8232370: Refactor some com.sun.jdi tests to enable IDE
integration
+ S8232433: [macos 10.15] java/awt/Window/
/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
+ S8232571: Add missing SIGINFO signal
+ S8232692: [TESTBUG] compiler/aot/fingerprint/
/SelfChangedCDS.java fails when cds is disabled
+ S8232713: Update BCEL version to 6.3.1 in license file
+ S8232806: Introduce a system property to disable eager lambda
initialization
+ S8232834: RunTest sometimes fails to produce valid
exitcode.txt
+ S8232880: Update test documentation with additional settings
for client UI tooltip tests
+ S8232950: SUNPKCS11 Provider incorrectly check key length for
PSS Signatures.
+ S8233018: Add a new test to verify that DatagramSocket is not
interruptible
+ S8233019: java.lang.Class.isPrimitive() (C1) returns wrong
result if Klass* is aligned to 32bit
+ S8233032: assert(in_bb(n)) failed: must be
+ S8233078: fix minimal VM build on Linux ppc64(le)
+ S8233328: fix minimal VM build on Linux s390x
+ S8233383: Various minor fixes
+ S8233466: aarch64: remove unnecessary load of mdo when
profiling return and parameters type
+ S8233491: Crash in AdapterHandlerLibrary::get_adapter with
CDS due to code cache exhaustion
+ S8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode()
== Op_IfFalse) failed
+ S8233548: Update CUP to v0.11b
+ S8233649: Update ProblemList.txt to exclude failing headful
tests on macos
+ S8233656: assert(d->is_CFG() && n->is_CFG()) failed: must
have CFG nodes
+ S8233657: Intermittent NPE in Component.validate()
+ S8234288: Turkey Time Zone returns incorrect time zone name
+ S8234323: NULL-check return value of SurfaceData_InitOps on
macosx
+ S8234339: replace JLI_StrTok in java_md_solinux.c
+ S8234340: Bump update version for OpenJDK: jdk-11.0.7
+ S8234350: assert(mode == ControlAroundStripMined && (use ==
sfpt || !use->is_reachable_from_root())) failed: missed a node
+ S8234386: [macos] NPE was thrown at expanding Choice from
maximized frame
+ S8234397: add OS uptime information to os::print_os_info
output
+ S8234423: Modifying ArrayList.subList().subList() resets
modCount of subList
+ S8234466: Class loading deadlock involving
X509Factory#commitEvent()
+ S8234501: remove obsolete NET_ReadV
+ S8234525: enable link-time section-gc for linux s390x to
remove unused code
+ S8234610: MaxVectorSize set wrongly when UseAVX=3 is
specified after JDK-8221092
+ S8234617: C1: Incorrect result of field load due to missing
narrowing conversion
+ S8234723: javax/net/ssl/TLS tests support TLSv1.3
+ S8234724: javax/net/ssl/templates/
/SSLSocketSSLEngineTemplate.java supports TLSv1.3
+ S8234741: enhance os::get_core_path on macOS
+ S8234769: Duplicate attribution in freetype.md
+ S8234786: Fix for JDK-8214578 breaks OS X 10.12 compatibility
+ S8234809: set relro in linker flags when building with gcc
+ S8234824: java/nio/channels/SocketChannel/AdaptSocket.java
fails on Windows 10
+ S8235243: handle VS2017 15.9 and VS2019 in abstract_vm_version
+ S8235288: AVX 512 instructions inadvertently used on Xeon for
small vector width operations
+ S8235325: build failure on Linux after 8235243
+ S8235383: C1 compilation fails with
- XX:+PrintIRDuringConstruction -XX:+Verbose
+ S8235489: handle return values of sscanf calls in hotspot
+ S8235509: Backport for JDK-8209657 Refactor filemap.hpp to
simplify integration with Serviceability Agent.
+ S8235510: java.util.zip.CRC32 performance drop after 8200067
+ S8235563: [TESTBUG] appcds/CommandLineFlagComboNegative.java
does not handle archive mapping failure
+ S8235637: jhsdb jmap from OpenJDK 11.0.5 doesn't work if
prelink is enabled
+ S8235671: enhance print_rlimit_info in os_posix
+ S8235744: PIT: test/jdk/javax/swing/text/html/
/TestJLabelWithHTMLText.java times out in linux-x64
+ S8235904: Infinite loop when rendering huge lines
+ S8235998: [c2] Memory leaks during tracing after '8224193:
stringStream should not use Resource Area'.
+ S8236039: JSSE Client does not accept status_request
extension in CertificateRequest messages for TLS 1.3
+ S8236140: assert(!VerifyHashTableKeys || _hash_lock == 0)
failed: remove node from hash table before modifying it
+ S8236179: C1 register allocation error with T_ADDRESS
+ S8236488: Support for configure option
- -with-native-debug-symbols=internal is impossible on Windows
+ S8236500: Windows ucrt.dll should be looked up in versioned
WINSDK subdirectory
+ S8236709: struct SwitchRange in HS violates C++ One
Definition Rule
+ S8236848: [JDK 11u] make run-test-tier1 fails after backport
of JDK-8232834
+ S8236873: Worker has a deadlock bug
+ S8237217: Incorrect G1StringDedupEntry type used in
StringDedupTable destructor
+ S8237368: Problem with NullPointerException in RMI
TCPEndpoint.read
+ S8237375: SimpleThresholdPolicy misses CounterDecay timestamp
initialization
+ S8237508: Simplify JarFile.isInitializing
+ S8237540: Missing files in backport of JDK-8210910
+ S8237541: Missing files in backport of JDK-8236528
+ S8237600: Test SunJSSEFIPSInit fails on Ubuntu
+ S8237819: s390x - remove unused pd_zero_to_words_large
+ S8237869: exclude jtreg test security/infra/java/security/
/cert/CertPathValidator/certification/LuxTrustCA.java because
of instabilities
+ S8237879: make 4.3 breaks build
+ S8237945: CTW: C2 compilation fails with
assert(just_allocated_object(alloc_ctl) == ptr) failed: most
recent allo...
+ S8238225: Issues reported after replacing symlink at
Contents/MacOS/libjli.dylib with binary
+ S8238247: CTW runner should sweep nmethods more aggressively
+ S8238366: CTW runner closes standard output on exit
+ S8238438: SuperWord::co_locate_pack picks memory state of
first instead of last load
+ S8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION
+ S8238534: Deep sign macOS bundles before bundle archive is
being created
+ S8238591: CTW: Split
applications/ctw/modules/jdk_localedata.java
+ S8238596: AVX enabled by default for Skylake even when
unsupported
+ S8238811: C2: assert(i >= req() || i == 0 || is_Region() ||
is_Phi()) with -XX:+VerifyGraphEdges
+ S8239005: [TESTBUG] test/hotspot/jtreg/runtime/
/StackGuardPages/TestStackGuardPages.java: exeinvoke.c: must
initialize static state before calling do_overflow()
+ S8239466: Loss of precision in counter decay calculation in
11u backport of JDK-8237375
+ S8239856: [ntintel] asserts about copying unaligned array
element
+ S8240724: [test] jdk11 downport of 8224475 misses binary file
test/jdk/javax/swing/JTextPane/arrow.png
+ S8241296: Segfault in JNIHandleBlock::oops_do()
- Removed patch:
* DependOnVariableHelper.patch
+ fixed upstream
- Added patch:
* JDK-8228407.patch
+ fix crashes due to shared archive file mismatch
* Wed Apr 15 2020 fstrba@suse.com
- The pack200 and unpack200 alternatives should be slaves of java
and not of javac, since they are part of JRE.
* Wed Mar 25 2020 mliska@suse.cz
- Add gcc-fno-common-fix.patch in order to fix
boo#1167462.
* Thu Feb 13 2020 schwab@suse.de
- DependOnVariableHelper.patch: Fix DependOnVariableHelper for make 4.3
* Sun Feb 02 2020 fstrba@suse.com
- Install java icons not only versioned, but also postfixed by the
"openjdk", in order to prevent install conflicts with other
jdk 11 flavours.
* Wed Jan 15 2020 fstrba@suse.com
- Update to upstream tag jdk-11.0.6+10 (January 2020 CPU,
bsc#1160968)
* Security fixes
+ S8224909, CVE-2020-2583: Unlink Set of LinkedHashSets
+ S8225261: Better method resolutions
+ S8225279: Better XRender interpolation
+ S8226352, CVE-2020-2590: Improve Kerberos interop capabilities
+ S8227758: More valid PKIX processing
+ S8227816: More Colorful ICC profiles
+ S8228548, CVE-2020-2593: Normalize normalization for all
+ S8229728: Implement negotiation parameters
+ S8229951, CVE-2020-2601: Better Ticket Granting Services
+ S8230279: Improve Pack200 file reading
+ S8230318: Better trust store usage
+ S8230967: Improve Registry support of clients
+ S8231139: Improved keystore support
+ S8231422, CVE-2020-2604: Better serial filter handling
+ S8231780, CVE-2020-2655: Better TLS messaging support
+ S8231790: Provide better FileSystemProviders
+ S8232419: Improve Registry registration
+ S8234037, CVE-2020-2654: Improve Object Identifier Processing
* Other changes
+ S8016914: CoreDocumentImpl.setXmlVersion NPE
+ S8048556: Unnecessary GCLocker-initiated young GCs
+ S8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
+ S8134672: [TEST_BUG] Some tests should check
isDisplayChangeSupported
+ S8144125: [macOS] java/awt/event/ComponentEvent/
/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed
automatically
+ S8146238: [macosx] Java2D Queue Flusher crash on OSX after
switching between user accounts
+ S8176837: SunPKCS11 provider needs to check more details on
PKCS11 Mechanism
+ S8185898: setRequestProperty(key, null) results in HTTP header
without colon in request
+ S8190737: use unicode version of the canonicalize() function
to handle long path on windows
+ S8191521: handle long relative path specified in
- Xbootclasspath/a on windows
+ S8193255: Root Certificates should be stored in text format
and assembled at build time
+ S8193325: StackFrameInfo::getByteCodeIndex returns wrong value
if bci > 32767
+ S8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests
+ S8200381: Typos in javadoc - missing verb "be" and alike
+ S8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java
failed with OutOfMemoryError
+ S8205516: JFR tool
+ S8206115: Use shared macros for JavaClasses::compute_offsets
and MetaspaceShared::serialize_well_known_classes
+ S8207263: Store the Configuration for system modules into CDS
archive.
+ S8207922: ctw of jdk.security.auth failed with "Unexpected
zero exit codebefore finishing all compilations"
+ S8208179: Devanagari not shown with logical fonts on Windows
after removal of Lucida Sans from JDK
+ S8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by
timeout
+ S8208364: java/lang/reflect/callerCache/
/ReflectionCallerCacheTest.java missing module dependencies
declaration
+ S8208582: Introduce native oop barriers in C1 for OopHandle
+ S8208601: Introduce native oop barriers in C2 for OopHandle
+ S8209003: Consolidate use of empty collections in
java.lang.module
+ S8209120: Archive the Integer.IntegerCache
+ S8209178: Proxied HttpsURLConnection doesn't send BODY when
retrying POST request
+ S8209545: Simplify HeapShared::archive_module_graph_objects
+ S8209647: constantPoolHandle::constantPoolHandle(ConstantPool*)
when precompiled header is disabled
+ S8209691: Allow MemBar on single memory slice
+ S8209771: jdk.test.lib.Utils::runAndCheckException error
+ S8209790: SA tools not providing option to connect to debug
server
+ S8209833: C2 compilation fails with
"assert(ex_map->jvms()->same_calls_as(_exceptions->jvms()))
failed: all collected exceptions must come from the same
place"
+ S8209835: Aarch64: elide barriers on all volatile operations
+ S8209972: [GRAAL] Don't run RTM tests with Graal
+ S8210158: Accessorize JFR getEventWriter() intrinsics
+ S8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
+ S8210387: C2 compilation fails with
"assert(node->_last_del == _last) failed: must have deleted
the edge just produced"
+ S8210403: Refactor java.util.Locale:i18n shell tests to plain
java tests
+ S8210559: ClassLoaderData Symbols can leak
+ S8210776: Upgrade X Window System 6.8.2 to the latest
XWD 1.0.7
+ S8210789: langtools/tools/javac/T8152616.java missing @modules
+ S8211037: Load jib jars dynamically from JibArtifactManager
+ S8211147: Incorrect comparator
com.sun.beans.introspect.MethodInfo.MethodOrder
+ S8211385: (zipfs) ZipDirectoryStream yields a stream of
absolute paths when directory is relative
+ S8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
+ S8211866: TLS 1.3 CertificateRequest message sometimes offers
disallowed signature algorithms
+ S8211919: ZipDirectoryStream should provide a stream of paths
that are relative to the directory
+ S8211992: GraphicsConfiguration.getDevice().getDisplayMode()
causes JVM crash on Mac
+ S8212028: Use run-test makefile framework for testing in
Oracle's Mach5
+ S8212071: Need to set the FreeType LCD Filter to reduce
fringing.
+ S8212627: [TESTBUG] runtime/CreateMirror/
/ArraysNewInstanceBug.java timed out
+ S8212673: jtreg/applications/runthese/RunThese30M.java fails
in C2 with "assert(!had_error) failed: bad dominance"
+ S8212738: Incorrectly named signature scheme
ecdsa_secp512r1_sha512
+ S8212752: Typo in SSL log message related to inactive/disabled
signature scheme
+ S8213005: Missing symbols in hs_err files on Windows after
JDK-8212028
+ S8213008: Cipher with UNWRAP_MODE should support the
generation of an AES key type
+ S8213014: Crash in CompileBroker::make_thread due to OOM
+ S8213119: [macos] java/awt/GraphicsDevice/
/CheckDisplayModes.java fails
+ S8213381: Hook to allow GC to inject Node::Ideal() calls
+ S8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
+ S8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/
/GE_init5.java
+ S8213604: Fix missing includes after JDK-8212673
+ S8214046: [macosx] Undecorated Frame does not Iconify when
set to
+ S8214052: [testbug] vmTestbase/vm/compiler/
/CodeCacheInfoOnCompilation - wrong shell used
+ S8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash
constructor check backwards.
+ S8214311: dtrace gensrc has missing dependencies
+ S8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out
of order with lock tty_lock/0
+ S8214321: Misleading code in SSLCipher
+ S8214542: JFR: Old Object Sample event slow on a deep heap in
debug builds
+ S8214750: Unnecessary <p> tags in jfr classes
+ S8214773: Replace use of thread unsafe strtok
+ S8214896: JFR Tool left files behind
+ S8214925: JFR tool fails to execute
+ S8214975: No hs-err file if fatal error is raised during
dynamic initialization
+ S8215032: Support Kerberos cross-realm referrals (RFC 6806)
+ S8215105: java/awt/Robot/HiDPIScreenCapture/
/ScreenCaptureTest.java: Wrong Pixel Color
+ S8215200: IllegalArgumentException in
sun.lwawt.macosx.CPlatformWindow
+ S8215411: some GetByteArrayElements calls miss corresponding
Release
+ S8215449: Several tests failing when jtreg run with
- vmoption:--illegal-access=deny
+ S8215524: Finished message validation failure should be
decrypt_error alert
+ S8215699: -Xlog::file cannot be used with named pipe
+ S8215708: ZGC: Add missing LoadBarrierNode::size_of()
+ S8215755: ZGC: split_barrier_thru_phi: check number of inputs
of phi
+ S8215771: The jfr tool should pretty print reference chains
+ S8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java
failed on de_DE and ja_JP locale.
+ S8216064: -XX:StartFlightRecording:settings= doesn't work
properly
+ S8216135: C2 assert(!had_error) failed: bad dominance
+ S8216283: Allow shorter method sampling interval than 10 ms
+ S8216363: NullPointerException in
java.util.logging.Handler#isLoggable
+ S8216426: Usage of array placement new may lead to memory
corruption
+ S8216561: HttpClient: The logic of retry on connect exception
is inverted
+ S8216977: ShowHiddenFrames use in
java_lang_StackTraceElement::fill_in appears broken
+ S8217362: Emergency dump does not work when disk=false is set
+ S8217610: TLSv1.3 fail with ClassException when EC keys are
stored in PKCS11
+ S8217731: Font rendering and glyph spacing changed from jdk-8
to jdk-11
+ S8218468: Load barrier slow path node should be MachTypeNode
+ S8218580: endpoint identification algorithm should be
case-insensitive
+ S8218935: Make jfr strncpy uses GCC 8.x friendly
+ S8219504: Test for JDK-8211435 can be run on all platforms
+ S8219914: Change the environment variable for Java Access
Bridge logging to have a directory.
+ S8220175: serviceability/dcmd/framework/VMVersionTest.java
fails with a timeout
+ S8220231: Cache HarfBuzz face object for same font's text
layout calls
+ S8220352: Crash with assert(external_guard || result != __null)
failed: Invalid JNI handle
+ S8220394: bufferedStream does not honor size limit
+ S8220474: Incorrect GPL header in src/java.instrument/share/
/classes/java/lang/instrument/package-info.java
+ S8220476: Incorrect GPL header in src/jdk.internal.jvmstat/
/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
/PerfDataFile.java
+ S8220528: [AIX] Fix basic Xinerama and Xrender functionality
+ S8220555: JFR tool shows potentially misleading message when
it cannot access a file
+ S8220598: Malformed copyright year range in a few files in
java.base
+ S8221092: UseAVX=3 has performance degredation on Skylake (X7)
processors
+ S8221172: SunEC specific test is not limited to SunEC
+ S8221246: NullPointerException within Win32ShellFolder2
+ S8221395: HttpClient leaving connections in CLOSE_WAIT state
until Java process ends
+ S8221406: Windows 32bit build error in
NetworkInterface_winXP.c
+ S8221456: nmethod::make_unloaded() clears _method member too
early
+ S8221532: Incorrect copyright header in FileSystemSupport_md.c
+ S8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj()
and friends
+ S8221569: JFR tool produces incorrect output when both
- -categories and --events are specified
+ S8221711: [TESTBUG] create more tests for JFR in container
environment
+ S8221913: Add GC.selected() jtreg-ext function
+ S8222015: Small VM.metaspace improvements
+ S8222440: (zipfs) JarFileSystem does not correctly handle
versioned entries if no root entry is present
+ S8222529: sun.jdwp.listenerAddress agent property uses wrong
encoding
+ S8222807: Address iteration with invalid ZIP header entries
+ S8222888: [TESTBUG] docker/TestJFREvents.java fails due to
"RuntimeException: JAVA_MAIN_CLASS_ is not defined"
+ S8223438: add VirtualizationInformation JFR event
+ S8223490: Optimize search algorithm for determining default
time zone
+ S8223697: jfr tool can't format duration values greater than
minute
+ S8223869: Problem list java/awt/FontMetrics/
/MaxAdvanceIsMax.java on more platforms
+ S8224152: [macOS] ProblemList tests that leave rubbish on the
screen
+ S8224157: BCEL: update to version 6.3.1
+ S8224172: assert(jfr_is_event_enabled(id)) failed: invariant
+ S8224193: stringStream should not use Resouce Area
+ S8224217: RecordingInfo should use textual representation of
path
+ S8224502: [TESTBUG] JDK docker test TestSystemMetrics.java
fails with access issues and OOM
+ S8224505: TestQuotedLogOutput failure after ProcessBuilder
changes
+ S8224538: LoadBarrierNode::common_barrier must check address
+ S8224958: add os::dll_load calls to event log
+ S8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap
when change keybord map
+ S8225225: stringStream internal buffer should always be zero
terminated
+ S8225392: Comparison builds are failing due to cacerts file
+ S8225505: ctrl-F1 does not show the tooltip of a menu item
(JMenuItems)
+ S8225694: Destination option missing in
FlightRecorderMXBeanImpl
+ S8225695: 32-bitbuild failures after JDK-8080462 (Update
SunPKCS11 provider with PKCS11 v2.40 support)
+ S8225745: NoSuchAlgorithmException exception for
SHA256withECDSA with RSASSA-PSS support
+ S8226513: JEditorPane is shown with incorrect size
+ S8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no
effect
+ S8226719: Kerberos login to Windows 2000 failed with
"Inappropriate type of checksum in message"
+ S8226779: [TESTBUG] Test JFR API from Java agent
+ S8226869: Testjava/util/Locale/LocaleProvidersRun.java should
enable assertions
+ S8226899: Problemlist compiler/rtm tests
+ S8227031: Print NMT statistics on fatal errors
+ S8227032: MetaspaceUtils::print_report crashes when called
before initialization
+ S8227035: JVM::printFlags fails in native OOM situations
+ S8227061: KDC.java test behaves incorrectly when AS-REQ
contains a PAData not PA-ENC-TS-ENC
+ S8227086: Use AS_NO_KEEPALIVE loads in HeapDumper
+ S8227127: Era designator not displayed correctly using the
COMPAT provider
+ S8227338: templateInterpreter.cpp: copy_table() needs to be
safer
+ S8227368: EnumSet.class serialization broken in JDK 9+
+ S8227381: GSS login fails with PREAUTH_FAILED
+ S8227391: Update double-conversion to version 3.1.5
+ S8227397: Add --with-extra-asflags configure option
+ S8227411: TestTimeMultiple.java failed "assert(!lease())
failed: invariant"
+ S8227435: Perf::attach() should not throw a java.lang.Exception
+ S8227437: S4U2proxy cannot continue because server's TGT
cannot be found
+ S8227439: Turn off AOT by default
+ S8227605: Kitchensink fails "assert((((klass)->trace_id() &
(JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0))
failed: invariant"
+ S8227642: [TESTBUG] Make docker tests podman compatible
+ S8228368: avoid incompatible pointer to integer conversion
initializing gint in gtk2_interface
+ S8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
+ S8228465: HOST locale provider holds wrong era name for
GregorianCalendar in US locale
+ S8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java
fails with RuntimeException 'JShellToolProvider' missing from
stdout/stderr
+ S8228645: Don't run sun/security/pkcs11/Cipher/
/TestKATForGCM.java on buggy NSS solaris versions
+ S8228687: [TESTBUG] exclude Container tests from hotspot_misc
group
+ S8228772: C2 compilation fails due to unschedulable graph if
DominatorSearchLimit is reached
+ S8228834: Regression caused by JDK-8214542 not installing
complete checkpoint data to candidates
+ S8228835: Memory leak in PKCS11 provider when using AES GCM
+ S8228888: C2 compilation fails with assert "m has strange
control"
+ S8228902: add os::dll_load to the unified logging os category
+ S8229016: C2 scalarization crashes with assert(node->Opcode()
== Op_CastP2X) failed: ConvP2XNode required
+ S8229020: Failure on CPUs allowing loads reordering:
assert(_tasks[t] == 1) failed: What else?
+ S8229022: BufferedReader performance can be improved by using
StringBuilder
+ S8229156: ProblemList gc/stress/gclocker/
/TestExcessGCLockerCollections.java
+ S8229169: False failure of GenericTaskQueue::pop_local on
architectures with weak memory model
+ S8229182: runtime/containers/docker/TestMemoryAwareness.java
test fails on SLES12
+ S8229243: SunPKCS11-Solaris provider tests failing on
Solaris 11.4
+ S8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java
fails for - memory:getMemoryUsage
+ S8229408: Bump update version for OpenJDK: jdk-11.0.6
+ S8229420: [Redo] jstat reports incorrect values for OU for
CMS GC
+ S8229437: assert(is_aligned(ref, HeapWordSize)) failed:
invariant
+ S8229450: C2 compilation fails with assert(found_sfpt) failed
+ S8229483: Sinking load out of loop may trigger:
assert(found_sfpt) failed: no node in loop that's not input to
safepoint
+ S8229496: SIGFPE (division by zero) in C2 OSR compiled method
+ S8229515: [macos] access to window property of NSView on wrong
thread
+ S8229701: aarch64: C2 OSR compilation fails with "shouldn't
process one node several times" in final graph reshaping
+ S8229800: WindowsServerCore 1809 does not provide d2d1.dll
library required by awt.dll
+ S8229810: [macos] NullPointerException getting bounds of
GraphicsConfiguration
+ S8229872: (fs) Increase buffer size used with getmntent
+ S8229899: Make java.io.File.isInvalid() less racy
+ S8230061: # assert(mode == ControlAroundStripMined
&& use == sfpt) failed: missed a node
+ S8230062: assert(i == p->size()-1) failed: must be last
element of the pack
+ S8230110: TestLinkageErrorInGenerateOopMap times out
+ S8230115: Problemlist JFR TestNetworkUtilization test
+ S8230238: Add another regression test for JDK-8134739
+ S8230303: JDB hangs when running monitor command
+ S8230363:C2: Let ConnectionGraph::not_global_escape(Node* n)
return false if n is not in the CG
+ S8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java
fails with release VM
+ S8230388: Problemlist additional compiler/rtm tests
+ S8230466: check malloc/calloc results in jdk.hotspot.agent
+ S8230646: Epsilon does not extend TLABs to max size
+ S8230669: [s390] C1: assert(is_bound() || is_unused()) failed:
Label was never bound to a location, but it was used as a jmp
target
+ S8230671: x86_32 build failures after JDK-8229496
+ S8230711: ConnectionGraph::unique_java_object(Node* N) return
NULL if n is not in the CG
+ S8230728: Thin stroked shapes are not rendered if affine
transform has flip bit
+ S8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical
call in early return
+ S8230782: Robot.createScreenCapture() fails if "awt.robot.gtk"
is set to false
+ S8230813: Add JDK-8010500 to compiler/loopopts/superword/
/TestFuzzPreLoop.java bug list
+ S8230856: Java_java_net_NetworkInterface_getByName0 on unix
misses ReleaseStringUTFChars in early return
+ S8230861: missing ReleaseStringUTFChars in
Java_sun_security_pkcs11_wrapper_PKCS11_connect
+ S8230873: [AIX] GUI app does not work with UTF-8 locale on
minimum software requirements
+ S8230881: serviceability/sa/TestJmapCore tests fail with
java.lang.RuntimeException: Could not find dump file
+ S8230900: missing ReleaseStringUTFChars in java.desktop native
code
+ S8230901: missing ReleaseStringUTFChars in serviceability
native code
+ S8230923: SunJSSE is not properly initialized in FIPS mode
from a configuration file
+ S8230943: False deadlock detection with
- XX:+CIPrintCompileQueue after JDK-8163511
+ S8231055: C2: arraycopy with same non escaping src and dest
but different positions causes wrong execution
+ S8231084: Large performance regression in SwingMark TextArea
in 14-b13
+ S8231085: C2/GC: Better GC-interface for expanding clone
+ S8231098: (tz) Upgrade time-zone data to tzdata2019c
+ S8231124: Missing closedir call with JDK-8223490
+ S8231201: hs_err should print coalesced safepoint operations
in Events section
+ S8231222: fix pkcs11 P11_DEBUG guarded native traces
+ S8231223: C2's conditional move optimization fails with
assert(bol->Opcode() == Op_Bool) failed
+ S8231247: (zipfs) Test failure in jdk/nio/zipfs/
/InvalidZipHeaderTests.java after backport of JDK-8222807
+ S8231254: (fs) Add test for macOS Catalina changes to protect
system software
+ S8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/
/resexhausted002 fails
+ S8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
+ S8231318: Several compiler/aot tests fail for JDK11 on Windows
when only MSVC 2017 is installed
+ S8231336: Corrupted option dialog in JTHarness with JDK14b13
+ S8231403: [ppc]: Align ReservedCodeCacheSize default value
with other platforms
+ S8231457: Asserts on AIX because os::elapsed_counter() is not
monotonic
+ S8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run
with GCs that do not support JVMCI/AOT
+ S8231620: assert(bol->is_Bool()) crash during split if due to
FastLockNode
+ S8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
+ S8231693: Backout "8230728: Thin stroked shapes are not
rendered if affine transform has flip bit" from jdk11u
+ S8231751: on aix handle Power 9 in os::get_summary_cpu_info
+ S8231770: Test java/util/zip/FlaterTest.java fails with
- Xcheck:jni
+ S8231885: Fix/remove malformed assert in os_windows.cpp
+ S8231887: ComodoCA.java fails because certificate was revoked
+ S8231930: Windows build fails after JDK-8191521
+ S8231949: [PPC64, s390]: Make async profiling more reliable
+ S8231988: Unexpected test result caused by C2
IdealLoopTree::do_remove_empty_loop
+ S8231991: Mouse wheel change focus on awt/swing windows
+ S8232005: [s390, PPC64] More exception checks missing in
interpreter
+ S8232019: Add LuxTrust certificate updates to the existing
root program
+ S8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch
configuration
+ S8232052: use string literal for format string when handling
PauseAtStartupFile
+ S8232178: MacVolumesTest failed after upgrade to MacOS
Catalina
+ S8232381: add result NULL-checking to freetypeScaler.c
+ S8232539: SIGSEGV in C2 Node::unique_ctrl_out
+ S8232592: <Unknown compiled code> is shown in jstack mixed
mode
+ S8232874: Add missing test for 8230062
+ S8232879: Writing out data with the Zip File System leads to
a CRC failure
+ S8232984: Upgrading Joni License version to 2.1.16
+ S8233075: JFR - nmetods - misspelled in several places
+ S8233081: C1: PatchingStub for field access copies too much
+ S8233097: Fontmetrics for large Fonts has zero width
+ S8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/
/8132119/bug8132119.java
+ S8233203: fix non-product build on AIX when compiling with
xlc16/legacy-xlc
+ S8233223: Add Amazon Root CA certificates
+ S8233404: System property to set the number of PBE iterations
in JCEKS keystores
+ S8233820: Test crashed with assert(phi->operand_count() != 1
|| phi->subst() != phi) failed: missed trivial simplification
+ S8233839: aarch64: missing memory barrier in
NewObjectArrayStub and NewTypeArrayStub
+ S8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java
hit hardcoded expiration date
+ S8233944: Make KerberosPrincipal.KRB_NT_ENTERPRISE field
package private
+ S8233954: UnsatisfiedLinkError or NoSuchAlgorithmException
after removing sunec.dll
+ S8234080: jdk/nio/zipfs/CRCWriteTest.java fails
+ S8234107: Several AWT modal dialog tests failing on Linux
after JDK-8231991
+ S8234245: sun/security/lib/cacerts/VerifyCACerts.java fails
due to wrong checksum
+ S8234321: Call cache flush after generating trampoline.
+ S8234591: [11u] Build with old C compiler broken by 8223490
+ S8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails
on macOS 10.15
+ S8234645: ARM32: C1: PatchingStub for field access: not enough
bytes
+ S8234906: [TESTBUG] TestDivZeroCheckControl fails for client
VMs due to Unrecognized VM option LoopUnrollLimit
+ S8235142: JDK-8193255 backport broke bootstrap with JDK 10
+ S8235403: Further cleanup to test
serviceability/sa/ClhsdbCDSCore.java
+ S8235585: Enable macOS codesigning for all libraries and
executables
+ S8235687: Contents/MacOS/libjli.dylib cannot be a symlink
* Tue Dec 17 2019 guillaume.gardet@opensuse.org
- Switch back armv6 from zero platform to client JVM
* Wed Oct 23 2019 fstrba@suse.com
- Update to upstream tag jdk-11.0.5-10 (October 2019 CPU,
bsc#1154212)
* Security fixes:
+ S8209901: Canonical file handling
+ S8213429, CVE-2019-2933: Windows file handling redux
+ S8218573, CVE-2019-2945: Better socket support
+ S8218877: Help transform transformers
+ S8219914: Change the environment variable for Java Access
Bridge logging to have a directory.
+ S8220186: Improve use of font temporary files
+ S8220302, CVE-2019-2949: Better Kerberos ccache handling
+ S8221497: Optional Panes in Swing
+ S8221858, CVE-2019-2958: Build Better Processes
+ S8222684, CVE-2019-2964: Better support for patterns
+ S8222690, CVE-2019-2962: Better Glyph Images
+ S8223163: Better pattern recognition
+ S8223505, CVE-2019-2973: Better pattern compilation
+ S8223518, CVE-2019-2975: Unexpected exception in jjs
+ S8223886: Add in font table referene
+ S8223892, CVE-2019-2978: Improved handling of jar files
+ S8224025: Fix for JDK-8220302 is not complete
+ S8224062, CVE-2019-2977: Improve String index handling
+ S8224532, CVE-2019-2981: Better Path supports
+ S8224915, CVE-2019-2983: Better serial attributes
+ S8225286, CVE-2019-2987: Better rendering of native glyphs
+ S8225292, CVE-2019-2988: Better Graphics2D drawing
+ S8225298, CVE-2019-2989: Improve TLS connection support
+ S8225597, CVE-2019-2992: Enhance font glyph mapping
+ S8226765, CVE-2019-2999: Commentary on Javadoc comments
+ S8227601: Better collection of references
+ S8228825, CVE-2019-2894, bsc#1152856: Enhance ECDSA operations
* Other fixes:
+ S6996807: FieldReflectorKey hash code computation can be
improved
+ S8076988: reevaluate trivial method policy
+ S8087128: C2: Disallow definition split on MachCopySpill nodes
+ S8133489: Better messaging for PKIX path validation matching
+ S8139965: Hang seen when using
com.sun.jndi.ldap.search.replyQueueSize
+ S8147502: Digest is incorrectly truncated for ECDSA
signatures when the bit length of n is less than the field
size
+ S8148188: Enhance the security libraries to record events of
interest
+ S8163363: AArch64: Stack size in tools/launcher/Settings.java
needs to be adjusted
+ S8163511: Allocation of compile task fails with assert:
"Leaking compilation tasks?"
+ S8170639: [Linux] jsig is limited to a maximum of 64 signals
+ S8177899: Tests fail due to code cache exhaustion on machines
with many cores
+ S8180901: Transformer.reset() resets the state only once
+ S8193234: When using -Xcheck:jni an internally allocated
buffer can leak
+ S8194231: java/net/DatagramSocket/ReuseAddressTest.java
failed with java.net.BindException: Address already in use:
Cannot bind
+ S8196681: Java Access Bridge logging and debug flags
dynamically controlled
+ S8198411: [TEST_BUG] Two java2d tests are unstable in mach5
+ S8200365: TestOptionsWithRanges.java of
'-XX:TLABWasteTargetPercent=100' fails intermittently
+ S8200400: Restrict Sasl mechanisms
+ S8202035: Archive the set of ModuleDescriptor and
ModuleReference objects for observable system modules with
unnamed initial module.
+ S8202252: (aio) Closed AsynchronousSocketChannel keeps
completion handler alive
+ S8202952: C2: Unexpected dead nodes after matching
+ S8203629: Produce events in the JDK without a dependency on
jdk.jfr
+ S8204203: Many pkcs11 tests failed in Provider
initialization, after compiler on Windows changed
+ S8204521: compiler/jsr292/
/RedefineMethodUsedByMultipleMethodHandles.java fails trying
to delete temp file
+ S8205421: AARCH64: StubCodeMark should be placed after
alignment
+ S8205654: serviceability/dcmd/framework/HelpTest.java timed
out
+ S8206074: nsk/jdi/EventRequestManager/createStepRequest/
/crstepreq001/TestDescription.java is timing out
+ S8206879: Currency decimal marker incorrect for Peru
+ S8207965: C2-only debug build fails
+ S8208269: Javadoc does not support module-info in a
multi-release jar
+ S8208499: NMT: Missing memory tag for Safepoint polling page
+ S8208655: use JTreg skipped status in hotspot tests
+ S8208701: Fix for JDK-8208655 causes test failures in CI tier1
+ S8208706: compiler/tiered/ConstantGettersTransitionsTest.java
fails to compile
+ S8208780: (se) test
SelectWithConsumer.testReadableAndWriteable(): failure
+ S8209186: Rename SimpleThresholdPolicy to
TieredThresholdPolicy
+ S8209413: AArch64: NPE in clhsdb jstack command
+ S8209420: Track membars for volatile accesses so they can be
properly optimized
+ S8209684: Intrinsics that assume some input non null should
use GraphKit::must_be_not_null()
+ S8209939: [testbug][ppc] Test SafepointPollingPages fails
after 8208499 with UseSIGTRAP on.
+ S8210063: ZGC: Enable load barriers for IN_NATIVE runtime
barriers
+ S8210130: java/net/httpclient/UnknownBodyLengthTest.java
failed
+ S8210314: [aix] NMT does not show "Safepoint" memory type
+ S8210389: C2: assert(n->outcnt() != 0 || C->top() == n ||
n->is_Proj()) failed: No dead instructions after post-alloc
+ S8210390: C2 still crashes with "assert(mode ==
ControlAroundStripMined && use == sfpt) failed: missed a node"
+ S8210408: Refactor java.util.ResourceBundle:i18n shell tests
to plain java tests
+ S8210729: Clean up macosx static library handling
+ S8210919: Remove statically linked libjli on Windows
+ S8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/
/ap11t001/TestDescription.java failed with
JVMTI_ERROR_INVALID_CLASS in CDS mode
+ S8210985: Update the default SSL session cache size to 20480
+ S8211097: aix: fix build after JDK-8210919
+ S8211232: GraphKit::make_runtime_call() sometimes attaches
wrong memory state to call
+ S8211233: MemBarNode::trailing_membar() and
MemBarNode::leading_membar() need to handle dying subgraphs
better
+ S8211727: Adjust default concurrency settings for running
tests on Sparc
+ S8212528: Wrong cgroup subsystem being used for some CPU
Container Metrics
+ S8212970: TZ database in "vanguard" format support
+ S8212992: Change mirror accessor in Klass::verify_on() to use
AS_NO_KEEPALIVE
+ S8213017: jspawnhelper: need to handle pipe write failure
when sending return code
+ S8213117: adoptNode corrupts attribute values
+ S8213134: AArch64: vector shift failed with MaxVectorSize=8
+ S8213172: CDS and JFR tests fail with
assert(JdkJfrEvent::is(klass)) failed: invariant
+ S8213325: (props) Properties.loadFromXML does not fully
comply with the spec
+ S8213406: (fs) More than one instance of built-in FileSystem
observed in heap
+ S8213561: ZipFile/MultiThreadedReadTest.java timed out in
tier1
+ S8213734: SAXParser.parse(File, ..) does not close resources
when Exception occurs.
+ S8214003: Limit default test jobs based on memory size
+ S8214096: sun.security.util.SignatureUtil passes null
parameter, so JCE validation fails
+ S8214161: java.lang.IllegalAccessError: class
jdk.internal.event.X509CertificateEvent (in module java.base)
cannot access class jdk.jfr.internal.handlers.EventHandler
(in module jdk.jfr) because module java.base does not read
module jdk.jfr
+ S8214287: SpecJbb2005StressModule got uncaught exception
+ S8214579: JFrame does not paint content in XVFB / X11vnc
environment
+ S8214687: Optimize Collections.nCopies().hashCode() and
equals()
+ S8214702: Wrong text position for whitespaced string in
printing Swing text
+ S8214770: java/time/test/java/time/format/
/TestNonIsoFormatter.java failed in non-english locales.
+ S8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
+ S8214857: "bad trailing membar" assert failure at
memnode.cpp:3220
+ S8215044: C2 crash in loopTransform.cpp with
assert(cl->trip_count() > 0) failed: peeling a fully unrolled
loop
+ S8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
+ S8215265: C2: range check elimination may allow illegal out
of bound access
+ S8215281: Use String.isEmpty() when applicable in java.base
+ S8215380: Backout accidental change to String::length
+ S8215451: JNI IsSameObject should not keep objects alive
+ S8215483: Off heap memory accesses should be vectorized
+ S8215505: Cleanup jvm.cpp obsolete code after JDK-8210094:
Better loading of classloader classes
+ S8215534: [testbug] some jfr test don't check @requires
vm.hasJFR
+ S8215694: keytool cannot generate RSASSA-PSS certificates
+ S8215756: Memory leaks in the AWT on macOS
+ S8215792: AArch64: String.indexOf generates incorrect result
+ S8215879: AArch64: ReservedStackAccess may leave stack guard
in inconsistent state
+ S8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails
intermittently
+ S8215961: jdk/jfr/event/os/TestCPUInformation.java fails on
AArch64
+ S8215982: (tz) Upgrade time-zone data to tzdata2018i
+ S8216039: TLS with BC and RSASSA-PSS breaks
ECDHServerKeyExchange
+ S8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java
failing
+ S8216155: C4819 warning at libfreetype sources on Windows
+ S8216199: Local variable arg defined but never used in
BCEscapeAnalyzer::compute_escape_for_intrinsic()
+ S8216205: Java API documentation formatting error in
System.getEnv
+ S8216261: Javap ignores default modifier on interfaces
+ S8216326: SSLSocket stream close() does not close the
associated socket
+ S8216375: Revert JDK-8145579 after JDK-8076988 is resolved
+ S8216401: Allow "file:" URLs in Class-Path of local JARs
+ S8216427: ciMethodData::load_extra_data() does not always
unpack the last entry
+ S8216528: test/jdk/java/rmi/transport/
/runtimeThreadInheritanceLeak/
/RuntimeThreadInheritanceLeak.java failing with Xcomp
+ S8216549: Mismatched unsafe access to non escaping object
fails
+ S8216562: UnknownBodyLength sometimes fails due to
"Connection reset by peer"
+ S8216987: ciMethodData::load_data() unpacks MDOs with
non-atomic copy
+ S8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier()
does not check for zero length on AARCH64
+ S8217093: Support extended-length paths in parse_manifest.c
on windows
+ S8217344: Make comparison overflow-aware in
ECDHKeyAgreement.engineGenerateSecret()
+ S8217359: C2 compiler triggers SIGSEGV after transformation
in ConvI2LNode::Ideal
+ S8217364: Custom URLStreamHandler for jrt or file protocol
can override default handler
+ S8217366: ZoneStrings are not populated for all the Locales
+ S8217368: AArch64: C2 recursive stack locking optimisation
not triggered
+ S8217371: Incorrect LP64 guard in x86.ad after JDK-8210764
(Update avx512 implementation)
+ S8217576: C1 atomic access handlers use incorrect decorators
+ S8217676: Upgrade libpng to 1.6.37
+ S8217760: C2: Missing symbolic info on a call from intrinsics
when invoked through MethodHandle
+ S8217766: Container Support doesn't work for some Join
Controllers combinations
+ S8217785: Padding
ParallelTaskTerminator::_offered_termination variable
+ S8217896: Make better use of LCPUs when building on AIX
+ S8217990: C2 UseOptoBiasInlining: load of markword optimized
to 0 if running with -XX:-EliminateLocks
+ S8218163: C2: Continuous deoptimization w/
Reason_speculate_class_check and Action_none
+ S8218185: aarch64: missing LoadStore barrier in
TemplateTable::putfield_or_static
+ S8218201: Failures when vmIntrinsics::_getClass is not inlined
+ S8218280: LineNumberReader throws "Mark invalid" exception if
CRLF straddles buffer.
+ S8218553: Enhance keystore load debug output
+ S8218558: NMT stack traces in output should show mt component
for virtual memory allocations
+ S8218566: NMT: missing memory tag for assert poison page
+ S8218581: Incorrect exception message generation
+ S8218682: [TEST_BUG] DashOffset fails in mach5
+ S8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on
Linux
+ S8218715: [TESTBUG]
TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock
WhiteBoxAPI
+ S8218721: C1's CEE optimization produces safepoint poll with
invalid debug information
+ S8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2
implementation
+ S8218780: Update MUSCLE PCSC-Lite header files
+ S8218879: Keep track of memory accesses originated from Unsafe
+ S8218966: AArch64: String.compareTo() can read memory after
string
+ S8219013: Update Apache Santuario (XML Signature) to version
2.1.3
+ S8219241: Provide basic virtualization related info in the
hs_error file on linux/windows x86_64
+ S8219244: NMT: Change ThreadSafepointState's allocation type
from mtInternal to mtThread
+ S8219370: NMT: Move synchronization primitives from
mtInternal to mtSynchronizer
+ S8219513: compiler/codegen/aes/
/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
+ S8219517: assert(false) failed: infinite loop in
PhaseIterGVN::optimize
+ S8219562: Line of code in osContainer_linux.cpp L102 appears
unreachable
+ S8219583: Windows build failure after JDK-8214777 (Avoid some
GCC 8.X strncpy() errors in HotSpot)
+ S8219635: aarch64: missing LoadStore barrier in
TemplateTable::fast_storefield
+ S8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
+ S8219919: RuntimeStub name lost with
PrintFrameConverterAssembly
+ S8219993: AArch64: Compiled CI stubs are unsafely modified
+ S8219997: [TESTBUG] Create test for JFR events in Docker
container: CPU, Memory and Process Info
+ S8220037: Inconsistencies of generated timezone files between
Windows and Linux
+ S8220072: GCC 8.3 reports errors in java.base
+ S8220173: assert(_handle_mark_nesting > 1) failed: memory
leak: allocating handle outside HandleMark
+ S8220227: Host Locale Provider getDisplayCountry returns
error message under non-English Win10
+ S8220313: [TESTBUG] Update base image for Docker testing to
OL 7.6
+ S8220341: Class redefinition fails with
assert(!is_unloaded()) failed: unloaded method on the stack
+ S8220355: Improve assertion texts and exception messages in
eventHandlerVMInit
+ S8220570: Additonal trace when native thread creation fails
+ S8220579: [Containers] SubSystem.java out of sync with
osContainer_linux.cpp
+ S8220657: JFR.dump does not work when filename is set
+ S8220672: [TESTBUG] TestCPUSets should check that cpuset does
not exceed available cores
+ S8220674: [TESTBUG] MetricsMemoryTester failcount test in
docker container only works with debug JVMs
+ S8220682: Heap dumping and inspection fails with JDK-8214712
+ S8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
+ S8221120: CopyOnWriteArrayList.set should always have
volatile write semantics
+ S8221220: AArch64: Add StoreStore membar explicitly for
Volatile Writes in TemplateTable
+ S8221253: TLSv1.3 may generate TLSInnerPlainText longer than
2^14+1 bytes
+ S8221325: Add information about swap space to
print_memory_info() on MacOS
+ S8221340: [TESTBUG] TestCgroupMetrics.java fails after fix
for JDK-8219562
+ S8221342: [TESTBUG] Generate Dockerfile for docker testing
+ S8221407: Windows 32bit build error in
libsunmscapi/security.cpp
+ S8221408: Windows 32bit build build errors/warnings in hotspot
+ S8221411: NullPointerException in RasterPrinterJob without
PrinterResolution
+ S8221434: Fix typo in lib-x11 autoconf error message about
missing headers
+ S8221480: jcmd VM.metaspace shall print limits in basic mode
+ S8221497: Optional Panes in Swing
+ S8221527: [TESTBUG] DockerBasicTest.java contains hard-coded
reference to JDK 10
+ S8221529: [TESTBUG] Docker tests use old/deprecated image on
AArch64
+ S8221710: [TESTBUG] more configurable parameters for docker
testing
+ S8221725: AArch64 build failures after JDK-8221408 (Windows
32bit build build errors/warnings in hotspot)
+ S8221730: jcmd process name matching broken
+ S8221801: Update src/java.base/share/legal/public_suffix.md
+ S8221892: ThreadPoolExecutor: Thread.isAlive() is not
equivalent to not being startable
+ S8221894: Add comments for docker tests in the test doc
+ S8222108: Reduce minRefreshTime for updating remote printer
list on Windows
+ S8222154: upgrade gtest to 1.8.1
+ S8222280: Provide virtualization related info in the hs_error
file on AIX
+ S8222299: [TESTBUG] move hotspot container tests to
hotspot/containers
+ S8222362: Upgrade to Freetype 2.10.0
+ S8222387: Out-of-bounds access to CPU _family_id_xxx array
+ S8222415: Xerces 2.12.0: Parsing Configuration
+ S8222670: pathological case of JIT recompilation and code
cache bloat
+ S8222720: Provide extended VMWare/vSphere virtualization
related info in the hs_error file on linux/windows x86_64
+ S8222743: Xerces 2.12.0: DOM Implementation
+ S8222914: Partial backport of JDK-8218266
+ S8222968: ByteArrayPublisher is not thread-safe resulting in
broken re-use of HttpRequests
+ S8222980: Upgrade IANA Language Subtag Registry to Version
2019-04-03
+ S8222987: sun/security/tools/keytool/PSS.java times out on
Solaris-SPARC
+ S8222991: Xerces 2.12.0: Validation
+ S8223177: Data race on JvmtiEnvBase::_tag_map in
double-checked locking
+ S8223227: Rename acquire_tag_map() to tag_map_acquire() in
jvmtiEnvBase
+ S8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
+ S8223336: Assert in
VirtualMemoryTracker::remove_released_region when running the
SharedArchiveConsistency.java test with
- XX:NativeMemoryTracking=detail
+ S8223482: Unsupported ciphersuites may be offered by a TLS
client
+ S8223518: Unexpected exception in jjs
+ S8223537: testlibrary_tests/ctw/ClassesListTest.java fails
with Agent timeout frequently
+ S8223553: Fix code constructs that do not compile with the
Eclipse Java Compiler
+ S8223572: ~ThreadInVMForHandshake() should call
handle_special_runtime_exit_condition()
+ S8223574: add more thread-related system settings info to
hs_error file on AIX
+ S8223660: jtreg: Decouple Unsafe from RTM tests
+ S8223814: SA: jhsdb common help needs to be more detailed
+ S8223886: Add in font table referene
+ S8224033: os::snprintf should be used in
virtualizationSupport.cpp
+ S8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler
fails intermittently for case 13 on Windows
+ S8224090: [PPC64] Fix SLP patterns for filling an array with
double float literals
+ S8224165: [TESTBUG] Docker tests produce excessive output
+ S8224181: On child process spawn, child may write to random
file descriptor instead of the fail pipe
+ S8224202: Speed up Properties.load
+ S8224221: add memprotect calls to event log
+ S8224230: [PPC64, s390] Support AsyncGetCallTrace
+ S8224252: [TESTBUG]
hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is
timing out again after fix for JDK-8163805
+ S8224487: outputStream should not be copyable
+ S8224531: SEGV while collecting Klass statistics
+ S8224558: Fix replicateB encoding
+ S8224560: (tz) Upgrade time-zone data to tzdata2019a
+ S8224580: Matcher can cause oop field/array element to be
reloaded
+ S8224589: Improve startup behavior of SecurityProperties
+ S8224658: Unsafe access C2 compile fails with assert(flat !=
TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr:
adr_type = NULL
+ S8224698: ConcurrentSkipListMap.java does not compile with
the Eclipse Java Compiler
+ S8224825: java/awt/Color/AlphaColorTest.java fails in
linux-x64 system
+ S8224838: Bump update version for OpenJDK: jdk-11.0.5
+ S8224991: Problemlist
javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
+ S8225005: Xerces 2.12.0: License file
+ S8225141: Better handling of classes in error state in fast
class initialization checks
+ S8225178: [Solaris] os::signal() should call sigaction() with
SA_SIGINFO
+ S8225189: Multiple JNI calls within critical region in ZIP
Library
+ S8225257: sun/security/tools/keytool/PSS.java timed out
+ S8225286: Better rendering of native glyphs
+ S8225298: Improve TLS connection support
+ S8225347: [s390] Unexpected exit from stack overflow test
+ S8225386: test for JDK-8216261 fails in Windows
+ S8225388: Running jcmd Compiler.CodeHeap_Analytics all 0
cause crash.
+ S8225390: ProblemList sun/security/pkcs11/sslecc/
/ClientJSSEServerJSSE.java due to JDK-8161536
+ S8225423: GTK L&F: JSplitPane: There is no divider shown
+ S8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find
dependent libraries
+ S8225543: Jcmd fails to attach to the Java process on Linux
using the main class name if whitespace options were used to
launch the process
+ S8225580: tzdata2018i integration causes test failures on
jdk-13
+ S8225636: SA can't handle prelinked libraries
+ S8225644: C1 dumps incorrect class name in ClassCastException
message
+ S8225663: [testbug] Missing JNIEXPORT in XAbortProvoker
native function
+ S8225715: jhsdb jmap fails to write binary heap dump of a
jshell process
+ S8226409: Enable argument profiling for
sun.misc.Unsafe.put*/get*
+ S8226468: [aix] loadquery failed error message displayed
+ S8226530: ZipFile reads wrong entry size from ZIP64 entries
+ S8226543: Reduce GC pressure during message digest
calculations in password-based encryption
+ S8226607: Inconsistent info between pcsclite.md and MUSCLE
headers
+ S8226798: JVM crash in
klassItable::initialize_itable_for_interface(int,
InstanceKlass*, bool, Thread*)
+ S8226964: [Yaru] GTK L&F: There is no difference between menu
selected and de-selected
+ S8227011: Starting a JFR recording in response to JVMTI
VMInit and / or Java agent premain corrupts memory
+ S8227041: runtime/memory/RunUnitTestsConcurrently.java has a
memory leak
+ S8227117: normal interpreter table is not restored after
single stepping with TLH
+ S8227247: tools/sjavac/IdleShutdown.java fails with
AssertionError: Error too big on windows
+ S8227277: HeapInspection::find_instances_at_safepoint walks
dead objects
+ S8227392: Colors with alpha are painted incorrectly on Linux,
after JDK-8214579
+ S8227594: sadebugd/DebugdConnectTest.java fails due to
"java.rmi.NotBoundException: SARemoteDebugger"
+ S8227630: adjust format specifiers in loadlib_aix.cpp
+ S8227834: build.log output from failing commands : include
the hs_error file path in case of crashes in build
+ S8227869: fix wrong format specifiers in os_aix.cpp
+ S8227919: 8213232 causes crashes on solaris sparc64
+ S8228337: problemList failing/ignored manual tests in
security-libs
+ S8228400: Remove built-in AArch64 simulator
+ S8228469: (tz) Upgrade time-zone data to tzdata2019b
+ S8228485: JVM crashes when bootstrap method for condy
triggers loading of class whose static initializer throws
ve thread creation fails
+ S8220579: [Containers] SubSystem.ja exception
+ S8228501: java_props_macosx.c - provide missing CFRelease for
CFLocaleCopyCurrent
+ S8228578: fix CFData object leak in macosx KeystoreImpl.m
+ S8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java
- NumberFormatException because of large long values (memory
limit_in_bytes)
+ S8228596: Class redefinition fails when condy instructions
are removed
+ S8228601: AArch64: Fix interpreter code at JVMCI
deoptimization entry
+ S8228618: s390: c1/c2 fail to add a metadata relocation in
the static call stub.
+ S8228649: [PPC64] SA reads wrong slots from interpreter frames
+ S8228658: test GetTotalSafepointTime.java fails on fast Linux
machines with Total safepoint time 0 ms
+ S8228711: Path rendered incorrectly when it goes outside the
clipping region
+ S8228725: AArch64: Purge method call format support
+ S8228764: New library dependencies due to JDK-8222720
+ S8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on
AArch64
+ S8229352: Use of an uninitialized register in 32-bit ARM
template interpreter
+ S8229406: ZGC: Fix incorrect statistics
+ S8229767: Typo in java.security: Sasl.createClient and
Sasl.createServer
+ S8229773: Resolve permissions for code source URLs lazily
+ S8229887: (zipfs) zip file corruption when replacing an
existing STORED entry
+ S8229925: [s390, PPC64] Exception check missing in interpreter
+ S8230085: (fs) FileStore::isReadOnly is always true on macOS
Catalina
+ S8230099: Prepare for backport of JDK-8217368
+ S8230728: Thin stroked shapes are not rendered if affine
transform has flip bit
+ S8230850: Test sun/tools/jcmd/TestProcessHelper.java fails
intermittently
+ S8231693: Backout "8230728: Thin stroked shapes are not
rendered if affine transform has flip bit" from jdk11u
- Modified patch:
* system-pcsclite.patch
+ adapt to changed context
* Wed Jul 17 2019 fstrba@suse.com
- Update to upstream tag jdk-11.0.4+11 (July 2019 CPU)
* Security fixes
+ S8208698, CVE-2019-2745, bsc#1141784: Improved ECC
Implementation
+ S8212328, CVE-2019-2762, bsc#1141782: Exceptional throw cases
+ S8213431, CVE-2019-2766, bsc#1141789: Improve file protocol
handling
+ S8213432, CVE-2019-2769, bsc#1141783: Better copies of
CopiesList
+ S8216381, CVE-2019-2786, bsc#1141787: More limited privilege
usage
+ S8217563: Improve realm maintenance
+ S8218863: Better endpoint checks
+ S8218873: Improve JSSE endpoint checking
+ S8218876, CVE-2019-7317, bsc#1141780: Improve PNG support
options
+ S8219775: Certificate validation improvements
+ S8220517: Enhanced GIF support
+ S8221345, CVE-2019-2818, bsc#1141788: Better Poly1305 support
+ S8221518, CVE-2019-2816, bsc#1141785: Normalize normalization
+ S8222678, CVE-2019-2821, bsc#1141781: Improve TLS negotiation
* Other fixes
+ S6913047: Long term memory leak when using PKCS11 and JCE
exceeds 32 bit process address space
+ S8139178: Wrong fontMetrics when printing in Landscape
(OpenJDK)
+ S8163805: hotspot/test/serviceability/sa/sadebugd/
/SADebugDTest.java failed with timed out
+ S8170494: JNI exception pending in PlainDatagramSocketImpl.c
+ S8174691: [TESTBUG] A number of native hotspot unit tests
fail when executed in stand-alone mode
+ S8179098: Crypto AES/ECB encryption/decryption performance
regression (introduced in jdk9b73)
+ S8181143: Introduce diagnostic flag to abort VM on too long
VM operations
+ S8188133: C2: Static field accesses in clinit can trigger
deoptimizations
+ S8190361: Incorrect version info in jaccessinspector.exe and
jaccesswalker.exe
+ S8195793: Remove GTE CyberTrust Global Root
+ S8200286: (testbug) MOptionTest test fails with
java.lang.AssertionError: Classfiles too old!
+ S8200613: SA: jstack throws UnmappedAddressException with a
CDS core file
+ S8201317: X25519/X448 code improvements
+ S8201633: Problems with AES-GCM native acceleration
+ S8202353: os::readdir should use readdir instead of readdir_r
+ S8202414: Unsafe write after primitive array creation may
result in array length change
+ S8202651: Test ComodoCA.java fails
+ S8202794: Native Unix code should use readdir rather than
readdir_r
+ S8202884: SA: Attach/detach might fail on Linux if debugee
application create/destroy threads during attaching
+ S8203627: Swing applications with JRadioButton and JCheckbox
fail to render correctly when using GTK3 and the GTK L&F
+ S8204308: SA: serviceability/sa/TestInstanceKlassSize*.java
fails when running in CDS mode
+ S8205574: Loop predication "assert(f <= 1 && f >= 0) failed
Incorrect frequency"
+ S8205611: Improve the wording of LinkageErrors to include
module and class loader information
+ S8206955: MethodHandleProxies.asInterfaceInstance does not
support default methods
+ S8207340: (fs) UnixNativeDispatcher close and readdir usages
should be fixed
+ S8207748: Fix for 8202794 breaks tier1 builds
+ S8207760: SAXException: Invalid UTF-16 surrogate detected:
d83c ?
+ S8208634: Add x-IBM-1129 charset
+ S8208648: ECC Field Arithmetic Enhancements
+ S8208702: javax/swing/reliability/
/HangDuringStaticInitialization.java may hang on macos
+ S8208996: X11 icon window color handing bug
+ S8209055: c.s.t.javac.code.DeferredCompletionFailureHandler
seems to use WeakHashMap incorrectly
+ S8209414: AArch64: method handle invocation does not respect
JVMTI interp_only mode
+ S8209415: Fix JVMTI test failure HS202
+ S8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry
on failure
+ S8209914: javadoc search sometimes generates bad URIs
+ S8209951: Problematic sparc intrinsic:
com.sun.crypto.provider.CipherBlockChaining
+ S8210008: custom extension for make/SourceRevision.gmk
+ S8210197: javac can't tell during speculative attribution if
a diamond expression is creating an anonymous inner class or
not
+ S8210283: Support git as an SCM alternative in the build
+ S8210320: PPC64: Fix uninitialized variable in C1 LIR
assembler code
+ S8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
+ S8210483: AssertionError in DeferredAttr at setOverloadKind
caused by JDK-8203679
+ S8210519: build/releaseFile/CheckSource.java failed additional
sources found
+ S8210739: Calling JSpinner's setFont with null throws
NullPointerException
+ S8210782: Upgrade HarfBuzz to the latest 2.3.1
+ S8210803: Compilation failure in codeBlob.cpp for Windows
32-bit
+ S8210837: Add libXrandr-devel to the Linux devkits
+ S8210863: Remove Xrandr include files from JDK sources
+ S8210880: Remove HPKeysym.h from JDK sources
+ S8210886: Remove references in xwindows.md to non-existent
files.
+ S8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32
mistakenly set the crc32 value into size field
+ S8211266: [TESTBUG] ZipFSTester.java failed intermittently in
ZipFSTester.checkRead(): bound must be positive
+ S8211350: Remove jprt support
+ S8211393: Memory leak issue on awt_InputMethod.c
+ S8211435: Exception in thread "AWT-EventQueue-1"
java.lang.IllegalArgumentException: null source
+ S8211698: Crash in C2 compiled code during execution of
double array heavy processing code
+ S8211810: X11 Time stamp data should be unsigned
+ S8211826: StringIndexOutOfBoundsException happens via
GetStringUTFRegion()
+ S8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not
compile (aix)
+ S8211969: test/jdk/lib/security/CheckBlacklistedCerts.java
searching for wrong paths
+ S8211971: Move security/cacerts/VerifyCACerts.java and
security/CheckBlacklistedCerts.java
+ S8212202: [Windows] Exception if no printers are installed.
+ S8212205: VM asserts after CDS archive has been unmapped
+ S8212562: To remove lib/security from test/jdk/TEST.groups
+ S8212676: AWT SystemColor setting on CDE
+ S8212677: X11 default visual support for IM status window on
VNC
+ S8212678: Windows IME related patch
+ S8212794: IBM-964 is required for AIX default charset
+ S8212828: (process) Provide a way for Runtime.exec to use
posix_spawn on linux
+ S8213015: Inconsistent settings between JFR.configure and
- XX:FlightRecorderOptions
+ S8213213: Remove src/java.desktop/unix/classes/sun/awt/
/X11/keysym2ucs.h
+ S8213232: Unix/X11 setCompositionEnableNative issue
+ S8213292: Input freezes after MacOS key-selector (press&hold)
usage on macOS Mojave
+ S8213294: Upgrade IANA LSR data
+ S8213515: Improve freetype detection on linux/ppc64/ppc64le/
/s390x
+ S8213614: DnD operation change feature does not work with
64bit big endian CPU
+ S8213617: JFR should record the PID of the recorded process
+ S8213618: IBM970 charset has missing entry and remove
unexpected entries
+ S8213825: assert(false) failed: Non-balanced monitor
enter/exit! Likely JNI locking
+ S8213944: Fix AIX build after the removal of Xrandr.h and add
a configure check for it
+ S8214002: Cannot use italic font style if the font has
embedded bitmap
+ S8214109: XToolkit is not correctly displayed color on 16-bit
high color setting
+ S8214111: There is no icon in all JOptionPane target image
+ S8214112: The whole text in target JPasswordField image are
not selected
+ S8214252: Expanded & Collapsed nodes of a JTree look the same
on GTK3
+ S8214253: Tooltip is transparent rather than having a black
background
+ S8214468: jQuery UI upgrade from 1.11.4 to 1.12.1
+ S8214533: IBM-29626C is required for AIX default charset
+ S8214765: All TrayIcon MessageType icons does not show up
with gtk3 option set
+ S8214935: Upgrade IANA LSR data
+ S8215026: Incorrect amount of memory unmapped with
ImageFileReader::close()
+ S8215123: Crash in runtime image built with jlink --compress=2
+ S8215284: Reduce noise induced by periodic task getFileSize()
+ S8215296: do not disable c99 on Solaris
+ S8215342: [Zero] Build fails after JDK-8200613
+ S8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while
using Swing-FX interop
+ S8215374: 32-bit build failures after JDK-8181143 (Introduce
diagnostic flag to abort VM on too long VM operations)
+ S8215398: -Xlog option usage => Invalid decorator
'\temp\app_cds.log'.
+ S8215443: The use of TransportContext.fatal() leads to bad
coding style
+ S8215472: (zipfs) Cleanups in implementation classes of
jdk.zipfs and tests
+ S8215707: [macosx] fix pthread_getschedparam and
pthread_setschedparam calls
+ S8215757: C2: PhaseIdealLoop::create_new_if_for_predicate()
computes wrong IDOM
+ S8215790: Delegated task created by SSLEngine throws
java.nio.BufferUnderflowException
+ S8216045: The size of key_exchange may be wrong on FFDHE
+ S8216355: missing NULL checks in libnet in interface iteration
and potential resource leak in getMacAddress
+ S8216556: Unnecessary liveness computation with JVMTI
+ S8216577: Add GlobalSign's R6 Root certificate
+ S8216597: SIGBUS in
Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo
after JDK-6913047
+ S8216970: condy causes JVM crash
+ S8217088: Disable JDK-6913047 fix (SunPKCS11 memory leak)
after JDK-8216597 (SIGBUS error in getNativeKeyInfo)
+ S8217094: HttpClient SSL race if a socket IOException is
raised before ALPN is available
+ S8217263: Automate DashOffset test
+ S8217311: Improve Exception thrown when
MulticastSocket.setInterface fails on AIX(Unix)
+ S8217564: idempotent protection missing in crc32c.h
+ S8217647: JFR: recordings on 32-bit systems unreadable
+ S8217690: Update public suffix version
+ S8217707: JNICALL declaration breaks Splash screen functions
+ S8217765: Internal Error (javaCalls.cpp:61)
guarantee(thread->can_call_java()) failed
+ S8217786: Provide virtualization related info in the hs_error
file on linux s390x
+ S8217878: ENVELOPING XML signature no longer works in JDK 11
+ S8217879: hs_err should print more instructions in hex dump
+ S8217880: AIX build issue after JDK-8214533
+ S8218020: Fix version number in mesa.md 3rd party legal file
+ S8218060: JDK-8217786 breaks build due to remaining unused
function
+ S8218063: JDK-8218060 breaks build for S390
+ S8218152: [javac] fails and exits with no error if a bad
annotation processor provided
+ S8218469: JSlider display issue with slider for GTKLookAndFeel
+ S8218470: JScrollBar display issue with GTKLookAndFeel
+ S8218472: JProgressBar display issue with GTKLookAndFeel
+ S8218473: JOptionPane display issue with GTKLookAndFeel
+ S8218479: JTextPane display issue with GTKLookAndFeel
+ S8218618: Program fails when using JDK addressed by UNC path
and using Security Manager
+ S8218629: XML Digital Signature throws NAMESPACE_ERR exception
on OpenJDK 11, works 8/9/10
+ S8218674: HTML Tooltip with "img=src" on component doesn't
show
+ S8218733: SA: CollectedHeap provides broken implementation for
used() and capacity()
+ S8218781: Localized names for Japanese era Reiwa in COMPAT
provider
+ S8218811: replace open by os::open in hotspot coding
+ S8218854: FontMetrics.getMaxAdvance may be less than the
maximum FontMetrics.charWidth
+ S8218960: CONFIG level logging statements printed in
CLDRCalendarDataProviderImpl.java even when default log Level
is INFO
+ S8218991: s390: Add intrinsic for GHASH algorithm
+ S8219006: AArch64: Register corruption in slow subtype check
+ S8219011: Implement MacroAssembler::warn method on AArch64
+ S8219112: name_and_sig_as_C_string usages in frame_s390 miss
ResourceMark
+ S8219335: "failed: unexpected type" assert failure in
ConnectionGraph::split_unique_types() with unsafe accesses
+ S8219389: Delegated task created by SSLEngine throws
BufferUnderflowException
+ S8219414: SA: jhsdb jsnap throws UnmappedAddressException with
core generated by gcore
+ S8219448: split-if update_uses accesses stale idom data
+ S8219460: ppc: adjust NativeGeneralJump::insert_unconditional
to stack allocated MacroAssembler
+ S8219566: JFR did not collect call stacks when
MaxJavaStackTraceDepth is set to zero
+ S8219574: Minimal VM build failure after JDK-8219414
+ S8219582: PPC: Crash after C1 checkcast patched and GC
+ S8219584: Try to dump error file by thread which causes
safepoint timeout
+ S8219698: aarch64: SIGILL triggered when specifying
unsupported hardware features
+ S8219710: Bump update version for OpenJDK: jdk11.0.4
+ S8219746: Provide virtualization related info in the hs_error
file on linux ppc64 / ppc64le
+ S8219915: [TESTBUG] Fix test langtools/tools/javac/processing/
/model/completionfailure/SymbolsDontCumulate.java in
Standalone mode
+ S8219918: ProblemList hotspot tests failing in SAP testing.
+ S8220165: Encryption using GCM results in RuntimeException-
input length out of bound
+ S8220166: Performance regression in deserialization (4-6% in
SPECjbb)
+ S8220198: Lots of com/sun/crypto/provider/Cipher tests fail
on x86_32 due to missing SHA512 stubs
+ S8220281: IBM-858 alias name is missing on IBM00858 charset
+ S8220293: Deadlock in JFR string pool
+ S8220349: The fix done for JDK-8214253 have caused issues in
JTree behaviour
+ S8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot
without UnlockDiagnosticVMOptions
+ S8220374: C2: LoopStripMining doesn't strip as expected
+ S8220441: [PPC64] Clobber memory effect missing for memory
barriers in atomics
+ S8220495: Update GIFlib library to the 5.1.8
+ S8220513: Wrapper Key may get deleted when closing sessions in
SunPKCS11 crypto provider
+ S8220625: tools/javac/classreader/8171132/
/BadConstantValue.java failed with "did not see expected
error"
+ S8220707: [TESTBUG] serviceability/sa/
/TestHeapDumpForLargeArray.java fails with jtreg
- vmoption:-Xmx < 8g
+ S8220714: C2 Compilation failure when accessing off-heap
memory using Unsafe
+ S8220718: Missing ResourceMark in nmethod::metadata_do
+ S8220781: linux-s390 : os::get_summary_cpu_info gives bad
output
+ S8220794: PPC64: Fix signal handler for SIGSEGV on branch to
illegal address
+ S8221083: [ppc64] Wrong oop compare in C1-generated code
+ S8221175: Fix bad function case for controlled JVM crash on
PPC64 big-endian
+ S8221244: Unexpected behavior of
PropertyDescription.getReadMethod for boolean properties
+ S8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard
to use
+ S8221304: Problem list java/awt/FontMetrics/
/MaxAdvanceIsMax.java
+ S8221400: java/lang/String/StringRepeat.java test requests
too much heap
+ S8221401: java/math/BigInteger/LargeValueExceptions.java test
should be disabled on 32-bit platforms
+ S8221412: lookupPrintServices() does not always update the
list of Windows remote printers
+ S8221437:
assert(java_lang_invoke_ResolvedMethodName::vmtarget(resolved_method())
== m()) failed: Should not change after link resolution
+ S8221470: Print methods in exception messages in java-like
Syntax.
+ S8221479: Fix JFR profiling on s390
+ S8221483: TestOopCmp.java fails due to "Multiple garbage
collectors selected"
+ S8221535: add steal tick related information to hs_error file
[linux]
+ S8221610: Resurrect (legacy) JRE bundle target
+ S8221639: [i386] expand_exec_shield_cs_limit workaround is
undefined code after JDK-8199717
+ S8221833: Readability check in Symbol::is_valid not performed
for some addresses
+ S8221870: use driver to run CtwRunner in applications/ctw
tests
+ S8221880: Better customization for Windows RC properties
FileDescription and ProductName
+ S8221915: cleanup ticks related coding in os_perf_aix.cpp
[aix]
+ S8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit
platforms
+ S8221924: get(null) on single-entry unmodifiable Map returns
null instead of throwing NPE
+ S8222027: java/util/logging/LogManager/TestLoggerNames.java
generates intermittent ClassCastException
+ S8222032: x86_32 fails with "wrong size of mach node" on
AVX-512 machine
+ S8222089: [TESTBUG] sun/security/lib/cacerts/
/VerifyCACerts.java fails due to cert within 90-day expiry
window
+ S8222133: Add temporary exceptions for root certs that are
due to expire soon
+ S8222136: Remove two Comodo root CA certificates that are
expiring
+ S8222137: Remove T-Systems root CA certificate
+ S8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to
garbled registers
+ S8222410: java/nio/file/attribute/BasicFileAttributeView/
/UnixSocketFile hangs when "nc" does not accept "-U"
+ S8222522: Add configure options for Mac Bundle creation
+ S8222532: (zipfs) Performance regression when writing
ZipFileSystem entries in parallel
+ S8222913: Add Jib support for VERSION_EXTRA*
+ S8222930: ConcurrentSkipListMap.clone() shares size variable
between original and clone
+ S8223266: PPC64: Check for branch to illegal address before
checking for mem serialization
+ S8223395: PPC64: Improve comments in the JVM signal handler
to match ISA text
+ S8223499: Remove two DocuSign root certificates that are
expiring
+ S8223555: Cleanups in cacerts tests
+ S8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException:
CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c
vs 0 ...)
+ S8223665: SA: debugd options should follow jhsdb style
+ S8224474: harfbuzz 2.3.1 code fails to compile with gcc
4.4.7
+ S8224671: AArch64: mauve System.arraycopy test failure
+ S8224727: Problem list test security/infra/java/security/cert/
/CertPathValidator/certification/ActalisCA.java
+ S8224828: aarch64: rflags is not correct after safepoint poll
+ S8224880: AArch64: java/javac error with
AllocatePrefetchDistance
+ S8225402: events logging in deoptimization.cpp should go to
deopt-log
+ S8225716: G1 GC: Undefined behaviour in
G1BlockOffsetTablePart::block_at_or_preceding
+ S8226876: Assertion in sun/util/locale/provider/
/CalendarDataUtility on Windows after JDK-8218960
+ S8226880: Backport of JDK-8208698 (Improved ECC
Implementation) should not bring parts of JDK-8205476
(KeyAgreement#generateSecret is not reset for ECDH based
algorithm)
* Fri Jul 05 2019 fstrba@suse.com
- Do not fail installation when the manpages are not present
(bsc#1115375)
* Fri Jul 05 2019 fstrba@suse.com
- Added patch:
* JDK-8208602.patch
+ Backport upstream fix for JDK-8208602: Cannot read PEM X.509
cert if there is whitespace after the header or footer
(bsc#1140461)
* Tue Jun 04 2019 fstrba@suse.com
- Provide and Obsolete the corresponding java-10-openjdk-<sub>
packages to assure smooth upgrade (fate#326347, bsc#1137264)