RFR: 8298320: Typo in the comment block of catch_inline_exception
Xin Liu
xliu at openjdk.org
Thu Dec 8 18:17:01 UTC 2022
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) {
-------------
Commit messages:
- 8298320: Typo in the comment block of catch_inline_exception
Changes: https://git.openjdk.org/jdk/pull/11598/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11598&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8298320
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/11598.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11598/head:pull/11598
PR: https://git.openjdk.org/jdk/pull/11598
More information about the hotspot-compiler-dev
mailing list