ctornqvi [Fri, 25 Jan 2013 10:14:22 +0100] rev 15441
8006413: Add utility classes for writing better multiprocess tests in jtreg
Summary: Add a few utility classes to test/testlibrary to support multi process testing in jtreg tests. Added a test case for one of the utility classes. Also reviewed by Vitaly Davidovich
Reviewed-by: brutisso, dholmes, vlivanov, nloodin, mgerdin
acorn [Mon, 28 Jan 2013 09:33:55 -0800] rev 15440
Merge
acorn [Mon, 28 Jan 2013 10:55:30 -0500] rev 15439
8004967: Default method cause VerifyError: Illegal use of nonvirtual
Summary: Recognize VM generated method in old verifier
Reviewed-by: acorn, coleenp
Contributed-by: bharadwaj.yadavelli@oracle.com
acorn [Mon, 28 Jan 2013 10:34:07 -0500] rev 15438
Merge
acorn [Fri, 25 Jan 2013 15:06:18 -0500] rev 15437
6479360: PrintClassHistogram improvements
Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
Reviewed-by: coleenp, hseigel, sla, acorn
Contributed-by: ioi.lam@oracle.com
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
jmasa [Mon, 04 Feb 2013 12:01:07 -0800] rev 15429
Merge
jmasa [Thu, 03 Jan 2013 15:03:27 -0800] rev 15428
8004895: NPG: JMapPermCore test failure caused by warnings about missing field
Reviewed-by: johnc