jwilhelm [Fri, 15 Dec 2017 16:54:17 +0100] rev 48464
Merge
hseigel [Fri, 15 Dec 2017 11:23:50 -0500] rev 48463
8154587: Resolution fails for default method named 'clone'
Summary: Make sure default methods with the same names as those in j.l.Object get put in the default methods table where resolution can find them.
Reviewed-by: acorn, lfoltan
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48462
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
Summary: Added test to ProblemList.txt
Reviewed-by: vlivanov
bpb [Fri, 12 Jan 2018 11:06:24 -0800] rev 48461
4358774: Add null InputStream and OutputStream
Reviewed-by: alanb, prappo, reinhapa, rriggs
bpb [Fri, 12 Jan 2018 11:06:22 -0800] rev 48460
8165852: (fs) Mount point not found for a file which is present in overlayfs
Summary: Check /proc/mounts when the device ID boundary is reached
Reviewed-by: alanb
mcimadamore [Fri, 12 Jan 2018 16:49:58 +0000] rev 48459
8194932: no ambuguity error is emitted if classfile contains two identical methods with different return types
Summary: add recovery logic when classfile contains two signature-equivalent methods
Reviewed-by: jlahoda, vromero
hannesw [Fri, 12 Jan 2018 10:33:06 +0100] rev 48458
8157251: BeanLinker relinks array length operations for array types
Reviewed-by: hannesw, jlaskey, attila
Contributed-by: priya.lakshmi.muthuswamy@oracle.com