mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 12:54:17 +02:00
8294982: Implementation of Classfile API
Reviewed-by: ihse, psandoz, mcimadamore
This commit is contained in:
parent
1e9942aa11
commit
4655b790d0
322 changed files with 52932 additions and 4 deletions
|
@ -25,7 +25,9 @@
|
|||
|
||||
DOCLINT += -Xdoclint:all/protected \
|
||||
'-Xdoclint/package:java.*,javax.*'
|
||||
JAVAC_FLAGS += -XDstringConcat=inline
|
||||
JAVAC_FLAGS += -XDstringConcat=inline \
|
||||
--enable-preview
|
||||
DISABLED_WARNINGS_java += preview
|
||||
COPY += .icu .dat .spp .nrm content-types.properties \
|
||||
hijrah-config-Hijrah-umalqura_islamic-umalqura.properties
|
||||
CLEAN += intrinsic.properties
|
||||
|
@ -33,7 +35,9 @@ CLEAN += intrinsic.properties
|
|||
EXCLUDE_FILES += \
|
||||
$(TOPDIR)/src/java.base/share/classes/jdk/internal/module/ModuleLoaderMap.java
|
||||
|
||||
EXCLUDES += java/lang/doc-files
|
||||
EXCLUDES += java/lang/doc-files \
|
||||
jdk/internal/classfile/snippet-files \
|
||||
jdk/internal/classfile/components/snippet-files
|
||||
|
||||
# Exclude BreakIterator classes that are just used in compile process to generate
|
||||
# data files and shouldn't go in the product
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue