jwilhelm [Tue, 14 May 2019 22:31:52 +0200] rev 54849
8223917: Problemlist compiler/ciReplay/TestServerVM.java
Reviewed-by: kbarrett, mikael
dsamersoff [Tue, 14 May 2019 21:36:09 +0300] rev 54848
8223767: Shenandoah fails to build on Solaris x86_64
Summary: Trivial changes to make Solaris Studio 12.4 happy
Reviewed-by: shade, rkennke
Contributed-by: boris.ulasevich@bell-sw.com
coleenp [Tue, 14 May 2019 11:29:18 -0400] rev 54847
8223657: Remove unused THREAD argument from SymbolTable functions
Summary: also made lookup and lookup_only functions private to SymbolTable. External callers use new_symbol or probe.
Reviewed-by: dholmes, gziemski
vromero [Tue, 14 May 2019 11:28:44 -0400] rev 54846
8215470: Bad EnclosingMethod attribute on classes declared in lambdas
Reviewed-by: mcimadamore
stuefe [Sun, 07 Apr 2019 09:13:17 +0200] rev 54845
8221738: ErrorFile option does not handle pre-existing error files of the same name
Reviewed-by: coleenp, clanger
tschatzl [Tue, 14 May 2019 15:36:26 +0200] rev 54844
8223018: Rename G1RemSet::*oops_into_collection_set_do methods
Reviewed-by: manc, sangheki
tschatzl [Tue, 14 May 2019 15:36:26 +0200] rev 54843
8200545: Improve filter for enqueued deferred cards
Reviewed-by: kbarrett, sangheki
coleenp [Tue, 14 May 2019 08:52:51 -0400] rev 54842
8219459: oopDesc::is_valid() is broken
Summary: Use Metaspace::contains() to test address ranges.
Reviewed-by: mdoerr, stuefe, jiangli
aefimov [Tue, 14 May 2019 13:34:49 +0100] rev 54841
8223638: Replace wildcard address with loopback or local host in tests - part 6
Reviewed-by: dfuchs
stefank [Tue, 14 May 2019 10:54:23 +0200] rev 54840
8223822: Add gc IDs in the log of gc verification
Reviewed-by: stefank, tschatzl
Contributed-by: fujie@loongson.cn
eosterlund [Tue, 14 May 2019 12:07:24 +0200] rev 54839
8222841: Incorrect static call stub interactions with class unloading
Reviewed-by: kvn, coleenp
redestad [Tue, 14 May 2019 12:00:49 +0200] rev 54838
8221478: Disable VerifySharedSpaces by default
Reviewed-by: iklam, dholmes