jlahoda [Tue, 08 Jan 2019 16:31:27 +0100] rev 53215
8215438: jshell tool: Ctrl-D causes EOF
Summary: Properly handling EndOfFileException so that jshell can be closed with Ctrl-D.
Reviewed-by: rfield
goetz [Tue, 08 Jan 2019 09:29:36 +0100] rev 53214
8216271: Make AllocateOldGenAt an unsupported option on AIX.
Reviewed-by: shade, tschatzl
cushon [Tue, 08 Jan 2019 17:37:57 -0800] rev 53213
8216403: Allocate fewer EnumSets in JavacFileManager#list
Reviewed-by: vromero, redestad
shade [Wed, 09 Jan 2019 20:28:16 +0100] rev 53212
8216302: StackTraceElement::fill_in can use cached Class.name
Reviewed-by: coleenp, dholmes, mchung
igerasim [Wed, 09 Jan 2019 10:59:37 -0800] rev 53211
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
Reviewed-by: martin, rriggs
redestad [Wed, 09 Jan 2019 17:40:12 +0100] rev 53210
8216423: Remove FillDelaySlots
Reviewed-by: thartmann
gadams [Wed, 09 Jan 2019 12:09:20 -0500] rev 53209
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
Reviewed-by: dcubed, jcbeyler
ecaspole [Wed, 09 Jan 2019 12:02:38 -0500] rev 53208
8216375: Revert JDK-8145579 after JDK-8076988 is resolved
Summary: Remove obsolete code
Reviewed-by: thartmann, dlong
shade [Wed, 09 Jan 2019 15:53:56 +0100] rev 53207
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
Reviewed-by: eosterlund, lkorinth
igerasim [Wed, 09 Jan 2019 06:18:33 -0800] rev 53206
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
Reviewed-by: clanger
hseigel [Wed, 09 Jan 2019 09:01:27 -0500] rev 53205
8214442: Improve stack walk API by adding handle marks
Summary: Add the missing handle marks.
Reviewed-by: zgu, mchung
hseigel [Wed, 09 Jan 2019 08:07:33 -0500] rev 53204
8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
Summary: Change pattern match to not require that the matching string start at the beginning of a line.
Reviewed-by: dcubed, dholmes
neliasso [Wed, 09 Jan 2019 10:19:54 +0100] rev 53203
8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs
Reviewed-by: pliden, eosterlund
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
ecaspole [Tue, 08 Jan 2019 10:29:02 -0500] rev 53196
Merge
ecaspole [Tue, 08 Jan 2019 10:28:28 -0500] rev 53195
8076988: reevaluate trivial method policy
Summary: Removed some checks to qualify as trivial
Reviewed-by: shade, thartmann, dlong
redestad [Tue, 08 Jan 2019 16:09:54 +0100] rev 53194
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
Reviewed-by: neliasso, thartmann
redestad [Tue, 08 Jan 2019 11:23:19 +0100] rev 53193
8216262: Remove develop flag DelayCompilationDuringStartup
Reviewed-by: kvn, thartmann
mdoerr [Tue, 08 Jan 2019 11:02:26 +0100] rev 53192
8216269: [s390] Debug build broken because CodeBlob has not been declared
Reviewed-by: shade, coleenp
redestad [Tue, 08 Jan 2019 10:54:00 +0100] rev 53191
8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
Reviewed-by: ehelin
psadhukhan [Tue, 08 Jan 2019 13:40:57 +0530] rev 53190
Merge
psadhukhan [Mon, 07 Jan 2019 11:02:11 +0530] rev 53189
Merge
itakiguchi [Sun, 06 Jan 2019 19:28:21 -0800] rev 53188
8211267: StackOverflowError happened by TextField.setFont(...)
Reviewed-by: serb, prr
serb [Sat, 05 Jan 2019 10:13:58 -0800] rev 53187
8215756: Memory leaks in the AWT on macOS
Reviewed-by: dmarkov
psadhukhan [Fri, 04 Jan 2019 11:40:53 +0530] rev 53186
8215909: Typo in Swing ProcessMouseEvent method documentation
Reviewed-by: serb, aivanov
kaddepalli [Fri, 04 Jan 2019 07:56:39 +0530] rev 53185
8215910: Typo in AWT InvocationEvent Method Documentation.
Reviewed-by: serb, aivanov
aivanov [Thu, 20 Dec 2018 12:44:41 +0000] rev 53184
8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry
Reviewed-by: ihse, dcubed