gcc/libjava
Keith Seitz a7eeed049b Update from classpath trunk:
* gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
        (executeInvokeMethod): No need to use ValueFactory any more;
        MethodResult.getReturnedValue now returns a Value.
        (executeNewInstance): Double-check that return result is
        an ObjectValue; throw JdwpInternalErrorException if it is not.
        (invokeMethod): Method IDs come from VMMethod, not VMIdManager.
        Arguments are Values not Objects.
        Use ValueFactory to create arguments.
        Pass invocation options to VMVirtualMachine.executeMethod.
        Don't do any thread suspend/resume work: VMVM.executeMethod
        will take care of it.
        * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
        (executeInvokeMethod): Method IDs come from VMMethod, not
        VMIdManager.
        Arguments should be Values instead of Objects.
        Use ValueFactory to create Values.
        Remove specific option handling and pass options to
        VMVirtualMachine.executeMethod.
        Remove thread suspension.
        Use MethodResult.getReturnedValue to get method's result.
        * gnu/classpath/jdwp/util/MethodResult.java
        (returnedValue): Change type to Value.
        (thrownException): Change type to Throwable.
        (resType): Remove.
        (MethodResult): New constructor.
        (setReturnedValue): Remove.
        (SetThrownException): Remove.
        (getResultType): Remove.
        (setResultType): Remove.
        * gnu/classpath/jdwp/value/ObjectValue.java (getValue):
        New method.
        * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
        (executeMethod): Replace "nonVirtual" parameter with more
        generic "options" parameter.
        Replace java.lang.reflect.Method parameter with VMMethod.
        Replace Object[] parameter with Value[] parameter.

From-SVN: r125895
2007-06-20 20:30:34 +00:00
..
classpath Update from classpath trunk: 2007-06-20 20:30:34 +00:00
gcj
gnu Breakpoint.java: Make abstract. 2007-06-19 00:10:10 +00:00
include java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-threaded pc. 2007-06-15 03:53:52 +00:00
java
javax
libltdl
org
scripts
sun
sysdep
testsuite dummyagent.c (Agent_OnLoad): Add missing return value. 2007-06-09 17:32:42 +00:00
aclocal.m4
addr2name.awk
boehm.cc
ChangeLog Breakpoint.java: Make abstract. 2007-06-19 00:10:10 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
configure
configure.ac
configure.host
COPYING
darwin.cc
defineclass.cc java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-threaded pc. 2007-06-15 03:53:52 +00:00
exception.cc
gij.cc
HACKING
headers.txt
interpret-run.cc Breakpoint.java: Make abstract. 2007-06-19 00:10:10 +00:00
interpret.cc java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-threaded pc. 2007-06-15 03:53:52 +00:00
jni-libjvm.cc
jni.cc
jvmti.cc
libgcj_bc.c
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libgcj.ver
libtool-version
link.cc
Makefile.am Breakpoint.java: Make abstract. 2007-06-19 00:10:10 +00:00
Makefile.in Breakpoint.java: Make abstract. 2007-06-19 00:10:10 +00:00
mauve-libgcj
mingwld.m4
NEWS
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc
posix.cc
prims.cc
README
shlibpath.m4
sources.am Breakpoint.java: Make abstract. 2007-06-19 00:10:10 +00:00
stacktrace.cc
standard.omit.in
THANKS
verify.cc
win32-threads.cc
win32.cc

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/bugzilla