jdk/src/share/bin/java.h
changeset 1145 404b11752c57
parent 715 f16baef3a20e
child 1323 e14a3b3536cd
equal deleted inserted replaced
1144:7a9035ddf8e2 1145:404b11752c57
   119                                        char jrepath[],
   119                                        char jrepath[],
   120                                        jint so_jrepath,
   120                                        jint so_jrepath,
   121                                        char jvmpath[],
   121                                        char jvmpath[],
   122                                        jint so_jvmpath,
   122                                        jint so_jvmpath,
   123                                        char **original_argv);
   123                                        char **original_argv);
       
   124 /* Reports an error message to stderr or a window as appropriate. */
       
   125 void JLI_ReportErrorMessage(const char * message, ...);
       
   126 
       
   127 /* Reports a system error message to stderr or a window */
       
   128 void JLI_ReportErrorMessageSys(const char * message, ...);
       
   129 
       
   130 /* Reports an error message only to stderr. */
       
   131 void JLI_ReportMessage(const char * message, ...);
   124 
   132 
   125 /*
   133 /*
   126  * Report an error message to stderr or a window as appropriate.
   134  * Reports an exception which terminates the vm to stderr or a window
   127  */
       
   128 void ReportErrorMessage(const char * message, ...);
       
   129 void ReportErrorMessageSys(const char * format, ...);
       
   130 
       
   131 /*
       
   132  * Report an error message only to stderr.
       
   133  */
       
   134 void ReportMessage(const char * message, ...);
       
   135 
       
   136 /*
       
   137  * Report an exception which terminates the vm to stderr or a window
       
   138  * as appropriate.
   135  * as appropriate.
   139  */
   136  */
   140 void ReportExceptionDescription(JNIEnv * env);
   137 void JLI_ReportExceptionDescription(JNIEnv * env);
   141 
       
   142 void PrintMachineDependentOptions();
   138 void PrintMachineDependentOptions();
   143 
   139 
   144 const char *jlong_format_specifier();
   140 const char *jlong_format_specifier();
   145 
   141 
   146 /*
   142 /*