hseigel [Mon, 14 Jul 2014 13:01:34 +0400] rev 25506
8036800: Attribute OOM to correct part of code
Summary: checks that the attribute_length does not exceed the length of remaining data in the class file
Reviewed-by: coleenp, ahgross
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
jmasa [Fri, 11 Jul 2014 05:59:08 -0700] rev 25501
Merge
ehelin [Wed, 09 Jul 2014 16:44:30 +0200] rev 25500
8049426: Minor cleanups after G1 class unloading
Reviewed-by: stefank, brutisso
roland [Fri, 11 Jul 2014 02:34:11 -0700] rev 25499
Merge
mduigou [Wed, 09 Jul 2014 21:56:16 +0000] rev 25498
8047734: Backout use of -Og
Reviewed-by: iveresov
roland [Wed, 09 Jul 2014 02:50:46 -0700] rev 25497
Merge
rbackman [Mon, 23 Jun 2014 13:33:23 +0200] rev 25496
8046289: compiler/6340864/TestLongVect.java timeout with
Reviewed-by: iveresov, vlivanov
thartmann [Thu, 03 Jul 2014 08:46:44 +0200] rev 25495
8022968: Some codecache allocation failures don't result in invoking the sweeper
Summary: Add calls to CompileBroker::handle_full_code_cache() or fail gracefully whenever allocation in the code cache fails.
Reviewed-by: iveresov, vlivanov
roland [Wed, 02 Jul 2014 22:54:18 +0200] rev 25494
8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
Summary: call to Object.finalize() sometimes allowed by compilers on array type
Reviewed-by: iveresov, vlivanov
jmasa [Thu, 10 Jul 2014 13:39:18 -0700] rev 25493
Merge
stefank [Mon, 07 Jul 2014 10:12:40 +0200] rev 25492
8049421: G1 Class Unloading after completing a concurrent mark cycle
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov
Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com