RFR: JDK-8256950: Add record attribute support to symbol generator CreateSymbols [v3]
Jan Lahoda
jlahoda at openjdk.java.net
Mon Nov 30 14:27:11 UTC 2020
> Adding support for record classes in the historical data for ct.sym. This includes a few changes not strictly needed for the change:
> -updating and moving tests into test/langtools, so that it is easier to run them.
> -fixing Record attribute reading in javac's ClassReader (used for tests, but seems like the proper thing to do anyway).
> -fixing the -Xprint annotation processor to print record component annotations.
>
> Changes to jdk.jdeps' classfile library are needed so that the ct.sym creation works.
Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
Fixing tests on Windows - normalizing line endings.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1480/files
- new: https://git.openjdk.java.net/jdk/pull/1480/files/7ce38709..a3f79aba
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1480&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1480&range=01-02
Stats: 6 lines in 2 files changed: 3 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/1480.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1480/head:pull/1480
PR: https://git.openjdk.java.net/jdk/pull/1480
More information about the build-dev
mailing list