javaruntimes/starterutils/src.s60/j9starters60.h
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    72     virtual void overrideNewHeapSize(int heapSize);
    72     virtual void overrideNewHeapSize(int heapSize);
    73 
    73 
    74     /**
    74     /**
    75      * @see jvmstarter.h
    75      * @see jvmstarter.h
    76      */
    76      */
       
    77     virtual void overrideMaxHeapSize(int heapSize);
       
    78 
       
    79     /**
       
    80      * @see jvmstarter.h
       
    81      */
    77     virtual void overrideNativeStackSize(int stackSize);
    82     virtual void overrideNativeStackSize(int stackSize);
    78 
    83 
    79     /**
    84     /**
    80      * @see jvmstarter.h
    85      * @see jvmstarter.h
    81      */
    86      */
   104     /**
   109     /**
   105      * Appends the odc file to J9 specific system property.
   110      * Appends the odc file to J9 specific system property.
   106      * @param odcFile Th ODC file to be appended.
   111      * @param odcFile Th ODC file to be appended.
   107      */
   112      */
   108     void appendOdcFile(const std::wstring& odcFile);
   113     void appendOdcFile(const std::wstring& odcFile);
       
   114         
       
   115     /**
       
   116      * Internal utility for setting max heap sizes in kB. Used to
       
   117 	 * set -Xmx and -Xmox vm args.
       
   118 	 * @param arg String containing either -Xmx or -Xmox (not checked).
       
   119 	 * @param size Size of the heap as string in kilo bytes.
       
   120      */
       
   121     void doOverideHeap(const std::wstring& arg, const std::wstring& size);
       
   122 
   109 
   123 
   110 #ifdef __WINSCW__ // codescanner::ifpreprocessor
   124 #ifdef __WINSCW__ // codescanner::ifpreprocessor
   111     /**
   125     /**
   112      * Gets the used J9 dll varint in winscw. This is related to probelm that
   126      * Gets the used J9 dll varint in winscw. This is related to probelm that
   113      * JVM is using WSD in implementation dlls. There are available two
   127      * JVM is using WSD in implementation dlls. There are available two