8298589: java/net/SctpSanity.java fail with NoClassDefFoundError: sun/nio/ch/sctp/UnsupportedUtil

Reviewed-by: alanb
This commit is contained in:
Per Minborg 2022-12-12 17:22:17 +00:00 committed by Daniel Fuchs
parent 81f57d568f
commit 9ff85f6577

View File

@ -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