Skip to content

Commit 8d80bac

Browse files
committed
8374296: Comment clean up in os_linux.cpp
Reviewed-by: mdoerr
1 parent be2ac08 commit 8d80bac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/os/linux/os_linux.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,9 +1470,6 @@ void os::Linux::capture_initial_stack(size_t max_size) {
14701470
}
14711471
}
14721472

1473-
////////////////////////////////////////////////////////////////////////////////
1474-
// time support
1475-
14761473
// thread_id is kernel thread id (similar to Solaris LWP id)
14771474
intx os::current_thread_id() { return os::Linux::gettid(); }
14781475
int os::current_process_id() {

0 commit comments

Comments
 (0)