diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-05 17:38:06 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-05 17:38:06 +0000 |
commit | cbc34702e792581800b90b3219a67aae92c4af64 (patch) | |
tree | dd606c50de44193f12ac8d618743eb5d36727d5a /gcc/java/gcj.texi | |
parent | 91bfa5c631a7e3927825bbb0fa0b7a0d3683a589 (diff) | |
download | gcc-cbc34702e792581800b90b3219a67aae92c4af64.tar.gz |
* gcj.texi (-freduced-reflection): Clarify option's restrictions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140041 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index af5b06615b0..00ac9f7dee0 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -557,9 +557,10 @@ the ability to use certain reflection capabilities of the standard Java runtime environment. When set all meta-data except for that which is needed to obtain correct runtime semantics is eliminated. -For code that does not use reflection (i.e. the methods in the -@code{java.lang.reflect} package), @code{-freduced-reflection} -will result in proper operation with a savings in executable code size. +For code that does not use reflection (i.e. serialization, RMI, CORBA +or call methods in the @code{java.lang.reflect} package), +@code{-freduced-reflection} will result in proper operation with a +savings in executable code size. JNI (@code{-fjni}) and the binary compatibility ABI (@code{-findirect-dispatch}) do not work properly without full |