Integrated: 8298320: Typo in the comment block of catch_inline_exception
Xin Liu
xliu at openjdk.org
Fri Dec 9 16:53:38 UTC 2022
On Thu, 8 Dec 2022 17:09:03 GMT, Xin Liu <xliu at openjdk.org> wrote:
> The following comment makes reference to 'Deutsch-Shiffman'. I believe it's a typo. It should be 'Schiffman' if the author intent to cite this paper:
>> Deutsch, L. Peter, and Allan M. Schiffman. "Efficient implementation of the Smalltalk-80 system." Proceedings of the 11th ACM SIGACT-SIGPLAN symposium on Principles of programming languages. 1984.
>
> I ask 'Deutsch-Shiffman' to google and this is what google answers me. seems reasonable.
>
>
> // Case 2: we have some handlers, with loaded exception klasses that have
> // no subklasses. We do a Deutsch-Shiffman style type-check on the incoming
> // exception oop and branch to the handler directly.
> ...
> void Parse::catch_inline_exceptions(SafePointNode* ex_map) {
This pull request has now been integrated.
Changeset: 93465354
Author: Xin Liu <xliu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9346535415b158aaaa679ef8c3c147595b5206e9
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8298320: Typo in the comment block of catch_inline_exception
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/11598
More information about the hotspot-compiler-dev
mailing list