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

print_compressed_class_space() is only defined in 64-bit VM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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({});

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

                Created:
                Updated:
                Resolved: