RFR: 8254586: Replace fthrow() calls with simpler method calls in classFileParser.cpp

Harold Seigel hseigel at openjdk.java.net
Mon Oct 12 20:40:18 UTC 2020


Hi,
Please review this small change to simplify exception throwing in classFileParser.cpp  The change was tested with tiers
one and two on Windows, Linux x64, and Mac OSX, and with tiers 3-5 on Linux x64.

Thanks, Harold

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

Commit messages:
 - 8254586: Replace fthrow() calls with simpler method calls in classFileParser.cpp

Changes: https://git.openjdk.java.net/jdk/pull/618/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=618&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254586
  Stats: 84 lines in 3 files changed: 37 ins; 31 del; 16 mod
  Patch: https://git.openjdk.java.net/jdk/pull/618.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/618/head:pull/618

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


More information about the hotspot-runtime-dev mailing list