rriggs [Fri, 09 Nov 2018 13:28:16 -0500] rev 52478
8185496: Improve performance of system properties initialization in initPhase1
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
xuelei [Fri, 09 Nov 2018 10:15:43 -0800] rev 52477
8213694: Test Timeout.java should run in othervm mode
Reviewed-by: jnimeh
dlong [Fri, 09 Nov 2018 09:59:05 -0800] rev 52476
8213596: test failure with Graal when security manager and policy file are used
Reviewed-by: kvn
dlong [Fri, 09 Nov 2018 09:57:22 -0800] rev 52475
8213588: compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed
Reviewed-by: kvn
xuelei [Fri, 09 Nov 2018 08:24:38 -0800] rev 52474
8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
Reviewed-by: mullan, chegar
stuefe [Fri, 09 Nov 2018 16:08:14 +0100] rev 52473
8213592: Misaligned code in globals.hpp after 8211845
Reviewed-by: dholmes
mdoerr [Fri, 09 Nov 2018 15:19:11 +0100] rev 52472
8213604: Fix missing includes after JDK-8212673
Reviewed-by: tschatzl, roland
rkennke [Fri, 09 Nov 2018 10:38:07 +0100] rev 52471
8213489: GC/C2 abstraction for Compile::final_graph_reshaping()
Reviewed-by: kvn, roland
rkennke [Fri, 09 Nov 2018 10:38:07 +0100] rev 52470
8213473: Replace testB_mem_imm matcher with testUB_mem_imm
Reviewed-by: kvn, roland
asapre [Fri, 09 Nov 2018 12:47:20 +0530] rev 52469
8211951: Broken links in java.management files
Summary: Corrected broken Javadoc links.
Reviewed-by: alanb, sspitsyn
Contributed-by: amit.sapre@oracle.com
iklam [Thu, 01 Nov 2018 10:59:05 -0700] rev 52468
8213250: CDS archive creation aborts due to metaspace object allocation failure
Reviewed-by: jiangli, ccheung
amlu [Fri, 09 Nov 2018 12:08:53 +0800] rev 52467
8213576: Make test AsyncCloseChannel.java run in othervm
Reviewed-by: dholmes
dcubed [Thu, 08 Nov 2018 20:54:30 -0500] rev 52466
8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out
Summary: Increase default timeout to 360 seconds.
Reviewed-by: erikj, dholmes
jiangli [Thu, 08 Nov 2018 19:16:16 -0500] rev 52465
8213439: Run class initialization for boot loader classes with registered subgraph archiving entry field during CDS dump time.
Summary: Run class initialization for boot classes with registered subgraph archiving entry fieldi(s) at CDS dump time.
Reviewed-by: dholmes, iklam
dlong [Thu, 08 Nov 2018 15:19:14 -0800] rev 52464
8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor
8211781: re-building fails after changing Graal sources
Reviewed-by: erikj, mchung
vromero [Thu, 08 Nov 2018 18:23:52 -0500] rev 52463
8211450: UndetVar::dup is not copying the kind field to the duplicated instance
Reviewed-by: mcimadamore