igerasim [Mon, 15 Aug 2016 23:45:32 +0300] rev 40389
8163896: Finalizing one key of a KeyPair invalidates the other key
Reviewed-by: coffeys, vinnie
lana [Thu, 18 Aug 2016 21:01:22 +0000] rev 40388
Added tag jdk-9+132 for changeset 5542e4584972
duke [Wed, 05 Jul 2017 22:06:09 +0200] rev 40387
Merge
amurillo [Fri, 19 Aug 2016 11:22:14 -0700] rev 40386
Merge
hseigel [Tue, 16 Aug 2016 09:56:18 -0400] rev 40385
8030221: Checking for anonymous class should check for NULL as well as potential nesting
Summary: Store the first non-anonymous class as the host when defining the anonymous class so don't need look for it later.
Reviewed-by: dholmes, lfoltan
cjplummer [Mon, 15 Aug 2016 13:14:08 -0700] rev 40384
8133740: NMT for Linux/x86/x64 and bsd/x64 slowdebug builds includes NativeCallStack::NativeCallStack() frame in backtrace
Summary: Skip an extra frame in _get_previous_fp() when it is not inlined.
Reviewed-by: dholmes, zgu
cjplummer [Mon, 15 Aug 2016 13:13:48 -0700] rev 40383
8133747: NMT includes an extra stack frame due to assumption NMT is making on tail calls being used
Summary: Better frame skipping logic in NativeCallStack::NativeCallStack.
Reviewed-by: dholmes, zgu