On Wed, 8 Sep 2021 13:00:17 GMT, Erik Gahlin <egah...@openjdk.org> wrote:
> Hi, > > Could I have a review of change that prevents invalid Java identifiers or > type names in JFR events. For rationale and compatibility issues see the CSR > request. The only change to java.base is making > jdk.modules.internal.Checks::isJavaIdentifier(String) public, so it can be > reused by the jdk.jfr module. > > Testing: /jdk/jdk/jfr + tier1 + tier2 > > Thanks > Erik This pull request has now been integrated. Changeset: 48aff231 Author: Erik Gahlin <egah...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/48aff23165db668eb9c06477d16a8e72b6dc6b56 Stats: 308 lines in 11 files changed: 259 ins; 23 del; 26 mod 8272515: JFR: Names should only be valid Java identifiers Reviewed-by: mgronlun ------------- PR: https://git.openjdk.java.net/jdk/pull/5415