/hg/release/icedtea6-1.7-shark: Fix build errors
gbenson at icedtea.classpath.org
gbenson at icedtea.classpath.org
Thu Jun 3 01:07:35 PDT 2010
changeset 798c38a4f187 in /hg/release/icedtea6-1.7-shark
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7-shark?cmd=changeset;node=798c38a4f187
author: Gary Benson <gbenson at redhat.com>
date: Thu Jun 03 08:07:22 2010 -0400
Fix build errors
diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
ports/hotspot/src/cpu/zero/vm/globals_zero.hpp | 3 +++
ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp | 1 -
diffs (21 lines):
diff -r 53901c78cd5f -r 798c38a4f187 ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp Fri May 14 17:37:29 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp Thu Jun 03 08:07:22 2010 -0400
@@ -45,3 +45,6 @@ define_pd_global(intx, StackShadowPages
define_pd_global(bool, RewriteBytecodes, true);
define_pd_global(bool, RewriteFrequentPairs, true);
+
+define_pd_global(uintx, NewSize, ScaleForWordSize(LP64_ONLY(2048) NOT_LP64(1024) * K));
+define_pd_global(uintx, TLABSize, 0);
diff -r 53901c78cd5f -r 798c38a4f187 ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp Fri May 14 17:37:29 2010 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp Thu Jun 03 08:07:22 2010 -0400
@@ -149,7 +149,6 @@ void SharkDecacher::end_frame() {
pc_offset(),
target(),
bci(),
- true,
debug_info()->create_scope_values(locarray()),
debug_info()->create_scope_values(exparray()),
debug_info()->create_monitor_values(monarray()));
More information about the distro-pkg-dev
mailing list