diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-09 20:21:20 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-09 20:21:20 +0000 |
commit | 02846ce551e5f1c91bade48975c40cbb8ff59202 (patch) | |
tree | a0b075d975cfbdbfa37d8b2183f0ecae5190b809 /libjava | |
parent | 5a01c97f983b9e2b773a582c9127efa5ed4daa1f (diff) | |
download | ppe42-gcc-02846ce551e5f1c91bade48975c40cbb8ff59202.tar.gz ppe42-gcc-02846ce551e5f1c91bade48975c40cbb8ff59202.zip |
- reindent ChangeLog entries
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121771 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c403efbb7a8..7f38c88ada7 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -26,34 +26,34 @@ 2007-02-08 Kyle Galloway <kgallowa@redhat.com> - * classpath/gnu/classpath/jdwp/processor/ - StackFrameCommandSet.java (executeGetValues): Pass jlong instead - of ByteBuffer. - (executeSetValues): Ditto. - (executeThisObject): Ditto. - * classpath/gnu/classpath/jdwp/processor/ - StackFrameCommandSet.class: Rebuilt. - * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: - Rebuilt. - * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt. - * classpath/lib/gnu/classpath/jdwp/exception/ - InvalidFrameException.java: New file. - * gnu/classpath/jdwp/VMFrame.java: Added field for thread of - frame. - (Constructor): New method. - * gnu/classpath/jdwp/VMFrame.h: Regenerated. - * gnu/classpath/jdwp/VMVirtualMachine.java - (getFrame): Changed ByteBuffer to jlong. - * gnu/classpath/jdwp/natVMVirtualMachine.cc - (getFrame): Implement. - * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated. + * classpath/gnu/classpath/jdwp/processor/ + StackFrameCommandSet.java (executeGetValues): Pass jlong instead + of ByteBuffer. + (executeSetValues): Ditto. + (executeThisObject): Ditto. + * classpath/gnu/classpath/jdwp/processor/ + StackFrameCommandSet.class: Rebuilt. + * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: + Rebuilt. + * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt. + * classpath/lib/gnu/classpath/jdwp/exception/ + InvalidFrameException.java: New file. + * gnu/classpath/jdwp/VMFrame.java: Added field for thread of + frame. + (Constructor): New method. + * gnu/classpath/jdwp/VMFrame.h: Regenerated. + * gnu/classpath/jdwp/VMVirtualMachine.java + (getFrame): Changed ByteBuffer to jlong. + * gnu/classpath/jdwp/natVMVirtualMachine.cc + (getFrame): Implement. + * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated. 2007-02-08 Kyle Galloway <kgallowa@redhat.com> - * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added - to hold "this" pointer for frame. - (_Jv_InterpFrame::get_this_ptr): New method. - * interpret-run.cc: Copy the "this" pointer into obj_ptr. + * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added + to hold "this" pointer for frame. + (_Jv_InterpFrame::get_this_ptr): New method. + * interpret-run.cc: Copy the "this" pointer into obj_ptr. 2007-02-07 Keith Seitz <keiths@redhat.com> @@ -63,10 +63,10 @@ 2007-02-07 Kyle Galloway <kgallowa@redhat.com> - * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro. - (_Jv_JVMTI_GetMaxLocals): New method. - * include/java-interp.h - (_Jv_InterpMethod::get_max_locals): New method. + * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro. + (_Jv_JVMTI_GetMaxLocals): New method. + * include/java-interp.h + (_Jv_InterpMethod::get_max_locals): New method. 2007-02-01 Marco Trudel <mtrudel@gmx.ch> @@ -362,10 +362,10 @@ 2007-01-26 Andrew Haley <aph@redhat.com> - * java/lang/natClass.cc (initializeClass): Re-throw - SecurityExceptions. - * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess. - * java/lang/ClassLoader.java: (loadClass): Likewise. + * java/lang/natClass.cc (initializeClass): Re-throw + SecurityExceptions. + * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess. + * java/lang/ClassLoader.java: (loadClass): Likewise. 2007-01-26 Tom Tromey <tromey@redhat.com> @@ -406,9 +406,9 @@ 2007-01-24 Kyle Galloway <kgallowa@redhat.com> - * libjava/testsuite/libjava.jvmti/jvmti-interp.exp: New file. - * libjava/testsuite/libjava.jvmti/interp: New folder. - * libjava/testsuite/lib/libjava.exp (exec_gij): New Method. + * libjava/testsuite/libjava.jvmti/jvmti-interp.exp: New file. + * libjava/testsuite/libjava.jvmti/interp: New folder. + * libjava/testsuite/lib/libjava.exp (exec_gij): New Method. 2007-01-24 Keith Seitz <keiths@redhat.com> |