-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
In the attached benchmark, the panama_call_as_address as well as the panama_call_as_new_segment methods show unexpected allocations of a MemoryAddressImpl and NativeMemorySegmentImpl respectively.
All four of these benchmarks are expected to perform the same. It seems there is a problem with escape analysis that we should investigate.
All four of these benchmarks are expected to perform the same. It seems there is a problem with escape analysis that we should investigate.
- relates to
-
JDK-8281595 ASM-ify scope acquire/release for down call parameters
- Resolved