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).