ctornqvi [Sat, 02 Feb 2013 20:13:27 +0100] rev 15459
8000363: runtime/7158988/FieldMonitor.java fails with exception
Summary: Removed unnecessary shell script in the test.
Reviewed-by: coleenp, sla
ctornqvi [Sat, 02 Feb 2013 16:34:10 +0100] rev 15458
8005013: Add NMT tests
Summary: Add tests for the Native Memory Tracking feature, includes regression tests for 8005936 and 8004802
Reviewed-by: zgu, coleenp
minqi [Sat, 02 Feb 2013 03:51:01 -0800] rev 15457
Merge
minqi [Fri, 01 Feb 2013 22:41:34 -0800] rev 15456
Merge
minqi [Thu, 31 Jan 2013 17:43:01 -0800] rev 15455
8000973: SA on windows thread inspection is broken
Summary: After bug 7161732, On Windows SA could not find correct address of thread_id of OSThread since _thread_id moved to end of the class . The presupposition of the address is following thread handle no longer stands. Fix by adding thread_id field to OSThread and getting the address directly from OSThread.
Reviewed-by: nloodin, sspitsyn
Contributed-by: yumin.qi@oracle.com
ctornqvi [Sat, 02 Feb 2013 08:46:48 +0100] rev 15454
Merge
ctornqvi [Sat, 02 Feb 2013 07:24:29 +0100] rev 15453
Merge
ctornqvi [Fri, 01 Feb 2013 23:48:08 +0100] rev 15452
8005012: Add WB APIs to better support NMT testing
Summary: Add WB API functions to enable better NMT testing
Reviewed-by: dholmes, zgu
jiangli [Fri, 01 Feb 2013 19:36:55 -0800] rev 15451
Merge
jiangli [Fri, 01 Feb 2013 15:25:37 -0500] rev 15450
Merge
iklam [Thu, 24 Jan 2013 10:57:38 -0800] rev 15449
8006280: Need to reorder metadata structures to reduce size (64-bit)
Summary: Reordered Klass, InstanceKlass and Method to save 8 bytes each
Reviewed-by: coleenp, jiangli
Contributed-by: ioi.lam@oracle.com
minqi [Fri, 01 Feb 2013 14:42:43 -0800] rev 15448
Merge
minqi [Fri, 01 Feb 2013 10:57:06 -0800] rev 15447
Merge
sspitsyn [Thu, 31 Jan 2013 20:11:14 -0800] rev 15446
8006731: JSR 292: the VM_RedefineClasses::rewrite_cp_refs_in_method() must support invokedynamic
Summary: The invokedynamic bytecode ref to a CP entry needs to be checked and fixed as well.
Reviewed-by: coleenp, twisti
Contributed-by: serguei.spitsyn@oracle.com
sspitsyn [Thu, 31 Jan 2013 20:09:16 -0800] rev 15445
8006546: JSR 292: typos in the ConstantPool::copy_cp_impl()
Summary: Simple typos that need to be fixed
Reviewed-by: coleenp, twisti
Contributed-by: serguei.spitsyn@oracle.com
sspitsyn [Thu, 31 Jan 2013 20:07:18 -0800] rev 15444
8006542: JSR 292: the VM_RedefineClasses::append_entry() must support invokedynamic entry kinds
Summary: Need a support for invokedynamic entry kinds when new and old constant pools are merged.
Reviewed-by: coleenp, twisti
Contributed-by: serguei.spitsyn@oracle.com
hseigel [Fri, 01 Feb 2013 13:30:12 -0500] rev 15443
Merge
hseigel [Fri, 01 Feb 2013 14:14:54 -0500] rev 15442
8006298: Specifying malformed JFR options (-XX:+FlightRecorderOptions) outputs non-sensical error
Summary: Change error messages for malformed options so the messages are more useful.
Reviewed-by: mikael, kvn, nloodin
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
amurillo [Fri, 25 Jan 2013 03:03:23 -0800] rev 15427
8006827: new hotspot build - hs25-b18
Reviewed-by: jcoomes
katleman [Thu, 07 Feb 2013 12:32:50 -0800] rev 15426
Added tag jdk8-b76 for changeset faf3f7a9a86f
katleman [Thu, 07 Feb 2013 12:32:32 -0800] rev 15425
Added tag jdk8-b76 for changeset 6bb57fea1027
duke [Wed, 05 Jul 2017 18:39:14 +0200] rev 15424
Added tag jdk8-b76 for changeset f407160c280d
duke [Wed, 05 Jul 2017 18:39:13 +0200] rev 15423
Merge
duke [Wed, 05 Jul 2017 18:39:09 +0200] rev 15422
Merge
katleman [Tue, 05 Feb 2013 18:55:24 -0800] rev 15421
Merge
ohrstrom [Thu, 31 Jan 2013 14:01:45 +0100] rev 15420
8006872: Stop creating four jars with identical content in the new build system.
Reviewed-by: erikj
katleman [Thu, 31 Jan 2013 17:04:55 -0800] rev 15419
Added tag jdk8-b75 for changeset dbafd8b0d8a2
duke [Wed, 05 Jul 2017 18:39:05 +0200] rev 15418
Merge
katleman [Tue, 05 Feb 2013 18:54:27 -0800] rev 15417
Merge
ohrstrom [Thu, 31 Jan 2013 14:02:58 +0100] rev 15416
8006872: Stop creating four jars with identical content in the new build system.
Reviewed-by: erikj
katleman [Thu, 31 Jan 2013 17:04:40 -0800] rev 15415
Added tag jdk8-b75 for changeset bef9d985cc1c
duke [Wed, 05 Jul 2017 18:39:00 +0200] rev 15414
Merge
katleman [Tue, 05 Feb 2013 18:54:24 -0800] rev 15413
Merge
ohrstrom [Thu, 31 Jan 2013 14:02:44 +0100] rev 15412
8006872: Stop creating four jars with identical content in the new build system.
Reviewed-by: erikj
katleman [Thu, 31 Jan 2013 17:04:37 -0800] rev 15411
Added tag jdk8-b75 for changeset 504959da18bb
duke [Wed, 05 Jul 2017 18:38:56 +0200] rev 15410
Merge
katleman [Tue, 05 Feb 2013 18:54:11 -0800] rev 15409
Merge
ohrstrom [Thu, 31 Jan 2013 14:02:29 +0100] rev 15408
8006872: Stop creating four jars with identical content in the new build system.
Reviewed-by: erikj
katleman [Thu, 31 Jan 2013 17:04:24 -0800] rev 15407
Added tag jdk8-b75 for changeset 5aa96ebbc95e
duke [Wed, 05 Jul 2017 18:38:51 +0200] rev 15406
Merge
katleman [Tue, 05 Feb 2013 18:54:59 -0800] rev 15405
Merge
erikj [Mon, 04 Feb 2013 10:58:26 +0100] rev 15404
8007268: build-infra: configure reports Solaris needs gcc for deploy, but logs don't indicate it's used.
Reviewed-by: tbell, katleman
tbell [Fri, 01 Feb 2013 09:16:19 -0800] rev 15403
8006808: mapfile use check in jdk/make/common/shared/Defs-solaris.gmk is throwing 'egrep: syntax error'
Summary: Use a valid egrep expression in the non-SPARC case
Reviewed-by: dholmes
ohrstrom [Thu, 31 Jan 2013 14:03:42 +0100] rev 15402
8006872: Stop creating four jars with identical content in the new build system.
Reviewed-by: erikj
katleman [Thu, 31 Jan 2013 17:04:47 -0800] rev 15401
Added tag jdk8-b75 for changeset cfe93cb07f19
duke [Wed, 05 Jul 2017 18:38:46 +0200] rev 15400
Merge