Sun, 09 Jun 2019 17:46:05 -0700 8223045: GraphicsEnvironment does not detect resolution changes in multiscreen systems
serb [Sun, 09 Jun 2019 17:46:05 -0700] rev 55365
8223045: GraphicsEnvironment does not detect resolution changes in multiscreen systems Reviewed-by: prr
Sun, 09 Jun 2019 14:12:18 -0700 8222083: Support of "64-bit IEEE floating point" encoding for the AU file format
serb [Sun, 09 Jun 2019 14:12:18 -0700] rev 55364
8222083: Support of "64-bit IEEE floating point" encoding for the AU file format Reviewed-by: prr
Fri, 07 Jun 2019 09:38:40 -0700 Merge
prr [Fri, 07 Jun 2019 09:38:40 -0700] rev 55363
Merge
Thu, 06 Jun 2019 15:46:36 +0300 8225118: Robot.createScreenCapture() returns black image on HiDPI linux with gtk3
ant [Thu, 06 Jun 2019 15:46:36 +0300] rev 55362
8225118: Robot.createScreenCapture() returns black image on HiDPI linux with gtk3 Reviewed-by: serb
Tue, 04 Jun 2019 14:43:57 +0530 8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java fails on linux-x64
psadhukhan [Tue, 04 Jun 2019 14:43:57 +0530] rev 55361
8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java fails on linux-x64 Reviewed-by: serb, jdv
Tue, 04 Jun 2019 14:23:33 +0530 Merge
psadhukhan [Tue, 04 Jun 2019 14:23:33 +0530] rev 55360
Merge
Mon, 03 Jun 2019 08:13:18 -0700 8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
ssadetsky [Mon, 03 Jun 2019 08:13:18 -0700] rev 55359
8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails Reviewed-by: serb
Thu, 13 Jun 2019 08:42:49 +0200 8224161: Check.checkOverrideClashes n^2 algorithm
ronsh [Thu, 13 Jun 2019 08:42:49 +0200] rev 55358
8224161: Check.checkOverrideClashes n^2 algorithm Summary: Caching type's members in Check.checkOverrideClashes to improve performance. Reviewed-by: mcimadamore, jlahoda
Thu, 13 Jun 2019 08:42:47 +0200 8224184: jshell got IOException at exiting with AIX
tnakamura [Thu, 13 Jun 2019 08:42:47 +0200] rev 55357
8224184: jshell got IOException at exiting with AIX Reviewed-by: rfield, jlahoda
Wed, 12 Jun 2019 17:22:11 -0700 8225676: cleanup hotspot ProblemList
iignatyev [Wed, 12 Jun 2019 17:22:11 -0700] rev 55356
8225676: cleanup hotspot ProblemList Reviewed-by: dholmes
Wed, 12 Jun 2019 21:17:26 -0700 8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout
iignatyev [Wed, 12 Jun 2019 21:17:26 -0700] rev 55355
8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout Reviewed-by: dholmes
Thu, 13 Jun 2019 10:06:07 +0800 6722928: Support SSPI as a native GSS-API provider
weijun [Thu, 13 Jun 2019 10:06:07 +0800] rev 55354
6722928: Support SSPI as a native GSS-API provider Reviewed-by: erikj, nwilliams, valeriep
Wed, 12 Jun 2019 18:58:00 -0700 8171279: Support X25519 and X448 in TLS
wetmore [Wed, 12 Jun 2019 18:58:00 -0700] rev 55353
8171279: Support X25519 and X448 in TLS Reviewed-by: xuelei, mullan
Wed, 12 Jun 2019 23:21:24 +0200 8225671: Support HTML 5 character references in javadoc
hannesw [Wed, 12 Jun 2019 23:21:24 +0200] rev 55352
8225671: Support HTML 5 character references in javadoc Reviewed-by: jjg
Wed, 12 Jun 2019 14:14:39 -0700 8225675: Outdated citation of JLS in java.lang.ref.Reference
darcy [Wed, 12 Jun 2019 14:14:39 -0700] rev 55351
8225675: Outdated citation of JLS in java.lang.ref.Reference Reviewed-by: lancea, jjg, mchung
Wed, 12 Jun 2019 12:31:32 -0700 8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base
epavlova [Wed, 12 Jun 2019 12:31:32 -0700] rev 55350
8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base Reviewed-by: kvn
Wed, 12 Jun 2019 11:48:14 -0700 8158048: Fix failure message from jtreg gtest wrapper
iignatyev [Wed, 12 Jun 2019 11:48:14 -0700] rev 55349
8158048: Fix failure message from jtreg gtest wrapper Reviewed-by: kvn, mseledtsov
Wed, 12 Jun 2019 10:45:46 -0700 8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
ccheung [Wed, 12 Jun 2019 10:45:46 -0700] rev 55348
8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows Summary: Account for the failure in loading of the base archive in CDSTestUtils::isUnableToMap(). Reviewed-by: jiangli, iklam
Wed, 12 Jun 2019 10:37:35 -0700 8223796: JVMCIEnv::get_jvmci_type does not keep klasses alive
kvn [Wed, 12 Jun 2019 10:37:35 -0700] rev 55347
8223796: JVMCIEnv::get_jvmci_type does not keep klasses alive Reviewed-by: iveresov, eosterlund
Wed, 12 Jun 2019 16:10:39 +0100 8225651: Missed the `@` in a couple of code tags of SocketImpl
chegar [Wed, 12 Jun 2019 16:10:39 +0100] rev 55346
8225651: Missed the `@` in a couple of code tags of SocketImpl Reviewed-by: alanb, dfuchs
Wed, 12 Jun 2019 10:52:45 -0400 8225453: is_busy diagnostics and other baseline cleanups from Async Monitor Deflation project
dcubed [Wed, 12 Jun 2019 10:52:45 -0400] rev 55345
8225453: is_busy diagnostics and other baseline cleanups from Async Monitor Deflation project Reviewed-by: dholmes, rehn, coleenp
Wed, 12 Jun 2019 14:24:11 +0200 8224090: [PPC64] Fix SLP patterns for filling an array with double float literals
mdoerr [Wed, 12 Jun 2019 14:24:11 +0200] rev 55344
8224090: [PPC64] Fix SLP patterns for filling an array with double float literals Reviewed-by: mdoerr, simonis Contributed-by: Kazunori Ogata <ogatak@jp.ibm.com>
Wed, 12 Jun 2019 14:22:04 +0200 8224827: Implement fast class initialization checks on s390
mdoerr [Wed, 12 Jun 2019 14:22:04 +0200] rev 55343
8224827: Implement fast class initialization checks on s390 Reviewed-by: vlivanov, gromero
Wed, 12 Jun 2019 14:21:36 +0200 8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame
mdoerr [Wed, 12 Jun 2019 14:21:36 +0200] rev 55342
8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame Reviewed-by: coleenp, gromero
Wed, 12 Jun 2019 14:06:16 +0200 8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
thartmann [Wed, 12 Jun 2019 14:06:16 +0200] rev 55341
8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL Summary: Handle unsafe off-heap access with constant zero address. Reviewed-by: vlivanov, roland
Wed, 12 Jun 2019 13:49:43 +0200 8220018: javac crash when compiling try-catch-finally inside switch expression
jlahoda [Wed, 12 Jun 2019 13:49:43 +0200] rev 55340
8220018: javac crash when compiling try-catch-finally inside switch expression Summary: Correcting handling of finally that yields from a switch expression. Reviewed-by: mcimadamore, jlahoda
Wed, 12 Jun 2019 13:21:25 +0200 8223364: Bad placement of anchor relative to header
hannesw [Wed, 12 Jun 2019 13:21:25 +0200] rev 55339
8223364: Bad placement of anchor relative to header Reviewed-by: jjg
Wed, 12 Jun 2019 10:34:29 +0200 8225478: Make G1CMRootRegions independent of HeapRegions
sangheki [Wed, 12 Jun 2019 10:34:29 +0200] rev 55338
8225478: Make G1CMRootRegions independent of HeapRegions Summary: Remove dependency of HeapRegion from G1CMRootRegions class Reviewed-by: tschatzl, kbarrett
Tue, 11 Jun 2019 17:20:51 -0700 7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
darcy [Tue, 11 Jun 2019 17:20:51 -0700] rev 55337
7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r Reviewed-by: lancea, abuckley
Tue, 11 Jun 2019 16:31:37 -0700 8211018: Session Resumption without Server-Side State
ascarpino [Tue, 11 Jun 2019 16:31:37 -0700] rev 55336
8211018: Session Resumption without Server-Side State Reviewed-by: xuelei, jnimeh, jjiang
Tue, 11 Jun 2019 19:15:31 -0400 8225572: Shenandoah: Move JNIHandles root out of serial roots
zgu [Tue, 11 Jun 2019 19:15:31 -0400] rev 55335
8225572: Shenandoah: Move JNIHandles root out of serial roots Reviewed-by: rkennke
Tue, 11 Jun 2019 14:59:46 -0700 8066173: compiler/types/correctness/OffTest.java failed with assert
iignatyev [Tue, 11 Jun 2019 14:59:46 -0700] rev 55334
8066173: compiler/types/correctness/OffTest.java failed with assert Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 tip