/hg/icedtea6: Fix build when Shark is enabled
gbenson at icedtea.classpath.org
gbenson at icedtea.classpath.org
Thu May 20 03:57:14 PDT 2010
changeset 70a50bdf254f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=70a50bdf254f
author: Gary Benson <gbenson at redhat.com>
date: Thu May 20 11:56:06 2010 +0100
Fix build when Shark is enabled
diffstat:
2 files changed, 8 insertions(+)
ChangeLog | 5 +++++
ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp | 3 +++
diffs (25 lines):
diff -r ae50851aec72 -r 70a50bdf254f ChangeLog
--- a/ChangeLog Wed May 19 16:34:28 2010 +0100
+++ b/ChangeLog Thu May 20 11:56:06 2010 +0100
@@ -1,3 +1,8 @@ 2010-05-19 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): Reinstated, inside #ifdef SHARK.
+
2010-05-19 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
diff -r ae50851aec72 -r 70a50bdf254f ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp Wed May 19 16:34:28 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp Thu May 20 11:56:06 2010 +0100
@@ -47,6 +47,9 @@ 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