--- a/hotspot/src/share/vm/services/memoryPool.hpp Wed Sep 18 00:08:00 2013 +0000
+++ b/hotspot/src/share/vm/services/memoryPool.hpp Tue Sep 17 20:59:07 2013 +0200
@@ -224,7 +224,6 @@
class MetaspacePool : public MemoryPool {
size_t calculate_max_size() const;
- size_t capacity_in_bytes() const;
public:
MetaspacePool();
MemoryUsage get_memory_usage();
@@ -232,7 +231,6 @@
};
class CompressedKlassSpacePool : public MemoryPool {
- size_t capacity_in_bytes() const;
public:
CompressedKlassSpacePool();
MemoryUsage get_memory_usage();