RFR: 8310242: Clarify the name parameter to Class::forName [v2]

Mandy Chung mchung at openjdk.org
Fri Jun 16 21:24:17 UTC 2023


> This PR clarifies the spec of the 3-arg Class::forName  regarding the format of the name for an array type which is of the form: one or more of "[" + binary name of the element type + ";'.

Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:

  Clarify for an array class of primitive type

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14528/files
  - new: https://git.openjdk.org/jdk/pull/14528/files/baf56d21..b7fd0a8e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14528&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14528&range=00-01

  Stats: 9 lines in 1 file changed: 5 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/14528.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14528/head:pull/14528

PR: https://git.openjdk.org/jdk/pull/14528


More information about the core-libs-dev mailing list