< prev index next >

src/hotspot/share/runtime/vmStructs.hpp

Print this page
*** 144,10 ***
--- 144,13 ---
  private:
    // Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
    // Returns 1 if found, 0 if not.
    static int findType(const char* typeName) NOT_VM_STRUCTS_RETURN_(0);
  #endif // ASSERT
+ 
+ public:
+   static void compact_headers_overrides() NOT_VM_STRUCTS_RETURN;
  };
  
  // This utility macro quotes the passed string
  #define QUOTE(x) #x
  
< prev index next >