javaruntimes/starterutils/inc/jvmstarter.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
--- a/javaruntimes/starterutils/inc/jvmstarter.h	Thu Jul 15 18:31:06 2010 +0300
+++ b/javaruntimes/starterutils/inc/jvmstarter.h	Thu Aug 19 09:48:13 2010 +0300
@@ -258,6 +258,13 @@
     virtual void overrideNewHeapSize(int heapSize) = 0;
 
     /**
+     * Overrides the default max heap size.
+     * @param heapSize Heap size in kilo bytes.
+     * @throws std::exception on error cases
+     */
+    virtual void overrideMaxHeapSize(int heapSize) = 0;
+
+    /**
      * Overrides the default stack of the native thread.
      *
      * @param stackSize Stack size in kilo bytes.