equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
35 Java_sun_nio_ch_DatagramChannelImpl_send0; |
35 Java_sun_nio_ch_DatagramChannelImpl_send0; |
36 Java_sun_nio_ch_DatagramDispatcher_read0; |
36 Java_sun_nio_ch_DatagramDispatcher_read0; |
37 Java_sun_nio_ch_DatagramDispatcher_readv0; |
37 Java_sun_nio_ch_DatagramDispatcher_readv0; |
38 Java_sun_nio_ch_DatagramDispatcher_write0; |
38 Java_sun_nio_ch_DatagramDispatcher_write0; |
39 Java_sun_nio_ch_DatagramDispatcher_writev0; |
39 Java_sun_nio_ch_DatagramDispatcher_writev0; |
40 Java_sun_nio_ch_FileChannelImpl_close0; |
|
41 Java_sun_nio_ch_FileChannelImpl_initIDs; |
40 Java_sun_nio_ch_FileChannelImpl_initIDs; |
42 Java_sun_nio_ch_FileChannelImpl_map0; |
41 Java_sun_nio_ch_FileChannelImpl_map0; |
43 Java_sun_nio_ch_FileChannelImpl_position0; |
42 Java_sun_nio_ch_FileChannelImpl_position0; |
44 Java_sun_nio_ch_FileChannelImpl_transferTo0; |
43 Java_sun_nio_ch_FileChannelImpl_transferTo0; |
45 Java_sun_nio_ch_FileChannelImpl_unmap0; |
44 Java_sun_nio_ch_FileChannelImpl_unmap0; |