redestad [Wed, 09 Jan 2019 01:06:19 +0100] rev 53202
8215995: Add specialized toArray methods to immutable collections
Reviewed-by: martin, smarks
darcy [Tue, 08 Jan 2019 13:04:04 -0800] rev 53201
8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
Reviewed-by: vromero
sgehwolf [Tue, 08 Jan 2019 14:15:14 +0100] rev 53200
8216366: Add rationale to PER_CPU_SHARES define
Reviewed-by: bobv, adinn
zgu [Mon, 07 Jan 2019 10:41:29 -0500] rev 53199
8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect
Summary: Removed incorrect/unused method
Reviewed-by: thartmann
zgu [Mon, 07 Jan 2019 09:17:08 -0500] rev 53198
8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
Summary: Removed unused local variable
Reviewed-by: thartmann
jcbeyler [Tue, 08 Jan 2019 09:55:55 -0800] rev 53197
8215495: Set isCopy to JNI_FALSE if len == 0
Summary: Set isCopy in a corner case
Reviewed-by: dholmes, phh, minqi