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

ARM32 build broken since 8311035

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 22
    • hotspot
    • None
    • b07
    • aarch32

      /shared/projects/openjdk/jdk-jdk/source/src/hotspot/share/cds/metaspaceShared.cpp:1256: error: undefined reference to 'CompressedKlassPointers::is_valid_base(unsigned char*)'

      Weird thing is that nothing in the vicinity changed. The code had been broken before (we call CompressedKlassPointers::is_valid_base(), which we should not to on 32-bit platforms), but the code is guarded by a constant false. It depends on what the compiler decides to do with the unreachable code.

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

              Created:
              Updated:
              Resolved: