hotspot/src/share/vm/prims/jvm.h
changeset 8106 19106a0203fb
parent 7900 4c7fc6332f7e
child 9116 9bc44be338d6
equal deleted inserted replaced
8076:96d498ec7ae1 8106:19106a0203fb
  1415 
  1415 
  1416 /*
  1416 /*
  1417  * BE CAREFUL! The following functions do not implement the
  1417  * BE CAREFUL! The following functions do not implement the
  1418  * full feature set of standard C printf formats.
  1418  * full feature set of standard C printf formats.
  1419  */
  1419  */
  1420 int
  1420 JNIEXPORT int
  1421 jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args);
  1421 jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args);
  1422 
  1422 
  1423 int
  1423 JNIEXPORT int
  1424 jio_snprintf(char *str, size_t count, const char *fmt, ...);
  1424 jio_snprintf(char *str, size_t count, const char *fmt, ...);
  1425 
  1425 
  1426 int
  1426 JNIEXPORT int
  1427 jio_fprintf(FILE *, const char *fmt, ...);
  1427 jio_fprintf(FILE *, const char *fmt, ...);
  1428 
  1428 
  1429 int
  1429 JNIEXPORT int
  1430 jio_vfprintf(FILE *, const char *fmt, va_list args);
  1430 jio_vfprintf(FILE *, const char *fmt, va_list args);
  1431 
  1431 
  1432 
  1432 
  1433 JNIEXPORT void * JNICALL
  1433 JNIEXPORT void * JNICALL
  1434 JVM_RawMonitorCreate(void);
  1434 JVM_RawMonitorCreate(void);