We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7bdae commit 18e9d28Copy full SHA for 18e9d28
src/hotspot/share/gc/g1/g1NUMA.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -61,9 +61,6 @@ class G1NUMA: public CHeapObj<mtGC> {
61
// Precondition: node_id is an active node id.
62
inline uint index_of_node_id(int node_id) const;
63
64
- // Creates node id and node index mapping table of _node_id_to_index_map.
65
- void init_node_id_to_index_map(const int* node_ids, uint num_node_ids);
66
-
67
static G1NUMA* _inst;
68
69
G1NUMA();
0 commit comments