javaruntimes/starterutils/inc/jvmstarter.h
changeset 50 023eef975703
parent 21 2a9601315dfc
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
   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      */