8036128: Remove deprecated VM flag UseVMInterruptibleIO

Reviewed-by: acorn, dholmes, dcubed, coleenp
This commit is contained in:
Frederic Parain 2014-03-14 12:02:54 +00:00
parent ce25911489
commit 2655375438
9 changed files with 70 additions and 285 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -41,7 +41,6 @@ void OSThread::pd_initialize() {
_thread_id = 0;
sigemptyset(&_caller_sigmask);
_saved_interrupt_thread_state = _thread_new;
_vm_created_thread = false;
}