-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
The Pointer::isAccessibleFor method takes an int as an argument, but the flags that can be used there all seem to be defined in BoundedMemoryRegion, which is in an internal package.
Since use of internal packages should be discouraged, or is in some cases even impossible due to encapsulation, there needs to be a way to find those flags through the public API.
Since use of internal packages should be discouraged, or is in some cases even impossible due to encapsulation, there needs to be a way to find those flags through the public API.