RFR: 8257855: Example SafeVarargsNotApplicableToRecordAccessors breaks test tools/javac/diags/CheckExamples.java
Vicente Romero
vromero at openjdk.java.net
Mon Dec 7 23:47:20 UTC 2020
Hi,
Please review this patch which is removing some keys and one option to test: `test/langtools/tools/javac/diags/examples/SafeVarargsNotApplicableToRecordAccessors.java` The PR that pushed the fix (JDK-8254784)[https://bugs.openjdk.java.net/browse/JDK-8254784] for was developed in parallel with the one that made records a standard feature in Java. I forgot to remove these options before pushing the final version of the code,
TIA
-------------
Commit messages:
- 8257855: Example SafeVarargsNotApplicableToRecordAccessors breaks test tools/javac/diags/CheckExamples.java
Changes: https://git.openjdk.java.net/jdk/pull/1682/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1682&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8257855
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/1682.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1682/head:pull/1682
PR: https://git.openjdk.java.net/jdk/pull/1682
More information about the compiler-dev
mailing list