coleenp [Thu, 10 Mar 2016 14:20:59 -0500] rev 37313
8150778: Reduce Throwable.getStackTrace() calls to the JVM
Summary: replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: dfuchs, mchung, shade, hseigel
jwilhelm [Wed, 09 Mar 2016 14:18:11 +0100] rev 37312
Merge
mchung [Tue, 12 Apr 2016 18:58:21 -0700] rev 37311
8153665: URLClassLoader::definePackage no longer inspect packages from ancestors
Reviewed-by: alanb
redestad [Tue, 12 Apr 2016 21:41:28 +0200] rev 37310
8154067: Avoid early use of limited privilege escalation in InnerClassLambdaMetafactory
Reviewed-by: alanb, mchung, mullan, briangoetz