diff -r e5618cc85d74 -r 6c158198356e javaruntimes/starterutils/inc/jvmstarter.h --- 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.