mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8078513: [linux] Clean up code relevant to LinuxThreads implementation
Reviewed-by: dholmes, sla, coleenp, simonis
This commit is contained in:
parent
5b6281adb8
commit
b46373e827
10 changed files with 58 additions and 350 deletions
|
@ -3762,10 +3762,6 @@ ExtendedPC os::get_thread_pc(Thread* thread) {
|
|||
return fetcher.result();
|
||||
}
|
||||
|
||||
// Not neede on Aix.
|
||||
// int os::Aix::safe_cond_timedwait(pthread_cond_t *_cond, pthread_mutex_t *_mutex, const struct timespec *_abstime) {
|
||||
// }
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// debug support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue