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

Unnecessary Java vtable initialization for shared classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • hotspot
    • 6
    • b62
    • generic
    • generic

      At class data sharing dump time, complete Java vtables and itables are stored in the shared archive. At runtime, we call initialize_vtable() and intialize_itable() during the class link step for all classes, including shared classes. This is unnecessary for shared classes.

      For more detail see comments.

            sbohne Steve Bohne (Inactive)
            sbohne Steve Bohne (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: