/hg/icedtea6: Move InlineSmallCode (sorry everyone!)

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Thu May 20 07:15:23 PDT 2010


changeset caa91bae0c5c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=caa91bae0c5c
author: Gary Benson <gbenson at redhat.com>
date: Thu May 20 10:15:11 2010 -0400

	Move InlineSmallCode (sorry everyone!)


diffstat:

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

diffs (36 lines):

diff -r c8cdcd3a1f01 -r caa91bae0c5c ChangeLog
--- a/ChangeLog	Thu May 20 12:40:31 2010 +0100
+++ b/ChangeLog	Thu May 20 10:15:11 2010 -0400
@@ -1,3 +1,10 @@ 2010-05-20  Gary Benson  <gbenson at redhat
+2010-05-20  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
+	(InlineSmallCode): Moved from here...
+	* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
+	(InlineSmallCode): ...to here.
+
 2010-05-20  Gary Benson  <gbenson at redhat.com>
 
 	PR icedtea/494
diff -r c8cdcd3a1f01 -r caa91bae0c5c ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Thu May 20 12:40:31 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Thu May 20 10:15:11 2010 -0400
@@ -45,3 +45,5 @@ define_pd_global(intx,  StackShadowPages
 
 define_pd_global(bool,  RewriteBytecodes,     true);
 define_pd_global(bool,  RewriteFrequentPairs, true);
+
+define_pd_global(intx,  InlineSmallCode,      1000);
diff -r c8cdcd3a1f01 -r caa91bae0c5c ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Thu May 20 12:40:31 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Thu May 20 10:15:11 2010 -0400
@@ -47,9 +47,6 @@ define_pd_global(intx,     Tier4BackEdge
 
 define_pd_global(intx,     OnStackReplacePercentage,     933  );
 define_pd_global(intx,     FreqInlineSize,               325  );
-#ifdef SHARK
-define_pd_global(intx,     InlineSmallCode,              1000 );
-#endif // SHARK
 define_pd_global(intx,     NewRatio,                     12   );
 define_pd_global(intx,     NewSizeThreadIncrease,        4*K  );
 define_pd_global(intx,     InitialCodeCacheSize,         160*K);



More information about the distro-pkg-dev mailing list