Skip to content

Commit

Permalink
8255798: Remove dead headless code in CompileJavaModules.gmk
Browse files Browse the repository at this point in the history
Reviewed-by: shade, erikj
  • Loading branch information
magicus committed Nov 3, 2020
1 parent 364b0fe commit 64a9811
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions make/CompileJavaModules.gmk
Expand Up @@ -184,10 +184,6 @@ ifeq ($(call isTargetOs, windows), true)
java.desktop_EXCLUDES += com/sun/java/swing/plaf/gtk
endif

ifdef BUILD_HEADLESS_ONLY
java.desktop_EXCLUDES += sun/applet
endif

ifeq ($(call isTargetOs, windows macosx), false)
java.desktop_EXCLUDE_FILES += sun/awt/AWTCharset.java
endif
Expand Down

1 comment on commit 64a9811

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.