Tue, 18 Jun 2013 09:34:16 -0400 Merge
zgu [Tue, 18 Jun 2013 09:34:16 -0400] rev 18087
Merge
Tue, 18 Jun 2013 08:44:08 -0400 8013651: NMT: reserve/release sequence id's in incorrect order due to race
zgu [Tue, 18 Jun 2013 08:44:08 -0400] rev 18086
8013651: NMT: reserve/release sequence id's in incorrect order due to race Summary: Fixed NMT race condition for realloc, uncommit and release Reviewed-by: coleenp, ccheung
Mon, 17 Jun 2013 18:35:44 +0200 8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8
sla [Mon, 17 Jun 2013 18:35:44 +0200] rev 18085
8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8 Reviewed-by: dcubed, mgronlun
Mon, 10 Jun 2013 10:45:19 -0400 8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
zgu [Mon, 10 Jun 2013 10:45:19 -0400] rev 18084
8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites Summary: Simple fix when memory allocation site is gone, NMT should report 0 memory size, instead old memory size. Reviewed-by: dcubed, ctornqvi
Sat, 15 Jun 2013 13:17:36 +0200 8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp
mgronlun [Sat, 15 Jun 2013 13:17:36 +0200] rev 18083
8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp Reviewed-by: sla, rbackman
Fri, 14 Jun 2013 22:34:08 -0700 Merge
sspitsyn [Fri, 14 Jun 2013 22:34:08 -0700] rev 18082
Merge
Fri, 14 Jun 2013 15:17:10 -0700 6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description
sspitsyn [Fri, 14 Jun 2013 15:17:10 -0700] rev 18081
6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description Summary: A typo in the parameter spelling, a bound update missed when the parameter was renamed Reviewed-by: sla, minqi Contributed-by: serguei.spitsyn@oracle.com
Fri, 14 Jun 2013 19:49:58 -0700 Merge
dcubed [Fri, 14 Jun 2013 19:49:58 -0700] rev 18080
Merge
Fri, 14 Jun 2013 08:00:35 -0700 Merge
dcubed [Fri, 14 Jun 2013 08:00:35 -0700] rev 18079
Merge
Fri, 14 Jun 2013 07:46:22 -0700 7178026: os::close can restart ::close but that is not a restartable syscall
rdurbin [Fri, 14 Jun 2013 07:46:22 -0700] rev 18078
7178026: os::close can restart ::close but that is not a restartable syscall Summary: Removed restart macros from all os:close calls on Solaris, Linux, MacOS X platforms. Reviewed-by: dcubed, dholmes
Fri, 14 Jun 2013 15:20:32 -0700 Merge
zgu [Fri, 14 Jun 2013 15:20:32 -0700] rev 18077
Merge
Fri, 14 Jun 2013 07:39:19 -0700 Merge
zgu [Fri, 14 Jun 2013 07:39:19 -0700] rev 18076
Merge
Fri, 14 Jun 2013 09:18:42 -0400 8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline
zgu [Fri, 14 Jun 2013 09:18:42 -0400] rev 18075
8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline Summary: Simple fix to add NULL pointer check that can cause segv Reviewed-by: coleenp, ctornqvi
Fri, 14 Jun 2013 07:30:10 -0700 Merge
zgu [Fri, 14 Jun 2013 07:30:10 -0700] rev 18074
Merge
Thu, 13 Jun 2013 22:02:40 -0700 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
ccheung [Thu, 13 Jun 2013 22:02:40 -0700] rev 18073
8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux Reviewed-by: dholmes, coleenp Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
Fri, 14 Jun 2013 13:11:58 +0200 Merge
ctornqvi [Fri, 14 Jun 2013 13:11:58 +0200] rev 18072
Merge
Thu, 13 Jun 2013 22:00:06 +0200 8015324: Create tests for CDS feature
ctornqvi [Thu, 13 Jun 2013 22:00:06 +0200] rev 18071
8015324: Create tests for CDS feature Summary: Wrote tests for use of CDS with ObjectAlignmentInBytes CL option Reviewed-by: coleenp, ctornqvi, hseigel Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Thu, 13 Jun 2013 21:57:56 +0200 8016065: Write regression test for 7167142
ctornqvi [Thu, 13 Jun 2013 21:57:56 +0200] rev 18070
8016065: Write regression test for 7167142 Summary: Regression tests written for both test cases (.hotspotrc and .hotspot_compiler). Also reviewed by mikhailo.seledtsov@oracle.com Reviewed-by: zgu, coleenp
Thu, 13 Jun 2013 11:16:38 -0700 8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
dcubed [Thu, 13 Jun 2013 11:16:38 -0700] rev 18069
8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint Summary: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory(). Add os::commit_memory_or_exit(). Also tidy up some NMT accounting and some mmap() return value checking. Reviewed-by: zgu, stefank, dholmes, dsamersoff
Fri, 14 Jun 2013 07:27:22 -0700 8016567: new hotspot build - hs25-b38
amurillo [Fri, 14 Jun 2013 07:27:22 -0700] rev 18068
8016567: new hotspot build - hs25-b38 Reviewed-by: jcoomes
Mon, 24 Jun 2013 14:27:24 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:24 -0700] rev 18067
Merge
Wed, 19 Jun 2013 11:02:10 +0100 Merge
chegar [Wed, 19 Jun 2013 11:02:10 +0100] rev 18066
Merge
Mon, 17 Jun 2013 11:17:49 +0100 Merge
chegar [Mon, 17 Jun 2013 11:17:49 +0100] rev 18065
Merge
Fri, 31 May 2013 10:27:12 +0100 Merge
chegar [Fri, 31 May 2013 10:27:12 +0100] rev 18064
Merge
Thu, 23 May 2013 12:44:18 +0100 Merge
chegar [Thu, 23 May 2013 12:44:18 +0100] rev 18063
Merge
Thu, 16 May 2013 11:44:33 +0100 Merge
chegar [Thu, 16 May 2013 11:44:33 +0100] rev 18062
Merge
Wed, 08 May 2013 15:25:08 +0100 Merge
chegar [Wed, 08 May 2013 15:25:08 +0100] rev 18061
Merge
Wed, 01 May 2013 14:11:01 +0100 Merge
chegar [Wed, 01 May 2013 14:11:01 +0100] rev 18060
Merge
Sun, 28 Apr 2013 08:15:33 +0100 Merge
chegar [Sun, 28 Apr 2013 08:15:33 +0100] rev 18059
Merge
Wed, 24 Apr 2013 10:17:40 +0100 Merge
chegar [Wed, 24 Apr 2013 10:17:40 +0100] rev 18058
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip