darcy [Tue, 23 Oct 2018 10:32:39 -0700] rev 52231
8212718: Refactor some annotation processor tests to better use collections
Reviewed-by: jlaskey, vromero
dnsimon [Tue, 23 Oct 2018 18:49:32 +0200] rev 52230
8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
Reviewed-by: never, iveresov
jcbeyler [Tue, 23 Oct 2018 09:43:16 -0700] rev 52229
8212771: Remove remaining spaces before/after () for vmTestbase
Summary: Remove spaces around ()
Reviewed-by: phh, sspitsyn
dtitov [Tue, 23 Oct 2018 07:57:26 -0700] rev 52228
8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
Reviewed-by: cjplummer, amenkov, gadams, jcbeyler
rehn [Tue, 23 Oct 2018 13:24:36 +0200] rev 52227
8212707: GlobalCounter padding is too optimistic
Reviewed-by: shade, redestad, mdoerr
redestad [Tue, 23 Oct 2018 11:03:51 +0200] rev 52226
8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory
Reviewed-by: jlaskey, vlivanov
shade [Tue, 23 Oct 2018 10:55:59 +0200] rev 52225
8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
Reviewed-by: jcbeyler, zgu, coleenp
roland [Wed, 17 Oct 2018 10:19:13 +0200] rev 52224
8212611: Small collection of simple changes from shenandoah
Reviewed-by: thartmann, kvn, eosterlund
amlu [Tue, 23 Oct 2018 13:47:17 +0800] rev 52223
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
Reviewed-by: forax, weijun
weijun [Tue, 23 Oct 2018 12:25:59 +0800] rev 52222
8212216: JGSS: Fix leak in exception cases in getJavaOID()
Reviewed-by: mullan, weijun
Contributed-by: Nico Williams <nico@twosigma.com>
jcbeyler [Mon, 22 Oct 2018 19:31:41 -0700] rev 52221
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
Summary: Remove white spaces from tests
Reviewed-by: amenkov, cjplummer, phh, sspitsyn
mchung [Mon, 22 Oct 2018 17:00:04 -0700] rev 52220
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
Reviewed-by: dholmes, thartmann
amenkov [Mon, 22 Oct 2018 14:41:51 -0700] rev 52219
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
Reviewed-by: jcbeyler, gadams, sspitsyn
ccheung [Mon, 22 Oct 2018 14:31:10 -0700] rev 52218
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
Summary: use CDSTestUtils.run() instead of CDSTestUtils.executeAndLog().
Reviewed-by: iklam