< prev index next >

src/java.base/share/classes/java/nio/channels/spi/AbstractInterruptibleChannel.java

Print this page
rev 48993 : imported patch nio

*** 1,7 **** /* ! * Copyright (c) 2000, 2017, 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) 2000, 2018, 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
*** 203,210 **** } // -- jdk.internal.misc.SharedSecrets -- static void blockedOn(Interruptible intr) { // package-private ! SharedSecrets.getJavaLangAccess().blockedOn(Thread.currentThread(), intr); } } --- 203,210 ---- } // -- jdk.internal.misc.SharedSecrets -- static void blockedOn(Interruptible intr) { // package-private ! SharedSecrets.getJavaLangAccess().blockedOn(intr); } }
< prev index next >