jdk/src/solaris/demo/jni/Poller/Poller.c
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    71  *     extant fds, but a future bug fix to the /dev/poll device driver
    71  *     extant fds, but a future bug fix to the /dev/poll device driver
    72  *     should solve this problem.
    72  *     should solve this problem.
    73  *  6> Could add simpler code for pre-Solaris 7 releases which will
    73  *  6> Could add simpler code for pre-Solaris 7 releases which will
    74  *     perform slightly better on those OSs.  But again there
    74  *     perform slightly better on those OSs.  But again there
    75  *     are only modest gains to be had from these new code paths,
    75  *     are only modest gains to be had from these new code paths,
    76  *     so they've been ommitted here.
    76  *     so they've been omitted here.
    77  *
    77  *
    78  * Compile "cc -G -o <dest_dir>/libpoller.so -I ${JAVA_HOME}/include " \
    78  * Compile "cc -G -o <dest_dir>/libpoller.so -I ${JAVA_HOME}/include " \
    79  * -I ${JAVA_HOME}/include/solaris Poller.c" and place the <dest_dir>
    79  * -I ${JAVA_HOME}/include/solaris Poller.c" and place the <dest_dir>
    80  * in your LD_LIBRARY_PATH
    80  * in your LD_LIBRARY_PATH
    81  *
    81  *