Skip to content

Commit 18e9d28

Browse files
author
Hamlin Li
committedMay 11, 2021
8266676: G1: Remove dead code init_node_id_to_index_map()
Reviewed-by: sangheki, whuang
1 parent 0e7bdae commit 18e9d28

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/hotspot/share/gc/g1/g1NUMA.hpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -61,9 +61,6 @@ class G1NUMA: public CHeapObj<mtGC> {
6161
// Precondition: node_id is an active node id.
6262
inline uint index_of_node_id(int node_id) const;
6363

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-
6764
static G1NUMA* _inst;
6865

6966
G1NUMA();

0 commit comments

Comments
 (0)
Please sign in to comment.