RFR: 8255005: Fix indentation levels in classFileParser.cpp [v2]

Harold Seigel hseigel at openjdk.java.net
Thu Oct 29 20:28:57 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

Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:

  8255005: Fix indentation levels in classFileParser.cpp

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/931/files
  - new: https://git.openjdk.java.net/jdk/pull/931/files/e6873a32..11555765

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=931&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=931&range=00-01

  Stats: 7 lines in 1 file changed: 2 ins; 5 del; 0 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