changeset in /hg/icedtea: Remove allocatable_physical_memory as ...

Andrew John Hughes gnu_andrew at member.fsf.org
Thu May 29 14:14:06 PDT 2008


changeset 02845a2e61df in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=02845a2e61df
description:
	Remove allocatable_physical_memory as now in main HotSpot tree.

diffstat:

2 files changed, 6 insertions(+), 5 deletions(-)
ChangeLog                                                |    6 ++++++
ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp |    5 -----

diffs (28 lines):

diff -r 1aea8ec4314e -r 02845a2e61df ChangeLog
--- a/ChangeLog	Thu May 29 10:00:34 2008 +0100
+++ b/ChangeLog	Thu May 29 20:29:18 2008 +0100
@@ -1,3 +1,9 @@ 2008-05-28  Andrew John Hughes  <gnu_and
+2008-05-29  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:
+	(allocatable_physical_memory): Removed as now implemented
+	in main tree.
+
 2008-05-28  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r 1aea8ec4314e -r 02845a2e61df ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp	Thu May 29 10:00:34 2008 +0100
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp	Thu May 29 20:29:18 2008 +0100
@@ -68,11 +68,6 @@ ExtendedPC os::fetch_frame_from_context(
 }
 
 frame os::fetch_frame_from_context(void* ucVoid)
-{
-  Unimplemented();
-}
-
-julong os::allocatable_physical_memory(julong size)
 {
   Unimplemented();
 }



More information about the distro-pkg-dev mailing list