igerasim [Fri, 18 Jan 2019 15:44:17 -0800] rev 53397
8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret()
Reviewed-by: apetcher
dholmes [Fri, 18 Jan 2019 18:21:50 -0500] rev 53396
8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line
Summary: product build is missing two lines in the stacktrace
Reviewed-by: clanger, iignatyev
jwilhelm [Fri, 18 Jan 2019 23:07:48 +0100] rev 53395
Merge
jjiang [Fri, 18 Jan 2019 14:25:34 +0800] rev 53394
8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
Reviewed-by: xuelei
vlivanov [Fri, 18 Jan 2019 13:22:10 -0800] rev 53393
8217358: Optimized build is broken by Shenandoah changes
Reviewed-by: shade
jjg [Fri, 18 Jan 2019 12:41:11 -0800] rev 53392
8217395: Update langtools shell tests to use ${EXE_SUFFIX}
Reviewed-by: darcy
jjg [Fri, 18 Jan 2019 11:26:30 -0800] rev 53391
8217034: JavadocTester should check for missing files by default
Reviewed-by: hannesw
bsrbnd [Fri, 18 Jan 2019 13:49:45 -0500] rev 53390
8214345: infinite recursion while checking super class
Reviewed-by: vromero
mseledtsov [Fri, 18 Jan 2019 10:44:44 -0800] rev 53389
8217391: [TESTBUG] problem list JFR TestShutdownEvent
Summary: Placed the test on a problem list
Reviewed-by: lfoltan
bpb [Fri, 18 Jan 2019 09:33:13 -0800] rev 53388
8215467: Files.isHidden should return true for hidden directories on Windows
Reviewed-by: alanb, bchristi, darcy
dfuchs [Fri, 18 Jan 2019 17:06:29 +0000] rev 53387
8216561: HttpClient: The logic of retry on connect exception is inverted
Summary: Allows retry on connect exception by default, ensuring that the second attempt takes into account the time spent in the first attempt in order to honor the connect timeout value (if present).
Reviewed-by: chegar
shade [Fri, 18 Jan 2019 17:05:41 +0100] rev 53386
8217315: Proper units should print more significant digits
Reviewed-by: stuefe, tschatzl
shade [Fri, 18 Jan 2019 16:40:24 +0100] rev 53385
8217014: Epsilon should not ignore Metadata GC causes
Reviewed-by: stuefe, zgu
redestad [Fri, 18 Jan 2019 16:21:07 +0100] rev 53384
8217318: Unneeded handleization in InstanceKlass::restore_unshareable_info
Summary: No need for a methodHandle here since methods not yet added to SystemDictionary can't be redefined.
Reviewed-by: coleenp
zgu [Fri, 18 Jan 2019 09:10:49 -0500] rev 53383
8217319: Cleanup Shenandoah includes
Reviewed-by: shade
gadams [Fri, 18 Jan 2019 05:33:28 -0500] rev 53382
8158066: SourceDebugExtensionTest fails to rename file
Reviewed-by: dcubed, dholmes
clanger [Fri, 18 Jan 2019 09:04:09 +0100] rev 53381
8217311: Improve Exception thrown when MulticastSocket.setInterface fails on AIX(Unix)
Reviewed-by: sgroeger, alanb, mbaesken, chegar
redestad [Fri, 18 Jan 2019 08:00:05 +0100] rev 53380
8217325: Enable inlining of java_lang_Class::oop_size_raw
Reviewed-by: shade, coleenp, rehn, stefank
ysuenaga [Fri, 18 Jan 2019 14:43:25 +0900] rev 53379
8181313: SA: Remove libthread_db dependency on Linux
Reviewed-by: jgeorge, sballal
mikael [Thu, 17 Jan 2019 14:56:18 -0800] rev 53378
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
Reviewed-by: iignatyev
mikael [Thu, 17 Jan 2019 13:46:12 -0800] rev 53377
8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to
Reviewed-by: roland, kvn
rriggs [Thu, 17 Jan 2019 15:24:26 -0500] rev 53376
8217340: Compilation failed: tools/launcher/Test7029048.java
Reviewed-by: lancea
shade [Thu, 17 Jan 2019 17:28:47 +0100] rev 53375
8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
Reviewed-by: tschatzl, coleenp
michaelm [Thu, 17 Jan 2019 15:24:20 +0000] rev 53374
8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
Reviewed-by: chegar, dfuchs
jwilhelm [Thu, 17 Jan 2019 15:44:29 +0100] rev 53373
Merge
mr [Wed, 16 Jan 2019 16:27:21 -0800] rev 53372
8216532: tools/launcher/Test7029048.java fails (Solaris)
Reviewed-by: rriggs
jwilhelm [Thu, 17 Jan 2019 00:55:19 +0100] rev 53371
Added tag jdk-12+28 for changeset 659b004b6a1b
zgu [Thu, 17 Jan 2019 08:48:56 -0500] rev 53370
8217213: shenandoahTaskQueue.hpp includes .inline.hpp file
Reviewed-by: shade, tschatzl