--- old/src/java.base/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java 2018-03-14 18:37:52.000000000 +0000 +++ new/src/java.base/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java 2018-03-14 18:37:51.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -213,7 +213,7 @@ } } - void closeDevPollFD() throws IOException { + void close() throws IOException { FileDispatcherImpl.closeIntFD(wfd); pollArray.free(); }