8298589: java/net/SctpSanity.java fail with NoClassDefFoundError: sun/nio/ch/sctp/UnsupportedUtil
Reviewed-by: alanb
This commit is contained in:
parent
81f57d568f
commit
9ff85f6577
@ -46,7 +46,7 @@ ifeq ($(call isTargetOs, aix), true)
|
||||
endif
|
||||
|
||||
ifeq ($(call isTargetOsType, unix), true)
|
||||
ifeq ($(call isTargetOs, macos aix), false)
|
||||
ifeq ($(call isTargetOs, macosx aix), false)
|
||||
# This class is not needed on "unix" because SCTP in Java is supported for that platform
|
||||
EXCLUDE_FILES += $(TOPDIR)/src/jdk.sctp/share/classes/sun/nio/ch/sctp/UnsupportedUtil.java
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user