changeset 1829:e160d9e94f4e

Fix the Shark build by defining InlineSmallCode. 2009-05-22 Andrew John Hughes <ahughes@redhat.com> * ports/hotspot/src/cpu/zero/vm/globals_zero.hpp: Define InlineSmallCode, using x86 value to begin with.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 22 May 2009 23:35:26 +0100
parents 8070d13626fa
children 03cb176986bc
files ChangeLog ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 22 13:04:43 2009 -0400
+++ b/ChangeLog	Fri May 22 23:35:26 2009 +0100
@@ -1,3 +1,8 @@
+2009-05-22  Andrew John Hughes  <ahughes@redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp:
+	Define InlineSmallCode, using x86 value to begin with.
+
 2009-05-22  Lillian Angel  <langel@redhat.com>
 
 	* Makefile.am: Fixed typo.
--- a/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Fri May 22 13:04:43 2009 -0400
+++ b/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Fri May 22 23:35:26 2009 +0100
@@ -44,6 +44,7 @@
 define_pd_global(uintx, NewSize,              ScaleForWordSize(1024 * K));
 #endif // _LP64
 define_pd_global(intx,  InlineFrequencyCount, 100);
+define_pd_global(intx,  InlineSmallCode,      1000);
 define_pd_global(intx,  PreInflateSpin,       10);
 
 define_pd_global(intx,  StackYellowPages,     2);