jdk/make/java/nio/mapfile-solaris
changeset 1152 29d6145d1097
parent 2 90ce3da70b43
child 2057 3acf8e5e2ca0
equal deleted inserted replaced
1151:4070cecdb99d 1152:29d6145d1097
       
     1 #
       
     2 # Copyright 2001-2008 Sun Microsystems, Inc.  All Rights Reserved.
       
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4 #
       
     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
       
     7 # published by the Free Software Foundation.  Sun designates this
       
     8 # particular file as subject to the "Classpath" exception as provided
       
     9 # by Sun in the LICENSE file that accompanied this code.
       
    10 #
       
    11 # This code is distributed in the hope that it will be useful, but WITHOUT
       
    12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14 # version 2 for more details (a copy is included in the LICENSE file that
       
    15 # accompanied this code).
       
    16 #
       
    17 # You should have received a copy of the GNU General Public License version
       
    18 # 2 along with this work; if not, write to the Free Software Foundation,
       
    19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20 #
       
    21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
       
    22 # CA 95054 USA or visit www.sun.com if you need additional information or
       
    23 # have any questions.
       
    24 #
     1 
    25 
     2 SUNWprivate_1.1 {
    26 SUNWprivate_1.1 {
     3 	global:
    27 	global:
     4                 Java_java_nio_MappedByteBuffer_force0;
    28                 Java_java_nio_MappedByteBuffer_force0;
     5                 Java_java_nio_MappedByteBuffer_isLoaded0;
    29                 Java_java_nio_MappedByteBuffer_isLoaded0;
    57                 Java_sun_nio_ch_IOUtil_setfdVal;
    81                 Java_sun_nio_ch_IOUtil_setfdVal;
    58 		Java_sun_nio_ch_NativeThread_current;
    82 		Java_sun_nio_ch_NativeThread_current;
    59 		Java_sun_nio_ch_NativeThread_init;
    83 		Java_sun_nio_ch_NativeThread_init;
    60 		Java_sun_nio_ch_NativeThread_signal;
    84 		Java_sun_nio_ch_NativeThread_signal;
    61 		Java_sun_nio_ch_Net_socket0;
    85 		Java_sun_nio_ch_Net_socket0;
    62 		Java_sun_nio_ch_Net_bind;
    86 		Java_sun_nio_ch_Net_bind0;
    63 		Java_sun_nio_ch_Net_connect;
    87 		Java_sun_nio_ch_Net_connect0;
       
    88 		Java_sun_nio_ch_Net_listen;
    64 		Java_sun_nio_ch_Net_localPort;
    89 		Java_sun_nio_ch_Net_localPort;
    65 		Java_sun_nio_ch_Net_localInetAddress;
    90 		Java_sun_nio_ch_Net_localInetAddress;
    66 		Java_sun_nio_ch_Net_getIntOption0;
    91 		Java_sun_nio_ch_Net_getIntOption0;
    67 		Java_sun_nio_ch_Net_setIntOption0;
    92 		Java_sun_nio_ch_Net_setIntOption0;
    68                 Java_sun_nio_ch_Net_initIDs;
    93                 Java_sun_nio_ch_Net_initIDs;
       
    94 		Java_sun_nio_ch_Net_isIPv6Available0;
       
    95 		Java_sun_nio_ch_Net_joinOrDrop4;
       
    96 		Java_sun_nio_ch_Net_blockOrUnblock4;
       
    97 		Java_sun_nio_ch_Net_joinOrDrop6;
       
    98 		Java_sun_nio_ch_Net_blockOrUnblock6;
       
    99 		Java_sun_nio_ch_Net_setInterface4;
       
   100 		Java_sun_nio_ch_Net_getInterface4;
       
   101 		Java_sun_nio_ch_Net_setInterface6;
       
   102 		Java_sun_nio_ch_Net_getInterface6;
       
   103 		Java_sun_nio_ch_Net_shutdown;
    69                 Java_sun_nio_ch_PollArrayWrapper_interrupt;
   104                 Java_sun_nio_ch_PollArrayWrapper_interrupt;
    70                 Java_sun_nio_ch_PollArrayWrapper_poll0;
   105                 Java_sun_nio_ch_PollArrayWrapper_poll0;
    71                 Java_sun_nio_ch_ServerSocketChannelImpl_accept0;
   106                 Java_sun_nio_ch_ServerSocketChannelImpl_accept0;
    72                 Java_sun_nio_ch_ServerSocketChannelImpl_initIDs;
   107                 Java_sun_nio_ch_ServerSocketChannelImpl_initIDs;
    73 		Java_sun_nio_ch_ServerSocketChannelImpl_listen;
       
    74                 Java_sun_nio_ch_SocketChannelImpl_checkConnect;
   108                 Java_sun_nio_ch_SocketChannelImpl_checkConnect;
    75 		Java_sun_nio_ch_SocketChannelImpl_shutdown;
       
    76 
   109 
    77 	local:
   110 	local:
    78 		*;
   111 		*;
    79 };
   112 };