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

[s390] (jdk10) build broken after 8155672

XMLWordPrintable

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

      Just a small typo in methodHandles_s390.cpp:

         InstanceKlass** klass_addr = SystemDictionary::well_known_klass_addr(klass_id);
      - KlassHandle klass = SystemDictionary::well_known_klass(klass_id);
      + KLass* klass = SystemDictionary::well_known_klass(klass_id);

      KLass->Klass

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: