Merged gcj-eclipse to the gcj-eclipse-jmx branch:
[official-gcc.git] / gcc / java / lang.opt
bloba57a1620831bac1b464d09c219669cc7b6b10553
1 ; Options for the Java front end.
2 ; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
4 ; This file is part of GCC.
6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free
8 ; Software Foundation; either version 2, or (at your option) any later
9 ; version.
10
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 ; for more details.
15
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING.  If not, write to the Free
18 ; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19 ; 02110-1301, USA.
21 ; See the GCC internals manual for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
25 Language
26 Java
29 Java Joined
30 ; Documented for C
33 Java
34 ; Documented for C
36 MD_
37 Java Undocumented
38 ; Documented for C
41 Java Separate
42 ; Documented for C
45 Java
46 ; Documented for C
48 MMD_
49 Java Undocumented
50 ; Documented for C
53 Java
54 ; Documented for C
57 Java Separate
58 ; Documented for C
60 Wall
61 Java
62 ; Documented for C
64 Wdeprecated
65 Java Var(warn_deprecated) VarExists
66 Warn if a deprecated compiler feature, class, method, or field is used
68 Wextraneous-semicolon
69 Java Var(flag_extraneous_semicolon)
70 Warn if deprecated empty statements are found
72 Wout-of-date
73 Java Var(flag_newer) Init(1)
74 Warn if .class files are out of date
76 Wredundant-modifiers
77 Java Var(flag_redundant)
78 Warn if modifiers are specified when not necessary
80 fCLASSPATH=
81 Java JoinedOrMissing RejectNegative
82 --CLASSPATH     Deprecated; use --classpath instead
84 faux-classpath
85 Java Separate RejectNegative
86 ; Internal only
88 fassert
89 Java Var(flag_assert) Init(1)
90 Permit the use of the assert keyword
92 fassume-compiled
93 Java
95 fassume-compiled=
96 Java JoinedOrMissing
98 fenable-assertions
99 Java
101 fenable-assertions=
102 Java JoinedOrMissing
104 fdisable-assertions
105 Java
107 fdisable-assertions=
108 Java JoinedOrMissing
110 fbootclasspath=
111 Java JoinedOrMissing RejectNegative
112 --bootclasspath=<path>  Replace system path
114 fcheck-references
115 Java Var(flag_check_references)
116 Generate checks for references to NULL
118 fclasspath=
119 Java JoinedOrMissing RejectNegative
120 --classpath=<path>      Set class path
122 fcompile-resource=
123 Java Joined RejectNegative
125 femit-class-file
126 Java Var(flag_emit_class_files)
127 Output a class file
129 femit-class-files
130 Java Var(flag_emit_class_files)
131 Alias for -femit-class-file
133 fencoding=
134 Java Joined RejectNegative
135 --encoding=<encoding>   Choose input encoding (defaults from your locale)
137 fextdirs=
138 Java Joined RejectNegative
139 --extdirs=<path>        Set the extension directory path
141 fsource-filename=
142 Java Joined Undocumented 
144 ffilelist-file
145 Java Var(flag_filelist_file)
146 Input file is a file with a list of filenames to compile
148 fsaw-java-file
149 Java Undocumented RejectNegative
151 fforce-classes-archive-check
152 Java Var(flag_force_classes_archive_check)
153 Always check for non gcj generated classes archives
155 fhash-synchronization
156 Java Var(flag_hash_synchronization)
157 Assume the runtime uses a hash table to map an object to its synchronization structure
159 findirect-classes
160 Java Var(flag_indirect_classes) Init(1)
161 Generate instances of Class at runtime
163 findirect-dispatch
164 Java Var(flag_indirect_dispatch)
165 Use offset tables for virtual method calls
167 finline-functions
168 Java
170 fjni
171 Java Var(flag_jni)
172 Assume native functions are implemented using JNI
174 foptimize-static-class-initialization
175 Java Var(flag_optimize_sci)
176 Enable optimization of static class initialization code
178 foutput-class-dir=
179 Java Joined RejectNegative
181 freduced-reflection
182 Java Var(flag_reduced_reflection)
183 Reduce the amount of reflection meta-data generated
185 fstore-check
186 Java Var(flag_store_check) Init(1)
187 Enable assignability checks for stores into object arrays
189 fuse-boehm-gc
190 Java Var(flag_use_boehm_gc)
191 Generate code for the Boehm GC
193 fuse-divide-subroutine
194 Java Var(flag_use_divide_subroutine) Init(1)
195 Call a library routine to do integer divisions
197 fbootstrap-classes
198 Java Var(flag_bootstrap_classes)
199 Generated should be loaded by bootstrap loader
201 fsource=
202 Java Joined
203 Set the source language version
205 ftarget=
206 Java Joined
207 Set the target VM version
209 version
210 Java