提交 603b058b 编写于 作者: K kvn

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
上级 608f15c5
...@@ -259,7 +259,7 @@ class Metaspace : public CHeapObj<mtClass> { ...@@ -259,7 +259,7 @@ class Metaspace : public CHeapObj<mtClass> {
// Debugging support // Debugging support
void verify(); 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 { class AllocRecordClosure : public StackObj {
public: public:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册