Skip to content

Commit ab9d3de

Browse files
author
Vladimir Kempik
committed
8261652: Remove some dead comments from os_bsd_x86
Reviewed-by: phh Backport-of: 28163a9
1 parent 09d3082 commit ab9d3de

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp

-11
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
# include <stdio.h>
6565
# include <unistd.h>
6666
# include <sys/resource.h>
67-
# include <pthread.h>
6867
# include <sys/stat.h>
6968
# include <sys/time.h>
7069
# include <sys/utsname.h>
@@ -501,16 +500,6 @@ JVM_handle_bsd_signal(int sig,
501500
return 1;
502501
}
503502
}
504-
505-
/*
506-
NOTE: does not seem to work on bsd.
507-
if (info == NULL || info->si_code <= 0 || info->si_code == SI_NOINFO) {
508-
// can't decode this kind of signal
509-
info = NULL;
510-
} else {
511-
assert(sig == info->si_signo, "bad siginfo");
512-
}
513-
*/
514503
// decide if this trap can be handled by a stub
515504
address stub = NULL;
516505

0 commit comments

Comments
 (0)