acorn [Sun, 27 Jan 2013 21:58:34 -0500] rev 15436
Merge
minqi [Fri, 25 Jan 2013 13:47:52 -0800] rev 15435
Merge
minqi [Fri, 25 Jan 2013 04:23:49 -0800] rev 15434
Merge
sspitsyn [Thu, 24 Jan 2013 22:13:32 -0800] rev 15433
8005128: JSR 292: the mlvm redefineClassInBootstrap test crashes in ConstantPool::compare_entry_to
Summary: When constant pool is copied in merge_constant_pools the invokedynamic operands must be copied before.
Reviewed-by: coleenp, twisti
Contributed-by: serguei.spitsyn@oracle.com
zgu [Fri, 25 Jan 2013 10:04:08 -0500] rev 15432
8000692: Remove old KERNEL code
Summary: Removed depreciated kernel VM source code from hotspot VM
Reviewed-by: dholmes, acorn
minqi [Thu, 24 Jan 2013 23:30:45 -0800] rev 15431
8005278: Serviceability Agent: jmap -heap and jstack -m fail
Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in vmStructs and in SA we still use old name for that. FreeList now is a template based class which is not reflect in SA type library. When SA does calculation of heap for CMS, the former will cause failure to retrieve BinaryTreeDictionary sine the rename. The later will fail wherever it is used in SA.
Reviewed-by: dholmes, sla, coleenp
Contributed-by: yunda.mly@taobao.com
coleenp [Wed, 23 Jan 2013 10:34:29 -0500] rev 15430
8006040: NPG: on_stack processing wastes space in ConstantPool
Summary: Added on_stack bit to flags. Also MetadataMarkOnStack is used for more than JVMTI so had to be moved.
Reviewed-by: dholmes, stefank