-
Enhancement
-
Resolution: Unresolved
-
P4
-
repo-valhalla
There are 4 remnant methods of old valhalla prototypes in Unsafe:
makePrivateBuffer, finishPrivateBuffer, getValue, setValue.
make/finishBuffer are gone since we have strict initialization. get/setValue are replaced by explicit layout types.
We should remove them and their related code to allow for easier maintenance and avoid confusion in the future.
makePrivateBuffer, finishPrivateBuffer, getValue, setValue.
make/finishBuffer are gone since we have strict initialization. get/setValue are replaced by explicit layout types.
We should remove them and their related code to allow for easier maintenance and avoid confusion in the future.
- links to
-
Review(lworld) openjdk/valhalla/1593