< prev index next >

src/java.base/windows/classes/sun/nio/ch/Iocp.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2008, 2013, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2008, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 315,325 **** // reset invoke count if (myGroupAndInvokeCount != null) myGroupAndInvokeCount.resetInvokeCount(); // wait for I/O completion event ! // A error here is fatal (thread will not be replaced) replaceMe = false; try { getQueuedCompletionStatus(port, ioResult); } catch (IOException x) { // should not happen --- 315,325 ---- // reset invoke count if (myGroupAndInvokeCount != null) myGroupAndInvokeCount.resetInvokeCount(); // wait for I/O completion event ! // An error here is fatal (thread will not be replaced) replaceMe = false; try { getQueuedCompletionStatus(port, ioResult); } catch (IOException x) { // should not happen
< prev index next >