Searched refs:CRW_FATAL (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/ |
H A D | java_crw_demo.c | 73 #define CRW_FATAL(ci, message) fatal_error(ci, message, __FILE__, __LINE__) macro 294 CRW_FATAL(ci, "Cannot allocate <= 0 bytes"); 298 CRW_FATAL(ci, "Ran out of malloc memory"); 309 CRW_FATAL(ci, "Cannot deallocate NULL"); 312 CRW_FATAL(ci, "Cannot reallocate <= 0 bytes"); 316 CRW_FATAL(ci, "Ran out of malloc memory"); 327 CRW_FATAL(ci, "Cannot allocate <= 0 bytes"); 331 CRW_FATAL(ci, "Ran out of malloc memory"); 351 CRW_FATAL(ci, "Cannot deallocate NULL"); 577 CRW_FATAL(c [all...] |
Completed in 533 milliseconds