iklam [Thu, 30 Aug 2018 08:01:13 -0700] rev 51593
8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback
Reviewed-by: sspitsyn, iignatyev
hseigel [Thu, 30 Aug 2018 09:08:23 -0400] rev 51592
8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify
Summary: Check for 'bc_length > 0' to handle lengths of -1.
Reviewed-by: coleenp
lucy [Thu, 30 Aug 2018 09:34:10 +0200] rev 51591
8209950: SIGBUS in CodeHeapState::print_names()
Reviewed-by: thartmann, kvn
eosterlund [Thu, 30 Aug 2018 09:25:38 +0200] rev 51590
8210065: ZGC: Remove mode for treating weaks as strong
Reviewed-by: kbarrett, pliden
mbaesken [Wed, 29 Aug 2018 10:11:51 +0200] rev 51589
8210147: adjust some WSAGetLastError usages in windows network coding
Reviewed-by: clanger, stuefe
eosterlund [Thu, 30 Aug 2018 09:12:07 +0200] rev 51588
8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers
Reviewed-by: pliden
eosterlund [Thu, 30 Aug 2018 08:59:23 +0200] rev 51587
8210061: ZGC: Remove STW weak processor mode
Reviewed-by: pliden, kbarrett
ihse [Thu, 30 Aug 2018 08:19:13 +0200] rev 51586
8210160: Remove deprecated configure arguments
Reviewed-by: erikj
ihse [Thu, 30 Aug 2018 08:15:10 +0200] rev 51585
8210150: Allow custom-hook.m4 to include files from CUSTOM_CONFIG_DIR
Reviewed-by: erikj
cjplummer [Wed, 29 Aug 2018 20:13:53 -0700] rev 51584
8199811: com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
Summary: give attach listener thread a chance to finish starting
Reviewed-by: dholmes, gadams