RFR: 8257700: Add logging for sealed classes in JVM_GetPermittedSubclasses

Harold Seigel hseigel at openjdk.java.net
Tue Dec 15 15:50:04 UTC 2020


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

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

Commit messages:
 - 8257700: Add logging for sealed classes in JVM_GetPermittedSubclasses

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

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


More information about the hotspot-dev mailing list