< prev index next >

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

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -38,11 +38,10 @@
 
   static uint32_t count();
   static uint32_t id();
 
   static uint32_t memory_id(uintptr_t addr);
-  static void memory_interleave(uintptr_t addr, size_t size);
 
   static const char* to_string();
 };
 
 #endif // SHARE_GC_Z_ZNUMA_HPP
< prev index next >