jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle soft_monitorenter_node, soft_monitorexit_node, throw_node.
* jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle soft_monitorenter_node, soft_monitorexit_node, throw_node. Handle pre/post-increment/decrement of long. Handle missing exception handler (finally for synchronized). From-SVN: r23904
This commit is contained in:
parent
4c22d9c8f4
commit
c5941a9f1d
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
Thu Nov 26 12:44:07 1998 Per Bothner <bothner@cygnus.com>
|
||||
|
||||
* jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle
|
||||
soft_monitorenter_node, soft_monitorexit_node, throw_node.
|
||||
|
||||
* jcf-write.c (generate_bytecode_insns):
|
||||
Handle pre/post-increment/decrement of long.
|
||||
|
||||
* jcf-write.c (generate_bytecode_insns):
|
||||
Handle missing exception handler (finally for synchronized).
|
||||
|
||||
Wed Nov 25 09:47:15 1998 Per Bothner <bothner@cygnus.com>
|
||||
|
||||
* java-tree.h (end_params_node): Declare global.
|
||||
|
|
Loading…
Add table
Reference in a new issue