changeset in /hg/icedtea: Fix the Shark build by defining Inline...

Andrew John Hughes ahughes at redhat.com
Fri May 22 16:39:09 PDT 2009


changeset e160d9e94f4e in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e160d9e94f4e
description:
	Fix the Shark build by defining InlineSmallCode.

	2009-05-22  Andrew John Hughes  <ahughes at redhat.com>

		* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp:
		Define InlineSmallCode, using x86 value to begin with.

diffstat:

2 files changed, 6 insertions(+)
ChangeLog                                      |    5 +++++
ports/hotspot/src/cpu/zero/vm/globals_zero.hpp |    1 +

diffs (23 lines):

diff -r 8070d13626fa -r e160d9e94f4e ChangeLog
--- 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  Lillian Angel  <langel at redha
+2009-05-22  Andrew John Hughes  <ahughes at 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 at redhat.com>
 
 	* Makefile.am: Fixed typo.
diff -r 8070d13626fa -r e160d9e94f4e ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
--- 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,        
 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);



More information about the distro-pkg-dev mailing list