We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6094e commit b6477fdCopy full SHA for b6477fd
make/JrtfsJar.gmk
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -48,6 +48,7 @@ JIMAGE_PKGS := \
48
49
$(eval $(call SetupJavaCompilation, BUILD_JRTFS, \
50
COMPILER := bootjdk, \
51
+ DISABLED_WARNINGS := options, \
52
TARGET_RELEASE := $(TARGET_RELEASE_JDK8), \
53
SRC := $(TOPDIR)/src/java.base/share/classes, \
54
EXCLUDE_FILES := module-info.java, \
0 commit comments