--- a/jdk/make/sun/Makefile Thu May 14 10:58:07 2009 -0700
+++ b/jdk/make/sun/Makefile Tue May 19 15:25:29 2009 -0700
@@ -58,11 +58,12 @@
else
RENDER_SUBDIR = dcpr
endif
+# nio need to be compiled before awt to have all charsets ready
SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \
- awt splashscreen $(XAWT_SUBDIR) \
+ nio awt splashscreen $(XAWT_SUBDIR) \
$(HEADLESS_SUBDIR) $(DGA_SUBDIR) \
font jpeg cmm applet rmi beans $(JDBC_SUBDIR) \
- jawt text nio launcher management $(ORG_SUBDIR) \
+ jawt text launcher management $(ORG_SUBDIR) \
native2ascii serialver tools jconsole tracing
all build clean clobber::