File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1888,14 +1888,14 @@ java_bytecode_parsert::parse_method_handle(const pool_entryt &entry)
1888
1888
method_handle_typet::BOOTSTRAP_METHOD_HANDLE;
1889
1889
}
1890
1890
else if (
1891
- has_prefix (id2string ( pool_entry (nameandtype_entry. ref1 ). s ), " lambda$" ))
1891
+ has_prefix (name_and_type. get_name (pool_entry_lambda ), " lambda$" ))
1892
1892
{
1893
1893
// names seem to be lambda$POSTFIX$NUM
1894
1894
// where POSTFIX is FUN for a function name in which the lambda is define
1895
1895
// "static" when it is a static member of the class
1896
1896
// "new" when it is a class variable, instantiated in <init>
1897
1897
lambda_method_handle.lambda_method_name =
1898
- pool_entry (nameandtype_entry. ref1 ). s ;
1898
+ name_and_type. get_name (pool_entry_lambda) ;
1899
1899
lambda_method_handle.handle_type =
1900
1900
method_handle_typet::LAMBDA_METHOD_HANDLE;
1901
1901
}
You can’t perform that action at this time.
0 commit comments