goetz [Thu, 14 Dec 2017 12:57:21 +0100] rev 48466
8193509: Test dynamic path to retrieve active processor count.
Reviewed-by: dholmes, mdoerr
hseigel [Fri, 15 Dec 2017 15:13:18 -0500] rev 48465
8167372: Add code to check for getting oops while thread is in native
Summary: Add asserts that detect when a thread is getting oops while in native
Reviewed-by: coleenp, shade, jiangli, gtriantafill
jwilhelm [Fri, 15 Dec 2017 16:54:17 +0100] rev 48464
Merge
hseigel [Fri, 15 Dec 2017 11:23:50 -0500] rev 48463
8154587: Resolution fails for default method named 'clone'
Summary: Make sure default methods with the same names as those in j.l.Object get put in the default methods table where resolution can find them.
Reviewed-by: acorn, lfoltan