# HG changeset patch # User kvn # Date 1440032340 25200 # Node ID d1ad9a7c4a41be2d052cd944d019ee34dc36b31b # Parent 57c06b8da320440f828d6c26e095aa04594e8634 8133984: print_compressed_class_space() is only defined in 64-bit VM Summary: define method's empty body in 32-bit VM. Reviewed-by: coleenp diff -r 57c06b8da320 -r d1ad9a7c4a41 hotspot/src/share/vm/memory/metaspace.hpp --- a/hotspot/src/share/vm/memory/metaspace.hpp Tue Aug 11 10:25:24 2015 -0400 +++ b/hotspot/src/share/vm/memory/metaspace.hpp Wed Aug 19 17:59:00 2015 -0700 @@ -254,7 +254,7 @@ // Debugging support void verify(); - 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({}); class AllocRecordClosure : public StackObj { public: