changeset 2280:5a146f117f6d

2010-07-12 Matthias Klose <doko@ubuntu.com> * ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp: Set MaxRAM.
author Matthias Klose <doko@ubuntu.com>
date Mon, 12 Jul 2010 17:31:25 +0100
parents 190ed35f3340
children 634914f47fd3 dfc49680a3ab
files ChangeLog ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jul 12 17:25:33 2010 +0100
+++ b/ChangeLog	Mon Jul 12 17:31:25 2010 +0100
@@ -1,3 +1,8 @@
+2010-07-12  Matthias Klose  <doko@ubuntu.com>
+
+	* ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp:
+	Set MaxRAM.
+
 2010-07-12 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Mon Jul 12 17:25:33 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Mon Jul 12 17:31:25 2010 +0100
@@ -59,4 +59,5 @@
 define_pd_global(uintx,    MaxPermSize,                  64*M );
 define_pd_global(bool,     NeverActAsServerClassMachine, true );
 define_pd_global(uintx,    DefaultMaxRAM,                1*G  );
+define_pd_global(uint64_t, MaxRAM,                      1ULL*G);
 define_pd_global(bool,     CICompileOSR,                 true );