Fri, 12 Jul 2019 11:51:07 -0700 8227068: [Graal] MappedByteBuffer bulk access memory failures are not handled gracefully
jcm [Fri, 12 Jul 2019 11:51:07 -0700] rev 55674
8227068: [Graal] MappedByteBuffer bulk access memory failures are not handled gracefully Summary: Unsafe.copyMemory access failures are handled gracefully. Reviewed-by: dnsimon, kvn
Fri, 12 Jul 2019 10:44:11 -0700 8227613: "draft" header should be in a <header> instead of <div>
jjg [Fri, 12 Jul 2019 10:44:11 -0700] rev 55673
8227613: "draft" header should be in a <header> instead of <div> Reviewed-by: mchung, iris
Fri, 12 Jul 2019 10:39:19 -0700 8227582: runtime/TLS/testtls.sh fails on x86_32
jiangli [Fri, 12 Jul 2019 10:39:19 -0700] rev 55672
8227582: runtime/TLS/testtls.sh fails on x86_32 Summary: Disable the negative test case for regular testing. Reviewed-by: shade
Fri, 12 Jul 2019 02:50:43 -0700 Merge
mikael [Fri, 12 Jul 2019 02:50:43 -0700] rev 55671
Merge
Fri, 12 Jul 2019 10:57:27 +0200 8227578: Wrong JRE targets in Images.gmk after JDK-8219971
clanger [Fri, 12 Jul 2019 10:57:27 +0200] rev 55670
8227578: Wrong JRE targets in Images.gmk after JDK-8219971 Reviewed-by: tbell
Fri, 12 Jul 2019 13:59:22 +0800 8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
fyuan [Fri, 12 Jul 2019 13:59:22 +0800] rev 55669
8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission Reviewed-by: dfuchs
Fri, 12 Jul 2019 09:27:00 +0530 8225423: GTK L&F: JSplitPane: There is no divider shown
psadhukhan [Fri, 12 Jul 2019 09:27:00 +0530] rev 55668
8225423: GTK L&F: JSplitPane: There is no divider shown Reviewed-by: prr, serb
Thu, 11 Jul 2019 20:11:47 +0000 8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
valeriep [Thu, 11 Jul 2019 20:11:47 +0000] rev 55667
8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support Summary: Fixed SignatureUtil and ECDSA signature impl to handle EC parameters Reviewed-by: weijun
Thu, 11 Jul 2019 12:13:52 -0700 8227602: Update nroff version of man pages
jjg [Thu, 11 Jul 2019 12:13:52 -0700] rev 55666
8227602: Update nroff version of man pages Reviewed-by: mchung
Thu, 11 Jul 2019 17:11:54 +0200 8227391: Update double-conversion to version 3.1.5
hannesw [Thu, 11 Jul 2019 17:11:54 +0200] rev 55665
8227391: Update double-conversion to version 3.1.5 Reviewed-by: attila
Thu, 11 Jul 2019 11:36:56 +0100 Merge
aph [Thu, 11 Jul 2019 11:36:56 +0100] rev 55664
Merge
Tue, 02 Jul 2019 16:54:52 +0100 8226525: HotSpot compile-time error for x86-32
aph [Tue, 02 Jul 2019 16:54:52 +0100] rev 55663
8226525: HotSpot compile-time error for x86-32 Reviewed-by: shade
Wed, 10 Jul 2019 13:14:22 -0700 8227549: Fix style of links in specs for consistency
jjg [Wed, 10 Jul 2019 13:14:22 -0700] rev 55662
8227549: Fix style of links in specs for consistency Reviewed-by: iris, mchung
Wed, 10 Jul 2019 18:43:45 +0000 8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
valeriep [Wed, 10 Jul 2019 18:43:45 +0000] rev 55661
8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions Summary: Detect potential buffer overlap and use extra buffer if necessary Reviewed-by: xuelei
Wed, 10 Jul 2019 18:48:05 +0200 8226536: Catch OOM from deopt that fails rematerializing objects
neliasso [Wed, 10 Jul 2019 18:48:05 +0200] rev 55660
8226536: Catch OOM from deopt that fails rematerializing objects Reviewed-by: vlivanov, thartmann
Wed, 10 Jul 2019 08:24:31 -0700 Added tag jdk-13+29 for changeset 3081f39a3d30
mikael [Wed, 10 Jul 2019 08:24:31 -0700] rev 55659
Added tag jdk-13+29 for changeset 3081f39a3d30
Thu, 11 Jul 2019 15:58:54 +0000 8178843: A bug in an inner loop in MethodGenerator's getLocals method
joehw [Thu, 11 Jul 2019 15:58:54 +0000] rev 55658
8178843: A bug in an inner loop in MethodGenerator's getLocals method Reviewed-by: lancea
Thu, 11 Jul 2019 16:43:15 +0200 8223451: Make optimistic types disabled by default
hannesw [Thu, 11 Jul 2019 16:43:15 +0200] rev 55657
8223451: Make optimistic types disabled by default Reviewed-by: sundar, jlaskey, attila
Thu, 11 Jul 2019 15:38:09 +0200 8227527: LogDecorations should lazily resolve host name
redestad [Thu, 11 Jul 2019 15:38:09 +0200] rev 55656
8227527: LogDecorations should lazily resolve host name Reviewed-by: gziemski, lfoltan, stuefe
Thu, 11 Jul 2019 09:26:04 -0400 8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*)
hseigel [Thu, 11 Jul 2019 09:26:04 -0400] rev 55655
8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*) Summary: When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class. Reviewed-by: acorn, lfoltan
Thu, 04 Jul 2019 17:31:03 +0200 8226695: Shenandoah: Wire C1 and C2 IN_NATIVE barrier
rkennke [Thu, 04 Jul 2019 17:31:03 +0200] rev 55654
8226695: Shenandoah: Wire C1 and C2 IN_NATIVE barrier Reviewed-by: roland
Thu, 11 Jul 2019 06:56:51 +0200 8227275: Within native OOM error handling, assertions may hang the process
stuefe [Thu, 11 Jul 2019 06:56:51 +0200] rev 55653
8227275: Within native OOM error handling, assertions may hang the process Reviewed-by: mdoerr, coleenp
Thu, 11 Jul 2019 06:49:49 +0200 8227031: Print NMT statistics on fatal errors
stuefe [Thu, 11 Jul 2019 06:49:49 +0200] rev 55652
8227031: Print NMT statistics on fatal errors Reviewed-by: mbaesken, mdoerr
Wed, 10 Jul 2019 16:23:59 -0700 8227416: Add a "Table Of Contents" to HTML version of man pages
jjg [Wed, 10 Jul 2019 16:23:59 -0700] rev 55651
8227416: Add a "Table Of Contents" to HTML version of man pages Reviewed-by: mchung
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 tip