hotspot/make/share/makefiles/mapfile-vers
changeset 36508 5f9eee6b383b
parent 35554 c9184290875c
child 37179 4dbcb3a642d2
equal deleted inserted replaced
36507:c80f6ecb0bb3 36508:5f9eee6b383b
   166                 JVM_SuspendThread;
   166                 JVM_SuspendThread;
   167                 JVM_SupportsCX8;
   167                 JVM_SupportsCX8;
   168                 JVM_TotalMemory;
   168                 JVM_TotalMemory;
   169                 JVM_UnloadLibrary;
   169                 JVM_UnloadLibrary;
   170                 JVM_Yield;
   170                 JVM_Yield;
       
   171 
       
   172                 # Module related API's
       
   173                 JVM_AddModuleExports;
       
   174                 JVM_AddModuleExportsToAll;
       
   175                 JVM_AddModuleExportsToAllUnnamed;
       
   176                 JVM_AddModulePackage;
       
   177                 JVM_AddReadsModule;
       
   178                 JVM_CanReadModule;
       
   179                 JVM_DefineModule;
       
   180                 JVM_IsExportedToModule;
       
   181                 JVM_SetBootLoaderUnnamedModule;
       
   182                 JVM_GetModuleByPackageName;