javaruntimes/starterutils/inc/jvmstarter.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   256      * @throws std::exception on error cases
   256      * @throws std::exception on error cases
   257      */
   257      */
   258     virtual void overrideNewHeapSize(int heapSize) = 0;
   258     virtual void overrideNewHeapSize(int heapSize) = 0;
   259 
   259 
   260     /**
   260     /**
       
   261      * Overrides the default max heap size.
       
   262      * @param heapSize Heap size in kilo bytes.
       
   263      * @throws std::exception on error cases
       
   264      */
       
   265     virtual void overrideMaxHeapSize(int heapSize) = 0;
       
   266 
       
   267     /**
   261      * Overrides the default stack of the native thread.
   268      * Overrides the default stack of the native thread.
   262      *
   269      *
   263      * @param stackSize Stack size in kilo bytes.
   270      * @param stackSize Stack size in kilo bytes.
   264      * @throws std::exception on error cases
   271      * @throws std::exception on error cases
   265      */
   272      */