Skip to content

Commit 827a599

Browse files
committedJun 2, 2020
manual merge
2 parents fa0e7f0 + 6cfe65a commit 827a599

File tree

118 files changed

+4448
-428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+4448
-428
lines changed
 

‎deps.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pattern-runtime
2+
patterns-stage-2

‎make/CompileInterimLangtools.gmk

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ define SetupInterimModule
8282
$$(INTERIM_LANGTOOLS_ADD_EXPORTS) \
8383
--patch-module java.base=$(BUILDTOOLS_OUTPUTDIR)/gensrc/java.base.interim \
8484
--add-exports java.base/jdk.internal=java.compiler.interim \
85-
--add-exports java.base/jdk.internal=jdk.compiler.interim, \
85+
--add-exports java.base/jdk.internal=jdk.compiler.interim \
86+
--add-exports java.base/sun.invoke.util=jdk.compiler.interim \
87+
-Xlint:-module, \
8688
))
8789

8890
$1_DEPS_INTERIM := $$(addsuffix .interim, $$(filter \

0 commit comments

Comments
 (0)
Please sign in to comment.