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