jiangli [Fri, 11 Jan 2013 16:55:07 -0500] rev 15199
8005895: Inefficient InstanceKlass field packing wasts memory.
Summary: Pack _misc_has_default_methods into the _misc_flags, move _idnum_allocated_count.
Reviewed-by: coleenp, shade
acorn [Wed, 16 Jan 2013 18:23:37 -0500] rev 15198
Merge
coleenp [Tue, 15 Jan 2013 17:05:53 -0500] rev 15197
8005467: CDS size information is incorrect and unfriendly
Summary: Changed words to bytes, and added usage percentage information
Reviewed-by: coleenp, twisti
Contributed-by: ioi.lam@oracle.com
mikael [Mon, 14 Jan 2013 11:00:56 -0800] rev 15196
8005592: ClassLoaderDataGraph::_unloading incorrectly defined as nonstatic in vmStructs
Summary: Added assertion to catch problem earlier and removed the unused field
Reviewed-by: dholmes, acorn
coleenp [Mon, 14 Jan 2013 08:37:14 -0800] rev 15195
Merge
coleenp [Mon, 14 Jan 2013 11:01:39 -0500] rev 15194
8006005: Fix constant pool index validation and alignment trap for method parameter reflection
Summary: This patch addresses an alignment trap due to the storage format of method parameters data in constMethod. It also adds code to validate constant pool indexes for method parameters data.
Reviewed-by: jrose, dholmes
Contributed-by: eric.mccorkle@oracle.com
jwilhelm [Mon, 14 Jan 2013 15:17:47 +0100] rev 15193
8003985: Support @Contended Annotation - JEP 142
Summary: HotSpot changes to support @Contended annotation.
Reviewed-by: coleenp, kvn, jrose
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
zgu [Fri, 11 Jan 2013 09:53:24 -0800] rev 15192
Merge
zgu [Fri, 11 Jan 2013 12:30:54 -0500] rev 15191
8005936: PrintNMTStatistics doesn't work for normal JVM exit
Summary: Moved NMT shutdown code to JVM exit handler to ensure NMT statistics is printed when PrintNMTStatistics is enabled
Reviewed-by: acorn, dholmes, coleenp
dholmes [Thu, 10 Jan 2013 21:00:11 -0500] rev 15190
8005921: Memory leaks in vmStructs.cpp
Reviewed-by: dholmes, mikael, rasbold
Contributed-by: Jeremy Manson <jeremymanson@google.com>
mikael [Thu, 10 Jan 2013 17:06:26 -0800] rev 15189
8004747: Remove last_entry from VM_STRUCT macros
Summary: Instead of passing in last_entry to all the VM_ macros just expand it in the main vmStructs.cpp file.
Reviewed-by: dholmes, sspitsyn, minqi
acorn [Thu, 10 Jan 2013 17:38:20 -0500] rev 15188
7199207: NPG: Crash in PlaceholderTable::verify after StackOverflow
Summary: Reduce scope of placeholder table entries to improve cleanup
Reviewed-by: dholmes, coleenp
zgu [Wed, 09 Jan 2013 12:10:25 -0800] rev 15187
Merge
zgu [Wed, 09 Jan 2013 14:46:55 -0500] rev 15186
7152671: RFE: Windows decoder should add some std dirs to the symbol search path
Summary: Added JRE/JDK bin directories to decoder's symbol search path
Reviewed-by: dcubed, sla
acorn [Wed, 09 Jan 2013 11:39:30 -0500] rev 15185
8005689: InterfaceAccessFlagsTest failures in Lambda-JDK tests
Summary: Fix verifier for new interface access flags
Reviewed-by: acorn, kvn
Contributed-by: bharadwaj.yadavalli@oracle.com
amurillo [Fri, 11 Jan 2013 02:02:51 -0800] rev 15184
8006034: new hotspot build - hs25-b16
Reviewed-by: jcoomes
katleman [Thu, 24 Jan 2013 16:48:45 -0800] rev 15183
Added tag jdk8-b74 for changeset 8d54b69d4504
katleman [Wed, 30 Jan 2013 13:39:23 -0800] rev 15182
Merge
erikj [Thu, 24 Jan 2013 09:17:26 +0100] rev 15181
Merge
erikj [Wed, 23 Jan 2013 11:42:29 +0100] rev 15180
8006658: build-infra: Make MILESTONE behave the same as JDK_BUILD_NUMBER
Reviewed-by: ohrstrom, dholmes, tbell
erikj [Wed, 23 Jan 2013 11:41:06 +0100] rev 15179
8006663: build-infra: Compare two arbitrary zip/jar files with compare.sh
Reviewed-by: tbell
erikj [Wed, 23 Jan 2013 11:37:36 +0100] rev 15178
8005855: build-infra: Remove -R flag when cross compiling
Reviewed-by: dholmes, tbell
lana [Tue, 29 Jan 2013 20:16:12 -0800] rev 15177
Merge
erikj [Mon, 28 Jan 2013 14:23:20 +0100] rev 15176
Merge
raginip [Fri, 18 Jan 2013 11:31:33 -0800] rev 15175
8000839: Integrate the Java Access Bridge with Java Runtime
Reviewed-by: ptbrunet, erikj
lana [Sat, 26 Jan 2013 18:24:49 -0800] rev 15174
Merge
sherman [Tue, 22 Jan 2013 21:02:06 -0800] rev 15173
8003680: JSR 310 Date/Time API
Summary: Integration of JSR310 Date/Time API for M6
Reviewed-by: alanb, naoto, dholmes
Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, richard.warburton@gmail.com, misterm@gmail.com
lana [Sun, 20 Jan 2013 23:35:25 -0800] rev 15172
Merge
lana [Wed, 16 Jan 2013 11:58:15 -0800] rev 15171
Merge
jjg [Thu, 10 Jan 2013 19:36:13 -0800] rev 15170
8004834: Add doclint support into javadoc
Reviewed-by: erikj, tbell