Integrated: 8257700: Add logging for sealed classes in JVM_GetPermittedSubclasses

Harold Seigel hseigel at openjdk.java.net
Wed Dec 16 19:23:58 UTC 2020


On Tue, 15 Dec 2020 15:45:25 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small fix for JDK-8257700 to add logging to JVM_GetPermittedSubclasses().  The fix was tested with Mach5 tiers 1 and 2 on Linux, MacOS, and WIndows, tiers 3-5 on Linux x64, and by running the hotspot runtime sealed tests with -Xlog:class+sealed=trace and looking at the output.
> 
> Thanks, Harold

This pull request has now been integrated.

Changeset: 330ce861
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/330ce861
Stats:     17 lines in 1 file changed: 16 ins; 1 del; 0 mod

8257700: Add logging for sealed classes in JVM_GetPermittedSubclasses

Reviewed-by: lfoltan, coleenp, dholmes

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

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


More information about the hotspot-dev mailing list