From 70d635f6d4177265e1222591f266ea38833388fa Mon Sep 17 00:00:00 2001 From: kseitz Date: Fri, 22 Sep 2006 02:12:12 +0000 Subject: * jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events. (check_enabled_event): New function. (check_enabled_events): New function. (post_event): New function. (_Jv_JVMTI_SetEventNotificationMode): New function. (_Jv_JVMTI_SetEventCallbacks): New function. (_Jv_JVMTI_Interface): Define SetEventNotificationMode and SetEventCallbacks members. * include/jvmti-int.h: New file. * include/jvmti_md.h (EVENT_SLOTS) [__GCJ_JNI_IMP__]: Define. (_CLASSPATH_JVMTIENV_CONTENTS) [__GCJ_JNI_IMPL__]: Define. * testsuite/libjava.jvmti/events.java: New file. * testsuite/libjava.jvmti/events.out: New file. * testsuite/libjava.jvmti/natevents.cc: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117133 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8b56d0d1eb6..a396f809492 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,21 @@ +2006-09-21 Keith Seitz + + * jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled + events. + (check_enabled_event): New function. + (check_enabled_events): New function. + (post_event): New function. + (_Jv_JVMTI_SetEventNotificationMode): New function. + (_Jv_JVMTI_SetEventCallbacks): New function. + (_Jv_JVMTI_Interface): Define SetEventNotificationMode and + SetEventCallbacks members. + * include/jvmti-int.h: New file. + * include/jvmti_md.h (EVENT_SLOTS) [__GCJ_JNI_IMP__]: Define. + (_CLASSPATH_JVMTIENV_CONTENTS) [__GCJ_JNI_IMPL__]: Define. + * testsuite/libjava.jvmti/events.java: New file. + * testsuite/libjava.jvmti/events.out: New file. + * testsuite/libjava.jvmti/natevents.cc: New file. + 2006-09-21 Sandro Tolaini * configure.ac: Don't use darwin-signal.h as signal handler for -- cgit v1.2.3