sangheki [Mon, 04 Jun 2018 21:19:15 -0700] rev 50395
8204095: [TESTBUG] TestPrintReferences.java fails if multiple concurrent mark happens
Reviewed-by: kbarrett, tschatzl
sundar [Tue, 05 Jun 2018 08:10:08 +0530] rev 50394
8203780: javadoc should be updated to use jquery 1.12.4, jquery-ui 1.12.1 and jszip v3.1.5
Reviewed-by: jjg
jwilhelm [Tue, 05 Jun 2018 02:15:37 +0200] rev 50393
8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
Reviewed-by: kvn, jwilhelm
Contributed-by: leonid.mesnik@oracle.com
kbarrett [Mon, 04 Jun 2018 20:14:13 -0400] rev 50392
8203948: Expand JVMTI callback notion of "internal threads"
Summary: Allow any NamedThreads in some contexts.
Reviewed-by: coleenp, dholmes
rwestberg [Mon, 04 Jun 2018 16:21:08 +0200] rev 50391
8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint
Reviewed-by: mgronlun, egahlin
egahlin [Mon, 04 Jun 2018 23:07:33 +0200] rev 50390
8202094: jdk/jfr/api/recording/event/TestEventTime.java intermittently times out
Reviewed-by: mgronlun
rkennke [Mon, 04 Jun 2018 23:01:48 +0200] rev 50389
8198285: More consistent Access API for arraycopy
Reviewed-by: eosterlund, shade
egahlin [Mon, 04 Jun 2018 22:03:10 +0200] rev 50388
8203919: Remove "-add-modules" hint from error message
Reviewed-by: mgronlun
gziemski [Mon, 04 Jun 2018 13:53:51 -0500] rev 50387
8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Backed out the original fix.
Reviewed-by: kbarrett, lfoltan
amenkov [Mon, 04 Jun 2018 10:27:48 -0700] rev 50386
Merge
amenkov [Mon, 04 Jun 2018 10:25:44 -0700] rev 50385
8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
Reviewed-by: sspitsyn, cjplummer
bsrbnd [Mon, 04 Jun 2018 10:12:40 -0700] rev 50384
8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
Reviewed-by: vromero
gziemski [Mon, 04 Jun 2018 12:14:22 -0500] rev 50383
8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Added missing ATTRIBUTE_PRINTF
Reviewed-by: kbarrett, hseigel
ccheung [Mon, 04 Jun 2018 08:56:41 -0700] rev 50382
8203445: [TESTBUG] Remove appcds/jigsaw/limitmods/LimitModsTests.java
Reviewed-by: jiangli
coleenp [Mon, 04 Jun 2018 11:49:12 -0400] rev 50381
Merge
coleenp [Mon, 04 Jun 2018 10:18:43 -0400] rev 50380
8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
Summary: Moved macroAssembler.inline.hpp out of header file and distributed to .cpp files that included them: ie. c1_MacroAssembler.hpp and interp_masm.hpp. Also freeList.inline.hpp and allocation.inline.hpp.
Reviewed-by: jiangli, kvn