-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
repo-panama
Following this PR:
https://github.com/openjdk/panama-foreign/pull/586
The Addressable hierarchy was made sealed. The PR points out that custom memory segment wrappers might want to implement Addressable so as to be able to be passed where addresses are expected. We should revisit this and evaluate if sealing is the right thing to do here.
https://github.com/openjdk/panama-foreign/pull/586
The Addressable hierarchy was made sealed. The PR points out that custom memory segment wrappers might want to implement Addressable so as to be able to be passed where addresses are expected. We should revisit this and evaluate if sealing is the right thing to do here.