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

[s390] cleanup calls to vtable_start_offset() and vtable_length_offset()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • None
    • hotspot
    • None
    • b21
    • s390x

      Throughout hotspot code, except for [s390], the subject methods are called as Klass::vtable_start_offset() and Klass::vtable_length_offset(), whereas [s390] calls them via subclass InstanceKlass. This is not a bug, but a source of questions ("Why do they do that?"). There does not exist any specialized method in InstanceKlass for any supported architecture.

      Direct all calls to Klass::vtable_start_offset() and Klass::vtable_length_offset().

            lucy Lucy Schmidt
            lucy Lucy Schmidt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: