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
jjg [Thu, 11 Jan 2018 15:06:55 -0800] rev 48457
8194893: javac -verbose prints wrong paths for output files
Reviewed-by: vromero
jjg [Thu, 11 Jan 2018 13:47:11 -0800] rev 48456
8151850: eliminate javax.tools.FileManagerUtils
Reviewed-by: vromero
naoto [Thu, 11 Jan 2018 12:47:28 -0800] rev 48455
8194148: bcp47u/SymbolsTests.java and FormatTests.java fail on th_TH locale
Reviewed-by: rriggs
jjiang [Tue, 09 Jan 2018 18:36:31 -0800] rev 48454
8194257: javax/net/ssl/compatibility/Compatibility.java should be updated for JDK 6 after JDK-8174748
Summary: Marks some of AES_256 and AES_128 cipher suites are JDK 6 enabled
Reviewed-by: xuelei
redestad [Wed, 10 Jan 2018 00:08:46 +0100] rev 48453
8134459: java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java timed out
Reviewed-by: psandoz, rriggs
martin [Wed, 03 Jan 2018 13:17:35 -0800] rev 48452
8145371: ClassCastException thrown in LambdaFormEditor.getInCache
Summary: Read field into local to avoid customization race
Reviewed-by: vlivanov, jrose, psandoz
xiaofeya [Mon, 08 Jan 2018 07:13:27 -0800] rev 48451
8194724: Problem list java/net/httpclient/SplitResponseSSL.java
Reviewed-by: chegar
lana [Sat, 06 Jan 2018 01:13:32 +0000] rev 48450
Merge
jjg [Fri, 05 Jan 2018 16:49:50 -0800] rev 48449
8191637: Interface with defaults invalid compiler warning for Serializable
Reviewed-by: vromero
lana [Fri, 05 Jan 2018 20:58:28 +0000] rev 48448
Merge
lana [Fri, 05 Jan 2018 20:10:46 +0000] rev 48447
Merge
lana [Fri, 05 Jan 2018 20:09:06 +0000] rev 48446
Added tag jdk-10+38 for changeset e569e83139fd
jjg [Fri, 05 Jan 2018 12:41:28 -0800] rev 48445
8188649: javadoc -encoding doesn't work when using the old doclet API
Reviewed-by: ksrini
thartmann [Fri, 05 Jan 2018 10:23:57 +0100] rev 48444
8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
Summary: Check for supports_avx2() && supports_bmi2() before generating SHA-512 stub.
Reviewed-by: kvn
iveresov [Thu, 04 Jan 2018 14:44:38 -0800] rev 48443
8194271: jaotc crashes with --debug flag
Reviewed-by: kvn, thartmann
ksrini [Thu, 04 Jan 2018 13:32:10 -0800] rev 48442
8193671: Default Methods tab under Method Summary includes static methods
Reviewed-by: jjg
jjg [Thu, 04 Jan 2018 12:55:06 -0800] rev 48441
8194069: doclint throws missing comment warnings on lines which can't even have javadoc
Reviewed-by: ksrini
rfield [Thu, 04 Jan 2018 12:24:56 -0800] rev 48440
8179858: jshell tool: sync nomenclature from reference to online /help
Reviewed-by: dlsmith, jjg
bobv [Thu, 04 Jan 2018 13:41:19 -0500] rev 48439
Merge
goetz [Wed, 27 Dec 2017 11:31:09 +0100] rev 48438
8194232: Container memory not properly recognized.
Reviewed-by: bobv, mdoerr, acorn
bpatel [Thu, 04 Jan 2018 09:22:17 -0800] rev 48437
8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
Reviewed-by: jjg, ksrini
bpb [Fri, 05 Jan 2018 12:46:22 -0800] rev 48436
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
Reviewed-by: rriggs
bpb [Fri, 05 Jan 2018 12:45:52 -0800] rev 48435
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
Reviewed-by: chegar, rriggs, lancea