kbarrett [Fri, 25 Mar 2016 15:50:31 -0400] rev 37197
8151670: Unexpected concurrent refinement deactivation and reactivation
Summary: Refinement threads now use SuspendibleThreadSet::yield.
Reviewed-by: jmasa, mgerdin
ddmitriev [Fri, 25 Mar 2016 15:54:18 +0300] rev 37196
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
Reviewed-by: ctornqvi, acorn
Contributed-by: eric.mccorkle@oracle.com
dsamersoff [Fri, 25 Mar 2016 12:54:16 +0300] rev 37195
8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
Summary: guard jvmti diagnostic commands by appropriate defines
Reviewed-by: sspitsyn, dholmes, gadams
sangheki [Thu, 24 Mar 2016 23:07:06 -0700] rev 37194
8152160: SIGFPE in CompactibleFreeListSpaceLAB::compute_desired_plab_size
Summary: Rephrase the calculation with CMSOldPLABNumRefills to avoid an overflow
Reviewed-by: pliden, jmasa
jmasa [Fri, 25 Mar 2016 03:53:18 +0000] rev 37193
Merge
jmasa [Wed, 16 Mar 2016 14:47:55 -0700] rev 37192
8060463: ParNew: SurvivorAlignmentInBytes greater then YoungPLABSize cause assert(obj != NULL || plab->words_remaining() < word_sz) failed: Else should have been able to allocate
Reviewed-by: sangheki, tschatzl, mchernov