RFR: 8255005: Fix indentation levels in classFileParser.cpp

Harold Seigel hseigel at openjdk.java.net
Thu Oct 29 13:07:50 UTC 2020


Please review this very small change to fix indentation in classFileParser.cpp and move the check for the PermittedSubclasses attribute inside of the "if (major_version >= 16)" block.

Fix was tested with tiers 1 and 2 on Linux, Mac OSX, and Windows, and tiers 3-5 on Linux x64.

Thanks, Harold

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

Commit messages:
 - 8255005: Fix indentation levels in classFileParser.cpp

Changes: https://git.openjdk.java.net/jdk/pull/931/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=931&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255005
  Stats: 23 lines in 1 file changed: 8 ins; 12 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/931.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/931/head:pull/931

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


More information about the hotspot-runtime-dev mailing list