Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366905

Store AdapterBlob pointer in AdapterHandlerEntry

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None

      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.

            asmehra Ashutosh Mehra
            asmehra Ashutosh Mehra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: