/hg/icedtea6: Removed a hs17ism that sneaked in

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Wed May 19 08:34:36 PDT 2010


changeset ae50851aec72 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ae50851aec72
author: Gary Benson <gbenson at redhat.com>
date: Wed May 19 16:34:28 2010 +0100

	Removed a hs17ism that sneaked in


diffstat:

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

diffs (23 lines):

diff -r 756cd53fa326 -r ae50851aec72 ChangeLog
--- a/ChangeLog	Fri May 14 17:37:29 2010 +0100
+++ b/ChangeLog	Wed May 19 16:34:28 2010 +0100
@@ -1,3 +1,8 @@ 2010-05-14  Gary Benson  <gbenson at redhat
+2010-05-19  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
+	(InlineSmallCode): Removed.
+
 2010-05-14  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp
diff -r 756cd53fa326 -r ae50851aec72 ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Fri May 14 17:37:29 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Wed May 19 16:34:28 2010 +0100
@@ -47,7 +47,6 @@ define_pd_global(intx,     Tier4BackEdge
 
 define_pd_global(intx,     OnStackReplacePercentage,     933  );
 define_pd_global(intx,     FreqInlineSize,               325  );
-define_pd_global(intx,     InlineSmallCode,              1000 );
 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