Skip to content

Commit b6477fd

Browse files
committed
8293288: bootcycle build failure after JDK-8173605
Reviewed-by: erikj
1 parent 0c6094e commit b6477fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/JrtfsJar.gmk

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -48,6 +48,7 @@ JIMAGE_PKGS := \
4848

4949
$(eval $(call SetupJavaCompilation, BUILD_JRTFS, \
5050
COMPILER := bootjdk, \
51+
DISABLED_WARNINGS := options, \
5152
TARGET_RELEASE := $(TARGET_RELEASE_JDK8), \
5253
SRC := $(TOPDIR)/src/java.base/share/classes, \
5354
EXCLUDE_FILES := module-info.java, \

0 commit comments

Comments
 (0)