227 JVM_SetThreadPriority;
228 JVM_Sleep;
229 JVM_Socket;
230 JVM_SocketAvailable;
231 JVM_SocketClose;
232 JVM_SocketShutdown;
233 JVM_StartThread;
234 JVM_StopThread;
235 JVM_SuspendThread;
236 JVM_SupportsCX8;
237 JVM_Sync;
238 JVM_Timeout;
239 JVM_TotalMemory;
240 JVM_TraceInstructions;
241 JVM_TraceMethodCalls;
242 JVM_UnloadLibrary;
243 JVM_Write;
244 JVM_Yield;
245 JVM_handle_linux_signal;
246
247 # debug JVM
248 JVM_AccessVMBooleanFlag;
249 JVM_AccessVMIntFlag;
250 JVM_VMBreakPoint;
251
252 # miscellaneous functions
253 jio_fprintf;
254 jio_printf;
255 jio_snprintf;
256 jio_vfprintf;
257 jio_vsnprintf;
258 fork1;
259 numa_warn;
260 numa_error;
261
262 # Needed because there is no JVM interface for this.
263 sysThreadAvailableStackWithSlack;
264
265 # This is for Forte Analyzer profiling support.
266 AsyncGetCallTrace;
267
268 # INSERT VTABLE SYMBOLS HERE
269
270 local:
271 *;
|
227 JVM_SetThreadPriority;
228 JVM_Sleep;
229 JVM_Socket;
230 JVM_SocketAvailable;
231 JVM_SocketClose;
232 JVM_SocketShutdown;
233 JVM_StartThread;
234 JVM_StopThread;
235 JVM_SuspendThread;
236 JVM_SupportsCX8;
237 JVM_Sync;
238 JVM_Timeout;
239 JVM_TotalMemory;
240 JVM_TraceInstructions;
241 JVM_TraceMethodCalls;
242 JVM_UnloadLibrary;
243 JVM_Write;
244 JVM_Yield;
245 JVM_handle_linux_signal;
246
247 # miscellaneous functions
248 jio_fprintf;
249 jio_printf;
250 jio_snprintf;
251 jio_vfprintf;
252 jio_vsnprintf;
253 fork1;
254 numa_warn;
255 numa_error;
256
257 # Needed because there is no JVM interface for this.
258 sysThreadAvailableStackWithSlack;
259
260 # This is for Forte Analyzer profiling support.
261 AsyncGetCallTrace;
262
263 # INSERT VTABLE SYMBOLS HERE
264
265 local:
266 *;
|