AdapterHandlerEntry and AdapterBlob store information about the entry points in the blob in different forms. AdapterHandlerEntry stores it as actual runtime address, while AdapterBlob stores them as offsets within the blob.
It should be possible to store a direct pointer of AdapterBlob in AdapterHandlerEntry. Entry point addresses can easily be computed on the fly from the offsets stored in AdapterBlob.
It should be possible to store a direct pointer of AdapterBlob in AdapterHandlerEntry. Entry point addresses can easily be computed on the fly from the offsets stored in AdapterBlob.
- links to
-
Review(master) openjdk/jdk/27101