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.
|