CVSROOT: /sources/classpath Module name: classpath Changes by: Keith Seitz <keiths> 06/08/31 21:15:24
Modified files: . : ChangeLog include : jvmti.h Log message: From Martin Platter <[EMAIL PROTECTED]>: * Makefile.am (include_HEADERS): Include jvmti.h. * include/jvmti.h (jvmtiEnv) [!__cplusplus]: Add missing '*'. (jvmtiError): Remove superfluous comma after last entry. (jvmtiEvent): It's "BREAKPOINT" not "BERAKPOINT". (_Jv_jvmtiEnv.StopThread): Add missing exception parameter. (_Jv_jvmtiEnv.RawMonitorWait): Add missing millis parameter. (_Jv_jvmtiEnv.GetSourceFileName): source_name_ptr is pointer to character pointer. (_Jv_JVMTIEnv::StopThread): Add missing exception parameter. (_Jv_JVMTIEnv::RawMonitorWait): Add missing millis parameter. (_Jv_JVMTIEnv::GetSourceFileName): source_name_ptr is pointer to character pointer. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8481&r2=1.8482 http://cvs.savannah.gnu.org/viewcvs/classpath/include/jvmti.h?cvsroot=classpath&r1=1.2&r2=1.3