File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,17 @@ class java_bytecode_languaget:public languaget
112
112
113
113
virtual ~java_bytecode_languaget ();
114
114
java_bytecode_languaget (
115
- std::unique_ptr<select_pointer_typet> pointer_type_selector):
115
+ std::unique_ptr<select_pointer_typet> pointer_type_selector)
116
+ : threading_support(false ),
116
117
assume_inputs_non_null (false ),
117
118
object_factory_parameters(),
118
119
max_user_array_length(0 ),
119
120
lazy_methods_mode(lazy_methods_modet::LAZY_METHODS_MODE_EAGER),
120
121
string_refinement_enabled(false ),
122
+ throw_runtime_exceptions(false ),
123
+ assert_uncaught_exceptions(false ),
124
+ throw_assertion_error(false ),
125
+ nondet_static(false ),
121
126
pointer_type_selector(std::move(pointer_type_selector))
122
127
{
123
128
}
You can’t perform that action at this time.
0 commit comments