RFR: 8298320: Typo in the comment block of catch_inline_exception

Tobias Hartmann thartmann at openjdk.org
Fri Dec 9 10:51:55 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) {

Looks good and trivial.

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

Marked as reviewed by thartmann (Reviewer).

PR: https://git.openjdk.org/jdk/pull/11598


More information about the hotspot-compiler-dev mailing list