Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7166048

(se) EPollArrayWrapper.c no longer needs to define epoll data structures

XMLWordPrintable

    • b40
    • x86
    • linux
    • Verified

        FULL PRODUCT VERSION :
        java version "1.7.0_01"
        Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
        Java HotSpot(TM) Client VM (build 21.1-b02, mixed mode)

        ADDITIONAL OS VERSION INFORMATION :
        Linux d61 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 i686 GNU/Linux


        A DESCRIPTION OF THE PROBLEM :
        EPollArrayWrapper.c copied the data structure definition from sys/epoll.h .

        This embedded data structure is confusing and affects the portability .

        STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
        Reading the code of EPollArrayWrapper.c

        EXPECTED VERSUS ACTUAL BEHAVIOR :
        EXPECTED -
        It should use include <sys/epoll.h> instead.
        ACTUAL -
        Embedded the data structure from sys/epoll.h

        REPRODUCIBILITY :
        This bug can be reproduced always.

              alanb Alan Bateman
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: