Wed, 27 Mar 2013 19:21:18 +0100 7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM
tschatzl [Wed, 27 Mar 2013 19:21:18 +0100] rev 16605
7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method. Reviewed-by: jmasa, tamao
Thu, 28 Mar 2013 10:27:28 +0100 7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine
mgerdin [Thu, 28 Mar 2013 10:27:28 +0100] rev 16604
7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine Summary: Keep a counter of how many times we were stalled by the GC locker, add a diagnostic flag which sets the limit. Reviewed-by: brutisso, ehelin, johnc
Tue, 02 Apr 2013 07:40:52 -0700 Merge
zgu [Tue, 02 Apr 2013 07:40:52 -0700] rev 16603
Merge
Mon, 01 Apr 2013 14:05:41 -0700 8011048: Possible reading from unmapped memory in UTF8::as_quoted_ascii()
iklam [Mon, 01 Apr 2013 14:05:41 -0700] rev 16602
8011048: Possible reading from unmapped memory in UTF8::as_quoted_ascii() Summary: Pass utf_length parameter to UTF8::as_quoted_ascii() Reviewed-by: dcubed, minqi
Tue, 02 Apr 2013 11:28:33 +0200 8009763: Add WB test for String.intern()
mgerdin [Tue, 02 Apr 2013 11:28:33 +0200] rev 16601
8009763: Add WB test for String.intern() Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test Reviewed-by: mgerdin, zgu Contributed-by: leonid.mesnik@oracle.com
Thu, 28 Mar 2013 15:39:52 +0100 8002118: WindbgDebuggerLocal should not try to load 64-bit debug libraries for 32-bit JVM
sla [Thu, 28 Mar 2013 15:39:52 +0100] rev 16600
8002118: WindbgDebuggerLocal should not try to load 64-bit debug libraries for 32-bit JVM Reviewed-by: sspitsyn, zgu Contributed-by: peter.allwin@oracle.com
Sun, 31 Mar 2013 21:43:10 -0400 8010723: fatal error: acquiring lock Metaspace allocation lock/5 out of order
coleenp [Sun, 31 Mar 2013 21:43:10 -0400] rev 16599
8010723: fatal error: acquiring lock Metaspace allocation lock/5 out of order Summary: Avoid holding SystemDictionary_lock while calling Klass::remove_unshareable_info Reviewed-by: coleenp, acorn Contributed-by: ioi.lam@oracle.com
Fri, 29 Mar 2013 08:38:00 -0700 Merge
dcubed [Fri, 29 Mar 2013 08:38:00 -0700] rev 16598
Merge
Thu, 28 Mar 2013 00:44:15 -0700 Merge
minqi [Thu, 28 Mar 2013 00:44:15 -0700] rev 16597
Merge
Wed, 27 Mar 2013 17:03:19 -0700 2178143: JVM crashes if the number of bound CPUs changed during runtime
minqi [Wed, 27 Mar 2013 17:03:19 -0700] rev 16596
2178143: JVM crashes if the number of bound CPUs changed during runtime Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away. Reviewed-by: dholmes, acorn, dcubed, jmasa Contributed-by: yumin.qi@oracle.com
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip