changeset 2144:3a58466296d3 jdk-9+126

8160018: (fs) Remove GioFileTypeDetector on Solaris Summary: Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider. Reviewed-by: rriggs
author bpb
date Fri, 01 Jul 2016 12:57:12 -0700
parents 9c052d5c4931
children 911d428ce01b ebee719811fd 27cb65ceb607
files make/CompileJavaModules.gmk
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/make/CompileJavaModules.gmk	Fri Jul 01 18:29:24 2016 +0200
+++ b/make/CompileJavaModules.gmk	Fri Jul 01 12:57:12 2016 -0700
@@ -55,10 +55,6 @@
 # data files and shouldn't go in the product
 java.base_EXCLUDE_FILES += sun/text/resources/BreakIteratorRules.java
 
-ifeq ($(OPENJDK_TARGET_OS), macosx)
-  java.base_EXCLUDE_FILES += sun/nio/fs/GnomeFileTypeDetector.java
-endif
-
 ifneq ($(filter solaris macosx linux windows,$(OPENJDK_TARGET_OS)), )
   java.base_EXCLUDE_FILES += \
       sun/nio/ch/AbstractPollSelectorImpl.java \