make/CompileJavaClasses.gmk

Print this page
rev 8975 : 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests


 211       sun/awt/X11/XOMCharSetList.java \
 212       sun/awt/X11/XOMFontInfo.java \
 213       sun/awt/X11/XOMOrientation.java \
 214       sun/awt/X11/XPoint.java \
 215       sun/awt/X11/XRectangle.java \
 216       sun/awt/X11/XSegment.java \
 217       sun/awt/X11/XStandardColormap.java \
 218       sun/awt/X11/XTextItem.java \
 219       sun/awt/X11/XTextItem16.java \
 220       sun/awt/X11/XTextProperty.java \
 221       sun/awt/X11/XTimeCoord.java \
 222       sun/awt/X11/XWindowChanges.java \
 223       sun/awt/X11/XdbeSwapInfo.java \
 224       sun/awt/X11/XmbTextItem.java \
 225       sun/awt/X11/XwcTextItem.java
 226 endif
 227 
 228 # Exclude another implicitly not included file.
 229 EXFILES += sun/util/locale/AsciiUtil.java
 230 
 231 ifeq (, $(filter $(OPENJDK_TARGET_OS), solaris macosx))
 232   #
 233   # only solaris and macosx
 234   #
 235   EXFILES += sun/nio/fs/PollingWatchService.java
 236 endif
 237 
 238 # TODO: Fix when converting NIO
 239 # Exclude *-linux-arm.java and *-linux-ppc.java from closed.
 240 EXFILES += -linux-arm.java \
 241     -linux-ppc.java
 242 
 243 ifeq ($(OPENJDK_TARGET_OS), windows)
 244   EXFILES += sun/nio/ch/AbstractPollSelectorImpl.java \
 245       sun/nio/ch/PollSelectorProvider.java \
 246       sun/nio/ch/SimpleAsynchronousFileChannelImpl.java
 247 endif
 248 
 249 # These files do not appear in the build result of the old build. This
 250 # is because they are generated sources, but the AUTO_JAVA_FILES won't
 251 # pick them up since they aren't generated when the source dirs are
 252 # searched and they aren't referenced by any other classes so they won't
 253 # be picked up by implicit compilation. On a rebuild, they are picked up




 211       sun/awt/X11/XOMCharSetList.java \
 212       sun/awt/X11/XOMFontInfo.java \
 213       sun/awt/X11/XOMOrientation.java \
 214       sun/awt/X11/XPoint.java \
 215       sun/awt/X11/XRectangle.java \
 216       sun/awt/X11/XSegment.java \
 217       sun/awt/X11/XStandardColormap.java \
 218       sun/awt/X11/XTextItem.java \
 219       sun/awt/X11/XTextItem16.java \
 220       sun/awt/X11/XTextProperty.java \
 221       sun/awt/X11/XTimeCoord.java \
 222       sun/awt/X11/XWindowChanges.java \
 223       sun/awt/X11/XdbeSwapInfo.java \
 224       sun/awt/X11/XmbTextItem.java \
 225       sun/awt/X11/XwcTextItem.java
 226 endif
 227 
 228 # Exclude another implicitly not included file.
 229 EXFILES += sun/util/locale/AsciiUtil.java
 230 
 231 ifeq (, $(filter $(OPENJDK_TARGET_OS), solaris macosx aix))
 232   #
 233   # only solaris, macosx and aix
 234   #
 235   EXFILES += sun/nio/fs/PollingWatchService.java
 236 endif
 237 
 238 # TODO: Fix when converting NIO
 239 # Exclude *-linux-arm.java and *-linux-ppc.java from closed.
 240 EXFILES += -linux-arm.java \
 241     -linux-ppc.java
 242 
 243 ifeq ($(OPENJDK_TARGET_OS), windows)
 244   EXFILES += sun/nio/ch/AbstractPollSelectorImpl.java \
 245       sun/nio/ch/PollSelectorProvider.java \
 246       sun/nio/ch/SimpleAsynchronousFileChannelImpl.java
 247 endif
 248 
 249 # These files do not appear in the build result of the old build. This
 250 # is because they are generated sources, but the AUTO_JAVA_FILES won't
 251 # pick them up since they aren't generated when the source dirs are
 252 # searched and they aren't referenced by any other classes so they won't
 253 # be picked up by implicit compilation. On a rebuild, they are picked up