Integrated: 8310242: Clarify the name parameter to Class::forName

Mandy Chung mchung at openjdk.org
Mon Jun 26 19:59:14 UTC 2023


On Fri, 16 Jun 2023 19:58:08 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> 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 + ";'.

This pull request has now been integrated.

Changeset: 7db2f087
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7db2f08756b0aa1d79cdd2356ed42aa5ab8bc58b
Stats:     139 lines in 2 files changed: 107 ins; 1 del; 31 mod

8310242: Clarify the name parameter to Class::forName

Reviewed-by: rriggs, liach, alanb, dholmes

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

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


More information about the core-libs-dev mailing list