phh [Wed, 25 Sep 2019 08:29:03 -0700] rev 58337
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
Summary: Synchronize access to legacyMap in Provider.getService.
Reviewed-by: valeriep
Contributed-by: Tianmin Shi <tianshi@amazon.com>
azeller [Tue, 24 Sep 2019 14:46:38 +0200] rev 58336
8230110: TestLinkageErrorInGenerateOopMap times out
Reviewed-by: stuefe, clanger, thartmann
cito [Wed, 25 Sep 2019 20:32:56 +0900] rev 58335
8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false"
Reviewed-by: ysuenaga, dcubed
rkennke [Wed, 25 Sep 2019 12:33:05 +0200] rev 58334
8231447: Shenandoah: Compilation-time regression after JDK-8231086
Reviewed-by: shade
stuefe [Wed, 25 Sep 2019 12:40:57 +0200] rev 58333
add experimental option to cluster micro clds.
roland [Tue, 17 Sep 2019 15:58:54 +0200] rev 58332
8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
Reviewed-by: thartmann, vlivanov
weijun [Wed, 25 Sep 2019 17:54:21 +0800] rev 58331
8228659: Record which Java methods are called by native codes in JGSS and JAAS
Reviewed-by: mullan