jiangli [Tue, 13 Nov 2018 15:13:36 -0500] rev 52504
Merge
jiangli [Tue, 13 Nov 2018 15:11:53 -0500] rev 52503
8213563: appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error
Summary: Move MetaspaceShared::read_extra_data() call to the main MetaspaceShared::preload_and_dump() operation.
Reviewed-by: iklam
sspitsyn [Tue, 13 Nov 2018 12:11:34 -0800] rev 52502
8213525: new unit test GetLocalVariable/LocalVars is not stable
Summary: Comment out unstable checks in the test
Reviewed-by: jcbeyler, cjplummer
kbarrett [Tue, 13 Nov 2018 13:45:43 -0500] rev 52501
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
Summary: Remove INCLUDE_ALL_GCS conditionalization.
Reviewed-by: tschatzl
aph [Tue, 13 Nov 2018 11:21:32 -0500] rev 52500
8209415: Fix JVMTI test failure HS202
Summary: Fix test for static method in exception throw handler
Reviewed-by: adinn
prappo [Tue, 13 Nov 2018 12:24:34 +0000] rev 52499
8213490: Networking area typos and inconsistencies cleanup
Reviewed-by: alanb, chegar, dfuchs
tschatzl [Tue, 13 Nov 2018 11:45:16 +0100] rev 52498
8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark
Summary: Re-enable cleanup of the ResolvedMethodTable after changes in JDK-8206423.
Reviewed-by: shade, coleenp
redestad [Tue, 13 Nov 2018 11:34:54 +0100] rev 52497
8213741: Consolidate Object and String Stringifiers
Reviewed-by: shade
dholmes [Mon, 12 Nov 2018 16:36:05 -0500] rev 52496
8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003
Reviewed-by: zgu, jcbeyler
jcbeyler [Mon, 12 Nov 2018 13:13:00 -0800] rev 52495
8212939: Add space after if/while/for/switch and parenthesis
Summary: Add spaces where needed
Reviewed-by: cjplummer, sspitsyn
rkennke [Mon, 12 Nov 2018 22:00:07 +0100] rev 52494
8213745: Don't use memset to initialize array of RegMask in matcher.cpp
Reviewed-by: kvn, shade
robm [Mon, 12 Nov 2018 08:33:59 -0800] rev 52493
8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
Reviewed-by: alanb, dfuchs, chegar, mchung, vtewari
goetz [Mon, 12 Nov 2018 16:40:25 +0100] rev 52492
8213527: [testbug] Fix PrintMetaspaceDcmd test using UseCompressedOops for 32-bit.
Reviewed-by: dholmes, mdoerr
prappo [Mon, 12 Nov 2018 12:55:36 +0000] rev 52491
8210493: Bind to node- or linklocal ipv6 multicast address fails
Reviewed-by: alanb, chegar
roland [Fri, 09 Nov 2018 10:52:15 +0100] rev 52490
8205574: Loop predication "assert(f <= 1 && f >= 0) failed Incorrect frequency"
Reviewed-by: kvn