iklam [Wed, 01 Oct 2014 15:24:34 -0700] rev 26931
Merge
iklam [Fri, 26 Sep 2014 17:55:09 -0700] rev 26930
Merge
coleenp [Fri, 26 Sep 2014 18:59:09 -0400] rev 26929
Merge
coleenp [Fri, 26 Sep 2014 17:11:27 -0400] rev 26928
8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
Summary: Only update the refcount without looking it up in the symbol table.
Reviewed-by: hseigel, lfoltan, shade
coleenp [Fri, 26 Sep 2014 12:50:30 -0400] rev 26927
8058927: ATG throws ClassNotFoundException
Summary: ClassLoader for array klass set to null and not the class loader of the component type.
Reviewed-by: dcubed, ctornqvi
coleenp [Thu, 25 Sep 2014 12:04:28 +0000] rev 26926
Merge
coleenp [Thu, 25 Sep 2014 07:52:32 -0400] rev 26925
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used.
Reviewed-by: gtriantafill, dholmes