You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2007/08/12 23:27:06 UTC

svn commit: r565157 - /harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/heap.h

Author: dlydick
Date: Sun Aug 12 14:27:05 2007
New Revision: 565157

URL: http://svn.apache.org/viewvc?view=rev&rev=565157
Log:
Oops-- Original checkin comment for previous
revision overlooked.  It adds a bit more
info to what was done:

Allow JVMCFG_OVERRIDE_HEAP_TYPE to overide configuration rules
and declare specific heap type for utility programs that do not
need complex heap management.

Modified HEAP_INIT() and HEAP_SHUTDOWN() to use a heap
initialization flag instead of having no parameters.

Modified:
    harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/heap.h

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/heap.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/heap.h?view=diff&rev=565157&r1=565156&r2=565157
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/heap.h (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/heap.h Sun Aug 12 14:27:05 2007
@@ -78,6 +78,7 @@
 
 #endif
 
+
 #ifdef CONFIG_HEAP_TYPE_SIMPLE
 /*!
  * @name Simple heap model definitions