From 8d80bac1ec2f5eb66619c9e269d7c44612e1d04c Mon Sep 17 00:00:00 2001 From: Kevin Walls Date: Tue, 23 Dec 2025 19:20:46 +0000 Subject: [PATCH] 8374296: Comment clean up in os_linux.cpp Reviewed-by: mdoerr --- src/hotspot/os/linux/os_linux.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hotspot/os/linux/os_linux.cpp b/src/hotspot/os/linux/os_linux.cpp index 7f6b4851013..a28f9850495 100644 --- a/src/hotspot/os/linux/os_linux.cpp +++ b/src/hotspot/os/linux/os_linux.cpp @@ -1470,9 +1470,6 @@ void os::Linux::capture_initial_stack(size_t max_size) { } } -//////////////////////////////////////////////////////////////////////////////// -// time support - // thread_id is kernel thread id (similar to Solaris LWP id) intx os::current_thread_id() { return os::Linux::gettid(); } int os::current_process_id() {