apetcher [Tue, 19 Mar 2019 15:18:35 -0400] rev 54197
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size
Summary: Truncate the digest according to the group order, not the field size
Reviewed-by: jnimeh
coleenp [Tue, 19 Mar 2019 14:22:47 -0400] rev 54196
8220744: Move RedefineTests to from runtime to serviceability
Summary: move tests out of runtime to jvmti/RedefineClasses
Reviewed-by: sspitsyn, dcubed, cjplummer, hseigel, mseledtsov
kbarrett [Tue, 19 Mar 2019 14:32:41 -0400] rev 54195
8218975: Bug in macOSX kernel's pthread support
Summary: Use freelist of pthread_mutex/condvar pairs on macOSX.
Reviewed-by: tschatzl, dholmes, dcubed
Contributed-by: kim.barrett@oracle.com, patricio.chilano.mateo@oracle.com