-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b40
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8019026 | 7u45 | Sean Chou | P4 | Closed | Fixed | b01 |
JDK-8002049 | 7u40 | Unassigned | P4 | Closed | Fixed | b02 |
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.
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.
- backported by
-
JDK-8002049 (se) EPollArrayWrapper.c no longer needs to define epoll data structures
-
- Closed
-
-
JDK-8019026 (se) EPollArrayWrapper.c no longer needs to define epoll data structures
-
- Closed
-