fpc/rtl/java
Jonas Maebe 0a3a62811b + try/except and try/finally support for JVM target:
o always create exceptvarsym entry for on-nodes (on all targets) to remove
     some special cases when an unnamed exception was caught
   o the JVM tryfinally node generates the finally code twice: once for the
     case where no exception occurs, and once when it does occur. The reason
     is that the JVM's static bytecode verification otherwise cannot prove
     that we will only reraise the caught exception when we caught one in
     the first place (the old "jsr" opcode to de-duplicate finally code
     is no longer used in JDK 1.6 because it suffered from the same problem,
     see Sun Java bug
     http://webcache.googleusercontent.com/search?q=cache:ZJFtvxuyhfMJ:bugs.sun.com/bugdatabase/view_bug.do%3Fbug_id%3D6491544 )

git-svn-id: branches/jvmbackend@18387 -
2011-08-20 07:55:21 +00:00
..
jdynarrh.inc + dynamic array support for the JVM target: setlength(), length(), high(): 2011-08-20 07:54:17 +00:00
jmathh.inc + sqr(float) and trunc() support 2011-08-20 07:48:47 +00:00
Makefile * regenerated so it doesn't set an -XP parameter by default 2011-08-20 07:50:24 +00:00
Makefile.fpc
objpas.pp
rtl.cfg
system.pp + try/except and try/finally support for JVM target: 2011-08-20 07:55:21 +00:00