/hg/icedtea6: Fix the Shark build by defining InlineSmallCode.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Oct 28 07:41:15 PDT 2009


changeset bbe2aacf72cc in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bbe2aacf72cc
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri May 22 23:35:26 2009 +0100

	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 d0867740a2f9 -r bbe2aacf72cc ChangeLog
--- a/ChangeLog	Wed Oct 28 10:24:22 2009 +0100
+++ b/ChangeLog	Fri May 22 23:35:26 2009 +0100
@@ -1,3 +1,8 @@ 2009-10-28  Mark Wielaard  <mjw at redhat.c
+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-10-28  Mark Wielaard  <mjw at redhat.com>
 
 	* NEWS: Mention systemtap JNI class tracing support.
diff -r d0867740a2f9 -r bbe2aacf72cc ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Wed Oct 28 10:24:22 2009 +0100
+++ 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