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 @@ -1864,14 +1864,14 @@ java_bytecode_parsert::parse_method_handle(const pool_entryt &entry)
1864
1864
method_handle_typet::BOOTSTRAP_METHOD_HANDLE;
1865
1865
}
1866
1866
else if (
1867
- has_prefix (id2string ( pool_entry (nameandtype_entry. ref1 ). s ), " lambda$" ))
1867
+ has_prefix (name_and_type. get_name (pool_entry_lambda ), " lambda$" ))
1868
1868
{
1869
1869
// names seem to be lambda$POSTFIX$NUM
1870
1870
// where POSTFIX is FUN for a function name in which the lambda is define
1871
1871
// "static" when it is a static member of the class
1872
1872
// "new" when it is a class variable, instantiated in <init>
1873
1873
lambda_method_handle.lambda_method_name =
1874
- pool_entry (nameandtype_entry. ref1 ). s ;
1874
+ name_and_type. get_name (pool_entry_lambda) ;
1875
1875
lambda_method_handle.handle_type =
1876
1876
method_handle_typet::LAMBDA_METHOD_HANDLE;
1877
1877
}
You can’t perform that action at this time.
0 commit comments