Skip to content

Commit a2e9286

Browse files
author
thk123
committed
!fixup se gather all fields when setting up the return of an opaque m
1 parent 8888c0e commit a2e9286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jbmc/src/java_bytecode/java_bytecode_language.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,8 @@ bool java_bytecode_languaget::convert_single_method(
10391039
return false;
10401040
}
10411041

1042+
// The return of an opaque function is a source of an otherwise invisible
1043+
// instantiation, so here we ensure we've loaded the appropriate classes.
10421044
const code_typet function_type = to_code_type(symbol.type);
10431045
if(
10441046
const pointer_typet *pointer_return_type =

0 commit comments

Comments
 (0)