-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
6
-
sparc
-
solaris_9
Currently both awt and 2d share the awt makefiles and hence the mapfiles. We need to split the make directories into make/sun/awt and make/sun/java2d.
In addition the 2D makefile should build both the 2D java code (shared and platform) as well as the library currently known as libawt.so (should be renamed to libjava2d.so). libmawt.so should really be changed to libawt.so.
On windows where we only have awt.dll, we need to split up awt.dll into
awt.dll and java2d.dll.
We should have a meeting between 2D and AWT before we attempt to fix this. I
suspect this will not happen until 1.5.1.
This bug was prompted by discussions we have had between 2D and AWT about these
issues and this was an issue that was left undone in tiger. Mike Martak had
planned to do this in tiger but he left and this never got done and we have
kind of lived with it. Also a related bug that Chris wants to file is
the cleanup of the src directories for the implementation sources.
In addition the 2D makefile should build both the 2D java code (shared and platform) as well as the library currently known as libawt.so (should be renamed to libjava2d.so). libmawt.so should really be changed to libawt.so.
On windows where we only have awt.dll, we need to split up awt.dll into
awt.dll and java2d.dll.
We should have a meeting between 2D and AWT before we attempt to fix this. I
suspect this will not happen until 1.5.1.
This bug was prompted by discussions we have had between 2D and AWT about these
issues and this was an issue that was left undone in tiger. Mike Martak had
planned to do this in tiger but he left and this never got done and we have
kind of lived with it. Also a related bug that Chris wants to file is
the cleanup of the src directories for the implementation sources.
- relates to
-
JDK-5027875 separate 2D source files from AWT directories
-
- Resolved
-
-
JDK-4324488 Should break up AWT.dll
-
- Closed
-