/hg/icedtea6: 2009-10-29 Gary Benson <gbenson at redhat.com>

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Thu Oct 29 03:46:27 PDT 2009


changeset 65354a314022 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=65354a314022
author: Gary Benson <gbenson at redhat.com>
date: Thu Oct 29 10:50:40 2009 +0000

	2009-10-29 Gary Benson <gbenson at redhat.com>

	 * ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
	(InlineSmallCode): Only define for Shark.


diffstat:

2 files changed, 9 insertions(+), 1 deletion(-)
ChangeLog                                      |    7 ++++++-
ports/hotspot/src/cpu/zero/vm/globals_zero.hpp |    3 +++

diffs (28 lines):

diff -r bbe2aacf72cc -r 65354a314022 ChangeLog
--- a/ChangeLog	Fri May 22 23:35:26 2009 +0100
+++ b/ChangeLog	Thu Oct 29 10:50:40 2009 +0000
@@ -1,4 +1,9 @@ 2009-05-22  Andrew John Hughes  <ahughes
-2009-05-22  Andrew John Hughes  <ahughes at redhat.com>
+2009-10-29  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
+	(InlineSmallCode): Only define for Shark.
+
+2009-10-28  Andrew John Hughes  <ahughes at redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp:
 	Define InlineSmallCode, using x86 value to begin with.
diff -r bbe2aacf72cc -r 65354a314022 ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Fri May 22 23:35:26 2009 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Thu Oct 29 10:50:40 2009 +0000
@@ -44,7 +44,10 @@ define_pd_global(uintx, NewSize,        
 define_pd_global(uintx, NewSize,              ScaleForWordSize(1024 * K));
 #endif // _LP64
 define_pd_global(intx,  InlineFrequencyCount, 100);
+#ifdef SHARK
+// Only required for older HotSpot versions
 define_pd_global(intx,  InlineSmallCode,      1000);
+#endif // SHARK
 define_pd_global(intx,  PreInflateSpin,       10);
 
 define_pd_global(intx,  StackYellowPages,     2);



More information about the distro-pkg-dev mailing list