Skip to content

Commit f662a06

Browse files
author
Man Cao
committedNov 15, 2022
8296970: Remove sysThreadAvailableStackWithSlack from hotspot-symbols
Reviewed-by: clanger, erikj
1 parent 7357a1a commit f662a06

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎make/data/hotspot-symbols/symbols-aix

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2022, 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
@@ -24,4 +24,3 @@
2424
JVM_handle_aix_signal
2525
numa_error
2626
numa_warn
27-
sysThreadAvailableStackWithSlack

‎make/data/hotspot-symbols/symbols-linux

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2022, 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
@@ -25,4 +25,3 @@ JVM_handle_linux_signal
2525
JVM_IsUseContainerSupport
2626
numa_error
2727
numa_warn
28-
sysThreadAvailableStackWithSlack

0 commit comments

Comments
 (0)
Please sign in to comment.