aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lang.opt')
-rw-r--r--gcc/java/lang.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt
index 001a4a7..6ffb0aa 100644
--- a/gcc/java/lang.opt
+++ b/gcc/java/lang.opt
@@ -164,6 +164,10 @@ Enable optimization of static class initialization code
foutput-class-dir=
Java Joined RejectNegative
+freduced-reflection
+Java Var(flag_reduced_reflection)
+Reduce the amount of reflection meta-data generated
+
fstore-check
Java Var(flag_store_check) Init(1)
Enable assignability checks for stores into object arrays