print_compressed_class_space() is only defined in 64-bit VM

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b81
    • generic
    • generic

        print_compressed_class_space() body is defined under #ifdef _LP64 in metaspace.cpp but it is declared for all platforms in metaspace.hpp.

        Suggested fix:

        - static void print_compressed_class_space(outputStream* st, const char* requested_addr = 0);
        + static void print_compressed_class_space(outputStream* st, const char* requested_addr = 0) NOT_LP64({});

              Assignee:
              Vladimir Kozlov
              Reporter:
              Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: