hseigel [Mon, 14 Jul 2014 12:45:14 +0400] rev 25505
8035119: Fix exceptions to bytecode verification
Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.)
Reviewed-by: coleenp, acorn, mschoene
hseigel [Wed, 07 May 2014 19:21:52 +0400] rev 25504
8032536: JVM resolves wrong method in some unusual cases
Summary: Handle package private case
Reviewed-by: coleenp, acorn, jdn
hseigel [Mon, 14 Jul 2014 12:43:50 +0400] rev 25503
8030763: Validate global memory allocation
Summary: Add length checks where necessary
Reviewed-by: coleenp, mschoene
amurillo [Fri, 11 Jul 2014 09:14:21 -0700] rev 25502
Merge