gziemski [Mon, 05 Nov 2018 12:27:38 -0600] rev 52416
8208519: Remove rehashable hashtable
Summary: Removed RehashableHashtable class
Reviewed-by: iklam, ccheung
erikj [Mon, 05 Nov 2018 09:10:57 -0800] rev 52415
8213227: Update jib src excludes to filter webrev and Jreg directories
Reviewed-by: dholmes, tbell, ihse
roland [Mon, 05 Nov 2018 13:13:29 +0100] rev 52414
8212610: Fix handling of memory in PhaseIdealLoop::clone_loop_predicates()
Reviewed-by: kvn, thartmann
egahlin [Mon, 05 Nov 2018 14:40:16 +0100] rev 52413
8209960: -Xlog:jfr* doesn't work with the JFR
Reviewed-by: mgronlun
lucy [Mon, 05 Nov 2018 14:02:04 +0100] rev 52412
8213196: [ppc] [s390]: prepare code for gcc7.3.1 warning (int-in-bool-context)
Reviewed-by: mdoerr, stuefe
eosterlund [Mon, 05 Nov 2018 12:36:23 +0100] rev 52411
8212996: Use AS_NO_KEEPALIVE when accessing dead java.lang.invoke.CallSites during nmethod unloading
Reviewed-by: coleenp, pliden
eosterlund [Mon, 05 Nov 2018 12:36:23 +0100] rev 52410
8212585: Clean up CompiledMethod::oops_reloc_begin()
Reviewed-by: kvn, pliden
roland [Mon, 05 Nov 2018 12:53:55 +0100] rev 52409
8209835: Aarch64: elide barriers on all volatile operations
Reviewed-by: aph, adinn
roland [Thu, 04 Oct 2018 09:24:27 +0200] rev 52408
8211320: Aarch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value
Reviewed-by: adinn, aph
dfuchs [Mon, 05 Nov 2018 11:20:47 +0000] rev 52407
8213301: Fix legal headers in jdk logging tests
Reviewed-by: chegar, mchung
ihse [Mon, 05 Nov 2018 10:52:36 +0100] rev 52406
8213339: Update precompiled.hpp with headers based on current frequency
Reviewed-by: shade, dholmes
eosterlund [Mon, 05 Nov 2018 08:01:39 +0100] rev 52405
8212989: Allow CompiledMethod ExceptionCache have unloaded klasses
Reviewed-by: kvn, pliden
jlahoda [Mon, 05 Nov 2018 10:31:47 +0100] rev 52404
8213103: RoundEnvironment.getElementsAnnotatedWith(Class) crashes with -source 8
Summary: Correct handling of missing annotation with -source 8.
Reviewed-by: darcy, jjg, vromero
lancea [Sun, 04 Nov 2018 13:06:02 -0500] rev 52403
8213328: Update test copyrights in test/java/util/zip and test/jdk/tools
Reviewed-by: joehw