log src/share/vm/runtime/arguments.cpp @ 6017:f3a4ee95783b

age author description
Fri, 20 Apr 2012 14:55:45 +0100 kevinw 7162488: VM not printing unknown -XX options
Thu, 22 Mar 2012 13:54:26 -0700 never Merge
Thu, 15 Mar 2012 16:38:56 -0700 iveresov 7154333: JVM fails to start if -XX:+AggressiveHeap is set
Tue, 20 Mar 2012 16:46:39 -0400 jmelvin 7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
Thu, 23 Feb 2012 14:58:35 +0100 mgerdin 7148152: Add whitebox testing API to HotSpot
Mon, 11 Jun 2012 17:04:59 +0200 Thomas Wuerthinger Updated list of projects added to the bootclasspath.
Thu, 07 Jun 2012 19:02:39 +0200 Thomas Wuerthinger Changes in the C++ part according to the Java renamings.
Thu, 07 Jun 2012 18:37:15 +0200 Thomas Wuerthinger Changes in C++ part for the Java renamings.
Thu, 29 Mar 2012 18:43:30 +0200 Lukas Stadler compilation queue changes:
Fri, 23 Mar 2012 11:48:39 +0100 Doug Simon changed Graal class path declaration (back) to a constant that is checked for correctness during building
Fri, 16 Mar 2012 20:03:11 +0100 Doug Simon compiler.class.path should not include system class path
Thu, 08 Mar 2012 19:49:51 +0100 Thomas Wuerthinger Two more package name corrections in C++ part.
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Fri, 17 Feb 2012 12:18:52 -0800 never Merge
Wed, 15 Feb 2012 16:29:40 -0800 iveresov 7142680: default GC affected by jvm path
Thu, 16 Feb 2012 15:52:01 -0500 coleenp 7146354: Re-enable Compressed OOPs after 7118647 is resolved
Thu, 02 Feb 2012 16:05:17 -0800 jcoomes 6679764: enable parallel compaction by default
Fri, 27 Jan 2012 09:04:57 +0100 brutisso Merge
Wed, 25 Jan 2012 21:14:11 -0800 jcoomes 7112413: JVM Crash, possibly GC-related
Fri, 13 Jan 2012 00:27:53 -0800 jrose Merge
Sat, 07 Jan 2012 13:26:43 -0800 kvn 7125896: Eliminate nested locks
Tue, 10 Jan 2012 15:47:19 -0500 kamg Merge
Mon, 09 Jan 2012 10:27:24 +0100 fparain 7120511: Add diagnostic commands
Tue, 13 Dec 2011 17:10:52 -0800 iveresov 7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
Tue, 14 Feb 2012 16:27:59 +0100 Lukas Stadler add jtt tests, converted from the maxine repository using ConvertJTT
Fri, 10 Feb 2012 17:09:39 +0100 Gilles Duboscq Merge
Fri, 10 Feb 2012 17:04:03 +0100 Gilles Duboscq Make it possible again to build a real client libjvm, drop the UseGraal flag.
Fri, 10 Feb 2012 13:58:04 +0100 Lukas Stadler explicitly exclude com.oracle.max.graal.tests from graal class path to make JUnit tests work
Fri, 13 Jan 2012 18:46:56 +0100 Thomas Wuerthinger Merge.
Tue, 10 Jan 2012 23:00:17 +0100 Thomas Wuerthinger Moved PrintCompilation logic from graal.compiler to graal.hotspot. Made bootclasspath generated from the GRAAL environment option more generic (such that adding/removing a project requires no changes in the C++ part).
Thu, 12 Jan 2012 14:50:14 +0100 Lukas Stadler move graal class path entries into a separate file that can be generated by the mx script
Mon, 09 Jan 2012 22:01:39 +0100 Doug Simon Removed need for GRAAL environment variable on Windows.
Tue, 03 Jan 2012 18:22:10 +0100 Thomas Wuerthinger moved graphbuilder into the graal.java project.
Wed, 21 Dec 2011 11:25:27 +0100 Doug Simon Removed strict requirement for GRAAL environment variable. It only needs to be set now if the graal directory is not in the directory hierarchy of GraalVM JDK.
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Wed, 07 Dec 2011 07:27:09 -0800 dcubed 7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
Tue, 09 Aug 2011 10:16:01 -0700 jmasa 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
Sun, 23 Oct 2011 20:23:14 -0700 never 7103784: enable some flags by default
Thu, 13 Oct 2011 09:35:42 -0700 dcubed 7098194: integrate macosx-port changes
Sun, 25 Sep 2011 16:03:29 -0700 never 7089790: integrate bsd-port changes
Fri, 09 Sep 2011 12:44:37 -0700 iveresov Merge
Thu, 08 Sep 2011 10:12:25 +0200 bdelsart 7087445: Improve platform independence of JSR292 shared code
Thu, 25 Aug 2011 02:57:46 -0700 iveresov 7082969: NUMA interleaving
Thu, 07 Jul 2011 15:44:34 -0700 jcoomes 7053189: remove some unnecessary platform-dependent includes
Wed, 06 Jul 2011 12:17:44 -0700 jcoomes 7061192: option handling adjustments for oracle and embedded builds
Mon, 13 Jun 2011 09:58:16 -0700 ysr 7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit
Fri, 10 Jun 2011 15:08:36 -0700 minqi 6941923: RFE: Handling large log files produced by long running Java Applications
Sat, 17 Dec 2011 20:48:46 +0100 Thomas Wuerthinger Work with GRAAL environment variable instead of MAXINE environment variable.
Tue, 25 Oct 2011 14:44:32 +0200 Lukas Stadler better error messages for missing MAXINE env var and exceptions thrown by the compiler
Fri, 07 Oct 2011 16:49:07 +0200 Gilles Duboscq rename com.oracle.max.graal.runtime to com.oracle.max.graal.hotspot
Wed, 14 Sep 2011 12:08:29 +0200 Thomas Wuerthinger Added criutils to Graal bootstrap path.
Tue, 13 Sep 2011 09:24:14 +0200 Doug Simon Added criutils project to bootstrap classpath.
Mon, 12 Sep 2011 18:19:20 +0200 Thomas Wuerthinger Added snippets project to bootstrap classpath.
Thu, 01 Sep 2011 15:28:24 +0200 Lukas Stadler re-lock objects whose lock was removed by escape analysis, enable stack walking compilation policy (-XX:CompilationPolicyChoice=1)
Sun, 14 Aug 2011 00:55:28 +0200 Thomas Wuerthinger Separate compiler bootstrappath from application bootstrappath.
Sat, 13 Aug 2011 18:13:08 +0200 Thomas Wuerthinger Merge.
Sat, 13 Aug 2011 18:08:28 +0200 Thomas Wuerthinger Enable debugging of compiler code from Java IDEs. Moved binary to "graal" subdirectory. New flag for starting Graal is just "-graal".
Fri, 12 Aug 2011 10:43:59 +0200 Lukas Stadler re-add C++ eclipse project
Wed, 10 Aug 2011 01:31:45 +0200 Thomas Wuerthinger Modified bootclasspath to reflect new structure. No longer need GRAAL environment variable.
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Fri, 06 May 2011 11:36:25 -0700 never Merge
Wed, 04 May 2011 00:21:22 -0700 never 7041582: set_mode_flags isn't called without -Xmixed specified
Fri, 06 May 2011 11:25:16 -0400 kamg Merge
Wed, 04 May 2011 19:16:49 -0400 dholmes 7036267: c2/arm: mark version number as experimental and disable on unsupported platforms
Wed, 04 May 2011 15:08:44 -0700 iveresov 7041501: NUMA: Expand the old gen more aggressively
Thu, 28 Apr 2011 15:29:18 -0700 johnc 7040410: -Xloggc:<file> incorrectly enables TraceClassUnloading causing tracing on tty
Wed, 20 Apr 2011 20:32:45 -0700 jmasa Merge
Thu, 14 Apr 2011 13:45:41 -0700 johnc Merge
Fri, 08 Apr 2011 14:53:16 -0700 jmasa Merge
Thu, 07 Apr 2011 17:16:20 -0700 jcoomes 6841742: par compact - remove unused/unsupported options
Thu, 07 Apr 2011 16:52:15 -0700 jcoomes 7034133: cleanup obsolete option handling
Mon, 20 Jun 2011 14:07:11 +0200 Thomas Wuerthinger Performed folder and class name changes in native code.
Wed, 08 Jun 2011 17:42:07 +0200 Thomas Wuerthinger Made boolean options more robust to also allow -G:Time or -G:Meter.
Wed, 08 Jun 2011 17:01:16 +0200 Thomas Wuerthinger Added time measurement for phases.
Wed, 08 Jun 2011 14:01:51 +0200 Thomas Wuerthinger Rebranded C++ part from C1X to Graal.
Wed, 08 Jun 2011 08:45:47 +0200 Thomas Wuerthinger Adjusted startup classpath.
Wed, 18 May 2011 09:44:05 +0200 Doug Simon Sync with renames in Maxine code base.
Fri, 13 May 2011 17:09:20 -0700 Christian Wimmer use com.oracle.max.asm project for assembler
Mon, 09 May 2011 17:00:25 +0200 Lukas Stadler FrameState and Graphviz changes:
Thu, 05 May 2011 13:27:48 +0200 Lukas Stadler added GraalGraph to classpath, Node as superclass of Value
Wed, 27 Apr 2011 12:14:48 +0200 Thomas Wuerthinger Adjusted classpaths such that new graalvm repo structure works.
Fri, 22 Apr 2011 15:30:53 +0200 Thomas Wuerthinger Merge with OpenJDK.
Fri, 22 Apr 2011 15:22:45 +0200 Thomas Wuerthinger Renamed project HotSpotVM => Runtime
Tue, 12 Apr 2011 14:18:53 -0700 coleenp Merge
Thu, 07 Apr 2011 20:26:41 -0700 ohair 7019210: Fix misc references to /bugreport websites
Thu, 07 Apr 2011 17:02:30 -0700 jrose 6981791: remove experimental code for JSR 292
Wed, 06 Apr 2011 16:02:50 -0700 never 7034513: enable fast accessors and empty methods for ZERO and -Xint
Thu, 31 Mar 2011 02:31:57 -0700 twisti 6817525: turn on method handle functionality by default for JSR 292
Mon, 21 Mar 2011 18:38:00 -0700 jcoomes 6962930: make the string table size configurable
Fri, 18 Mar 2011 16:00:34 -0700 never 7017732: move static fields into Class to prepare for perm gen removal
Fri, 18 Mar 2011 09:03:43 -0700 jcoomes Merge
Wed, 16 Mar 2011 10:37:08 -0700 ysr 6896099: Integrate CMS heap ergo with default heap sizing ergo
Fri, 11 Mar 2011 16:35:18 +0100 jwilhelm 6820066: Check that -XX:ParGCArrayScanChunk has a value larger than zero.
Sun, 06 Mar 2011 11:37:18 -0800 jcoomes 7018056: large pages not always enabled by default
Fri, 11 Mar 2011 21:19:15 -0800 jrose Merge
Fri, 04 Mar 2011 15:14:16 -0800 iveresov 7020403: Add AdvancedCompilationPolicy for tiered
Mon, 07 Mar 2011 09:16:08 -0800 acorn Merge
Thu, 03 Mar 2011 19:51:36 -0500 coleenp 7022999: Can't build with FORCE_TIERED=0
Thu, 03 Mar 2011 23:31:45 -0800 kvn Merge
Tue, 01 Mar 2011 14:56:48 -0800 iveresov 6627983: G1: Bad oop deference during marking
Mon, 28 Feb 2011 14:19:52 +0100 sla 7022037: Pause when exiting if debugger is attached on windows
Thu, 03 Mar 2011 19:25:53 +0100 Thomas Wuerthinger Merge with OpenJDK.
Mon, 21 Feb 2011 04:49:17 -0800 rottenha Merge
Wed, 16 Feb 2011 11:34:44 -0500 coleenp 6840152: JVM crashes when heavyweight monitors are used
Wed, 09 Feb 2011 09:43:02 -0800 johnc 7017008: G1: Turn on compressed oops by default.
Wed, 16 Feb 2011 13:47:20 +0100 Thomas Wuerthinger Merge.
Thu, 27 Jan 2011 13:42:28 -0800 johnc Merge
Tue, 25 Jan 2011 10:56:22 -0800 johnc 6608385: G1: need to support parallel reference processing
Thu, 20 Jan 2011 08:25:22 -0800 twisti 7011839: JSR 292 turn on escape analysis when using invokedynamic
Wed, 12 Jan 2011 15:44:16 +0000 kevinw 6994753: Implement optional hook to a Java method at VM startup.
Wed, 26 Jan 2011 18:17:37 +0100 Thomas Wuerthinger Merge.
Mon, 03 Jan 2011 14:09:11 -0500 coleenp 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
Fri, 07 Jan 2011 18:18:08 +0100 Thomas Wuerthinger Merge.
Tue, 30 Nov 2010 23:23:40 -0800 iveresov 6985015: C1 needs to support compressed oops
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Fri, 19 Nov 2010 17:01:34 -0800 iveresov Merge
Fri, 12 Nov 2010 09:51:43 -0800 kvn 6999491: non-zero COOPs are used when they should not
Fri, 12 Nov 2010 09:37:13 -0500 zgu Merge
Fri, 05 Nov 2010 09:32:08 -0400 kamg 6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0
Tue, 30 Nov 2010 14:53:30 +0100 Thomas Wuerthinger Merge.