gcc/libjava/java
Tom Tromey fdae83abe7 verify.cc (branch_prepass): Updated for change to exception handler type.
* verify.cc (branch_prepass): Updated for change to exception
	handler type.
	(verify_instructions_0): Likewise.
	* defineclass.cc (handleCodeAttribute): Initialize `prepared'.
	(handleExceptionTableEntry): Updated for change to exception
	handler type.
	* java/lang/Class.h (Class): Removed _Jv_InterpMethodInvocation.
	* include/java-interp.h (_Jv_InterpMethodInvocation): Removed.
	(union _Jv_InterpPC): New.
	(class _Jv_InterpException): Changed types to _Jv_InterpPC.
	(class _Jv_InterpMethod): Added new `prepared' field.
	(class _Jv_InterpMethod): Added `compile' method.  Removed
	`continue1' and `find_exception'.  Changed arguments to `run'.
	* interpret.cc (union insn_slot): New.
	(find_exception): Removed.
	(run_normal): Removed most logic.
	(run_synch_object): Likewise; also, use JvSynchronize.
	(run_synch_class): Likewise.
	(run): Removed.
	(continue1): Renamed as `run'.  Compile bytecode if required.
	Add new code to allow refinement of direct-threaded code at
	runtime.  Handle exceptions.
	(SAVE_PC): Removed.
	(compile): New method.
	(SET_ONE, SET_INSN, SET_INT, SET_DATUM): New defines.
	(NULLARRAYCHECK): Don't use SAVE_PC.
	(pc_t): New typedef.
	(TAKE_GOTO, GET1S, GET1U, GET2U, AVAL1U, AVAL2U, AVAL2UP,
	SKIP_GOTO, GOTO_VAL, PCVAL, AMPAMP): New macros.

From-SVN: r54968
2002-06-24 20:38:47 +00:00
..
applet Add license clarification. 2002-01-22 22:40:42 +00:00
awt re PR libgcj/6187 (method distance of class java.awt.geom.Point2D causes infinite recursion) 2002-04-08 14:43:35 +00:00
beans [multiple changes] 2002-03-24 21:32:14 +00:00
io * java/io/LineNumberInputStream.java: Merged with Classpath. 2002-06-17 03:52:24 +00:00
lang verify.cc (branch_prepass): Updated for change to exception handler type. 2002-06-24 20:38:47 +00:00
math [multiple changes] 2002-02-14 23:16:11 +00:00
net natPlainDatagramSocketImpl.cc (receive): Check bounds of argument to FD_SET. 2002-06-18 16:25:00 +00:00
rmi ActivateFailedException.java: Remerge from Classpath version. 2002-06-17 19:11:40 +00:00
security Merge JDK 1.4 java.security changes from classpath. 2002-05-24 12:57:40 +01:00
sql Reformat JDBC classes and add new JDK 1.4 classes and methods. 2002-06-21 06:39:33 +01:00
text ChoiceFormat.java: Update comments from Classpath. 2002-06-15 18:38:00 +00:00
util javaprims.h: Updated class declaration list. 2002-06-18 17:06:44 +00:00