From b6477fdb306cd258a2312a5c745f23bc8242757a Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Fri, 2 Sep 2022 17:44:59 +0000 Subject: [PATCH] 8293288: bootcycle build failure after JDK-8173605 Reviewed-by: erikj --- make/JrtfsJar.gmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/JrtfsJar.gmk b/make/JrtfsJar.gmk index 1d7ee9a0860..278b7657a82 100644 --- a/make/JrtfsJar.gmk +++ b/make/JrtfsJar.gmk @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -48,6 +48,7 @@ JIMAGE_PKGS := \ $(eval $(call SetupJavaCompilation, BUILD_JRTFS, \ COMPILER := bootjdk, \ + DISABLED_WARNINGS := options, \ TARGET_RELEASE := $(TARGET_RELEASE_JDK8), \ SRC := $(TOPDIR)/src/java.base/share/classes, \ EXCLUDE_FILES := module-info.java, \