log src/share/vm/runtime/globals.hpp @ 910:10d8c0d0d60e

age author description
Wed, 12 Aug 2009 14:27:54 -0700 jcoomes 6867645: java -Xshare:dump failed - read only space too small
Tue, 11 Aug 2009 23:24:41 -0700 jcoomes 6866585: debug code in ciObjectFactory too slow for large objects
Thu, 06 Aug 2009 14:28:54 -0700 jrose 6868487: EnableInvokeDynamic and EnableMethodHandles should not be visible flags in JDK6 or JDK7
Fri, 31 Jul 2009 10:41:29 -0700 ysr Merge
Wed, 29 Jul 2009 11:01:26 -0400 tonyp 6864886: G1: rename -XX parameters related to update buffers
Tue, 28 Jul 2009 13:50:07 -0600 dcubed Merge
Tue, 28 Jul 2009 13:35:00 -0600 dcubed 6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
Tue, 07 Jul 2009 14:23:00 -0400 tonyp 6855834: G1: minimize the output when -XX:+PrintHeapAtGC is set
Fri, 08 May 2009 10:34:31 -0700 kvn Merge
Wed, 06 May 2009 00:27:52 -0700 twisti 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
Thu, 30 Apr 2009 15:07:53 -0700 johnc 6490395: G1: Tidy up command line flags.
Tue, 21 Apr 2009 23:21:04 -0700 jrose 6655646: dynamic languages need dynamically linked call sites
Tue, 14 Apr 2009 12:25:54 -0700 never Merge
Wed, 08 Apr 2009 10:56:49 -0700 jrose 6655638: dynamic languages need method handles
Fri, 03 Apr 2009 15:59:19 -0700 ysr Merge
Thu, 02 Apr 2009 15:57:41 -0700 ysr 6824570: ParNew: Fix memory leak introduced in 6819891
Thu, 02 Apr 2009 10:49:41 -0700 never Merge
Tue, 31 Mar 2009 14:07:08 -0700 cfang 6761600: Use sse 4.2 in intrinsics
Thu, 02 Apr 2009 05:22:02 -0700 apetrusenko Merge
Sat, 28 Mar 2009 15:47:29 -0700 ysr 6819891: ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
Mon, 30 Mar 2009 18:19:31 -0700 kvn 6821700: tune VM flags for peak performance
Thu, 19 Mar 2009 09:13:24 -0700 kvn Merge
Fri, 13 Mar 2009 11:35:17 -0700 twisti 6378821: bitCount() should use POPC on SPARC processors and AMD+10h
Thu, 12 Mar 2009 10:37:46 -0700 kvn 6791178: Specialize for zero as the compressed oop vm heap base
Thu, 12 Mar 2009 18:16:36 -0700 trims Merge
Mon, 02 Mar 2009 16:37:04 -0800 ysr 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
Mon, 09 Mar 2009 13:28:46 -0700 xdono 6814575: Update copyright year
Tue, 17 Feb 2009 14:30:24 -0800 kvn Merge
Thu, 05 Feb 2009 13:38:52 -0800 kvn 6788376: allow to ignore unrecognized VM options
Sun, 08 Feb 2009 13:18:01 -0800 jmasa 6690928: Use spinning in combination with yields for workstealing termination.