fpc/rtl/java
Jonas Maebe f96f5f9e94 + {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking
var-parameters on the JVM target for changes to the value passed
    as var-parameter during the function call (because they are handled
    via copy-in/copy-out, this may indicate unexpected bahviour later on).

    out-parameters are checked in the same way, except if the out-parameter
    is a local variable because then reading it before the call may result
    in a bytecode verification error (since the variable may not yet be
    initialized)

git-svn-id: branches/jvmbackend@19153 -
2011-09-19 19:59:26 +00:00
..
compproc.inc + {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking 2011-09-19 19:59:26 +00:00
jastringh.inc * the generic astrings.inc is now also used to the extent possible on 2011-08-29 22:59:03 +00:00
jastrings.inc * changed the parameters of the fpc_pchar_ansistr_intern_charmove() added in 2011-09-01 18:27:06 +00:00
java_sys.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
java_sysh.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jdk15.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jdk15.pas * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jdynarr.inc * moved general system includes accidentally put in jdynarr.inc to 2011-08-24 22:11:36 +00:00
jdynarrh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
jpvar.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jpvarh.inc
jrec.inc
jrech.inc
jset.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jseth.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jsstringh.inc * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/ 2011-08-24 22:11:43 +00:00
jsstrings.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jsystem.inc
jsystemh_types.inc
jsystemh.inc * the generic astrings.inc is now also used to the extent possible on 2011-08-29 22:59:03 +00:00
jtvar.inc * only make clone method accessible once if needed 2011-08-23 20:30:20 +00:00
jtvarh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
justringh.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
justrings.inc * use generic string concatentation and comparison infrastructure for the 2011-08-29 22:59:25 +00:00
Makefile * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
Makefile.fpc * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
objpas.inc + support for array-of-const on the JVM target. Even though the 2011-08-20 08:34:00 +00:00
objpas.pp
objpash.inc + support for array-of-const on the JVM target. Even though the 2011-08-20 08:34:00 +00:00
rtl.cfg
rtti.inc
sysos.inc
sysosh.inc
sysres.inc
system.pp + {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking 2011-09-19 19:59:26 +00:00