RFR: 8254586: Replace fthrow() calls with simpler method calls in classFileParser.cpp
Coleen Phillimore
coleenp at openjdk.java.net
Mon Oct 12 22:22:13 UTC 2020
On Mon, 12 Oct 2020 20:34:25 GMT, Harold Seigel <hseigel at openjdk.org> wrote:
> 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
Looks good to me. I agree with David's comment to just pass THREAD and return; Saves an implicit if statement in these
places.
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/618
More information about the hotspot-runtime-dev
mailing list