RFR: 8255904: Remove superfluous use of reflection in Class::isRecord

Chris Hegarty chegar at openjdk.java.net
Tue Nov 24 10:18:03 UTC 2020


Minor cleanup - Reflective access to j.l.Record is no longer required since it became standard.

-------------

Commit messages:
 - 8255904: Remove superfluous use of reflection in Class::isRecord

Changes: https://git.openjdk.java.net/jdk/pull/1406/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1406&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255904
  Stats: 11 lines in 1 file changed: 0 ins; 10 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1406.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1406/head:pull/1406

PR: https://git.openjdk.java.net/jdk/pull/1406


More information about the core-libs-dev mailing list