log src/share/vm/graal/graalGlobals.hpp @ 13642:10f943c778f6

age author description
Thu, 12 Dec 2013 15:31:24 +0100 Gilles Duboscq Add code to trace uncollected speculations
Sat, 09 Nov 2013 21:32:51 +0100 Christos Kotselidis Delegate hprof enabled information from hotspot to graal
Wed, 30 Oct 2013 21:49:04 +0100 Doug Simon restricted BootstrapGraal option to GRAALVM builds only
Fri, 25 Oct 2013 19:23:38 +0200 Christos Kotselidis Enable deferred init barriers
Tue, 22 Oct 2013 09:58:21 +0200 Christos Kotselidis Disable deferred init barriers
Wed, 16 Oct 2013 01:12:23 +0200 Christos Kotselidis Enable Deferred Init Barriers
Fri, 11 Oct 2013 17:06:18 +0200 Christos Kotselidis Add Graal option for deferring write barriers of eden allocated objects
Wed, 26 Jun 2013 15:17:17 +0200 Thomas Wuerthinger Slightly increase GraalNMethodSizeLimit and make it a product flag.
Wed, 06 Mar 2013 20:48:32 +0100 Doug Simon graal.jar is now the only way Graal is deployed in the VM (GRAAL-136)
Fri, 14 Dec 2012 13:02:49 +0100 Christian Haeubl Merge.
Tue, 04 Dec 2012 14:57:13 +0100 Christian Haeubl removed unused C++ globals
Wed, 12 Dec 2012 21:36:40 +0100 Doug Simon changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
Mon, 03 Dec 2012 15:32:17 +0100 Doug Simon decoupled C++ Graal runtime from C1