log src/share/vm/memory/collectorPolicy.cpp @ 14359:f7f0c6a77d6d

age author description
Wed, 05 Feb 2014 11:05:13 +0100 sjohanss 8033426: Scale initial NewSize using NewRatio if not set on command line
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Mon, 20 Jan 2014 17:15:55 +0100 ehelin 8031776: Remove the unnecessary enum GenRemSet::Name
Mon, 11 Nov 2013 13:50:10 +0100 jwilhelm 8028093: Initial young size is smaller than minimum young size
Sun, 10 Nov 2013 00:07:29 +0100 jwilhelm 8027911: Assertion in the collector policy when running gc/arguments/TestMaxNewSize.java
Fri, 01 Nov 2013 17:09:38 +0100 jwilhelm 8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking
Mon, 21 Oct 2013 18:56:20 +0200 jwilhelm 8026853: Prepare GC code for collector policy regression fix
Mon, 21 Oct 2013 18:52:13 +0200 jwilhelm 8026852: Use restricted_align_down in collector policy code
Mon, 21 Oct 2013 18:51:37 +0200 jwilhelm 8026851: Remove unnecessary code in GenRemSet
Mon, 07 Oct 2013 15:51:08 +0200 stefank 8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
Fri, 04 Oct 2013 22:08:37 +0200 jwilhelm 8025854: Use "young gen" instead of "eden"
Thu, 03 Oct 2013 21:36:29 +0200 jwilhelm 8025852: Remove unnecessary setters in collector policy classes
Thu, 03 Oct 2013 13:19:19 +0200 jwilhelm 8025855: Simplify GenRemSet code slightly
Tue, 01 Oct 2013 15:21:14 +0200 ehelin 8025313: MetaspaceMemoryPool incorrectly reports undefined size for max
Fri, 13 Sep 2013 22:22:14 +0200 stefank 8024650: Don't adjust MaxMetaspaceSize up to MetaspaceSize
Wed, 11 Sep 2013 16:25:02 +0200 tschatzl 8010722: assert: failed: heap size is too big for compressed oops
Fri, 16 Aug 2013 13:22:32 +0200 stefank 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Fri, 17 May 2013 06:01:10 +0200 jwilhelm Merge
Wed, 15 May 2013 11:05:09 +0200 tschatzl 6843347: Boundary values in some public GC options cause crashes
Mon, 13 May 2013 09:45:33 +0200 tschatzl 8014058: Regression tests for 8006088
Tue, 14 May 2013 09:41:12 -0700 minqi 8012902: remove use of global operator new - take 2
Mon, 06 May 2013 17:19:42 +0200 tschatzl 8006088: Incompatible heap size flags accepted by VM
Mon, 06 May 2013 09:16:14 +0200 brutisso 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
Sun, 21 Apr 2013 20:41:04 -0700 dcubed 8012907: anti-delta fix for 8010992
Fri, 19 Apr 2013 11:08:52 -0700 minqi 8010992: Remove calls to global ::operator new[] and new
Thu, 28 Mar 2013 10:27:28 +0100 mgerdin 7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine
Tue, 12 Mar 2013 11:00:49 -0700 jmasa 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared
Thu, 14 Feb 2013 14:43:01 -0800 tamao 8007764: Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
Fri, 08 Feb 2013 10:08:40 +0100 brutisso Merge
Mon, 28 Jan 2013 15:41:45 +0100 jwilhelm 6348447: Specifying -XX:OldSize crashes 64-bit VMs