kvn [Thu, 18 Oct 2012 07:06:31 -0700] rev 14127
8001071: Add simple range check into VM implemenation of Unsafe access methods
Summary: Add simple check in debug version of VM.
Reviewed-by: twisti, johnc
kvn [Wed, 17 Oct 2012 12:09:32 -0700] rev 14126
8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space
Summary: Fix type of method pointer load from vtable.
Reviewed-by: twisti, johnc, roland
jcoomes [Fri, 26 Oct 2012 08:38:22 -0700] rev 14125
Merge
jmasa [Thu, 25 Oct 2012 12:59:37 -0700] rev 14124
8001584: NPG: Incorrect assertion in BinaryTreeDictionary::get_chunk()
Reviewed-by: johnc, tamao
jmasa [Tue, 18 Sep 2012 23:35:42 -0700] rev 14123
7045397: NPG: Add freelists to class loader arenas.
Reviewed-by: coleenp, stefank, jprovino, ohair
coleenp [Mon, 22 Oct 2012 12:01:35 -0400] rev 14122
Merge
zgu [Fri, 19 Oct 2012 18:55:08 -0700] rev 14121
Merge
zgu [Fri, 19 Oct 2012 21:40:07 -0400] rev 14120
7199092: NMT: NMT needs to deal overlapped virtual memory ranges
Summary: Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map.
Reviewed-by: acorn, coleenp
minqi [Fri, 19 Oct 2012 08:58:14 -0700] rev 14119
8001055: Bytes.swap should follow big endian
Summary: This is a mistake change in 6879063 about Bytes.swap. Java byte code order always follows big endian, but in that change, assume they follow native platform order that is not right.
Reviewed-by: coleenp, sspitsyn, dholmes
Contributed-by: yumin.qi@oracle.com
minqi [Fri, 19 Oct 2012 08:56:57 -0700] rev 14118
8000818: SA constant pool need to reference to reference map after permgen removal
Summary: After permgen removal, constant pool changed to put _ldc and _ldc_w (fast_ldc and fast_ldcw) index to reference map, no longer calculated via constant pool cache.
Reviewed-by: coleenp, sspitsyn, dholmes
Contributed-by: yumin.qi@oracle.com
coleenp [Thu, 18 Oct 2012 13:09:47 -0400] rev 14117
7053130: hs_err file does not record specified CLASSPATH
Summary: Added code to write the value of the java.class.path property to the hs_err file.
Reviewed-by: kmo, dholmes, kvn
Contributed-by: harold.seigel@oracle.com
coleenp [Thu, 18 Oct 2012 13:08:13 -0400] rev 14116
7188233: UseVMInterruptibleIO flag deprecate for JDK8
Summary: The -XX:+UseVMInterruptibleIO flag is deprecated for JDK8. The flag will still enable Interruptible IO on Solaris, but users will get a warning.
Reviewed-by: dholmes, acorn, alanb
Contributed-by: harold.seigel@oracle.com
amurillo [Fri, 19 Oct 2012 11:26:17 -0700] rev 14115
8001176: new hotspot build - hs25-b07
Reviewed-by: jcoomes
katleman [Thu, 25 Oct 2012 09:53:16 -0700] rev 14114
Added tag jdk8-b62 for changeset e3e135066607