changeset 51376 | 181e6a03249b |
parent 51106 | f605c91e5219 |
child 52109 | 101c2b6eacbe |
--- a/src/hotspot/os/windows/os_windows.cpp Fri Aug 10 09:30:26 2018 -0400 +++ b/src/hotspot/os/windows/os_windows.cpp Fri Aug 10 09:36:01 2018 -0400 @@ -3609,11 +3609,6 @@ return OS_OK; } - -// Hint to the underlying OS that a task switch would not be good. -// Void return because it's a hint and can fail. -void os::hint_no_preempt() {} - void os::interrupt(Thread* thread) { debug_only(Thread::check_for_dangling_thread_pointer(thread);)