-
Bug
-
Resolution: Fixed
-
P3
-
5.0
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2131650 | 5.0u8 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
JDK-2131126 | 1.4.2_11 | Harsha Godugu | P2 | Resolved | Fixed | b02 |
The optimization flags in Defs-linux.gmk are only applied for the "java"
product which means that any libraries built in the make/sun tree will be
compiled with no optimizations.
This includes, among other things, nearly all of the rendering code in the
JDK, built from directories sun/dcpr and sun/awt. The Makefile for the
medialib support library in sun/image/generic is the only directory that
manually enables the optimization flags.
Many of the subdirectories of make/java also specify "sun" as their
PRODUCT and thus are not optimized.
product which means that any libraries built in the make/sun tree will be
compiled with no optimizations.
This includes, among other things, nearly all of the rendering code in the
JDK, built from directories sun/dcpr and sun/awt. The Makefile for the
medialib support library in sun/image/generic is the only directory that
manually enables the optimization flags.
Many of the subdirectories of make/java also specify "sun" as their
PRODUCT and thus are not optimized.
- backported by
-
JDK-2131126 Linux build does not optimize AWT and other essential libraries
- Resolved
-
JDK-2131650 Linux build does not optimize AWT and other essential libraries
- Resolved
- relates to
-
JDK-6338099 Hindi text input gets slower & hung-like effect for a particular character & also for 100+ lines
- Open
-
JDK-6335287 getImage is slow in linux
- Closed