< prev index next >

src/hotspot/share/gc/z/zArguments.hpp

Print this page

        

@@ -27,10 +27,13 @@
 #include "gc/shared/gcArguments.hpp"
 
 class CollectedHeap;
 
 class ZArguments : public GCArguments {
+private:
+  void initialize_platform();
+
 public:
   virtual void initialize();
   virtual size_t conservative_max_heap_alignment();
   virtual CollectedHeap* create_heap();
 };
< prev index next >