RFR: 8290074: Remove implicit arguments for RegisterMap constructor
Erik Österlund
eosterlund at openjdk.org
Mon Jul 25 09:39:44 UTC 2022
On Mon, 11 Jul 2022 14:58:07 GMT, Axel Boldt-Christmas <duke at openjdk.org> wrote:
> 8290074: Remove implicit arguments for RegisterMap constructor
Looks good except for a spurious semicolon. Don't need another review for that.
src/hotspot/share/runtime/frame.cpp line 85:
> 83: RegisterMap::RegisterMap(oop continuation, UpdateMap update_map) {
> 84: _thread = NULL;
> 85: _update_map = update_map == UpdateMap::yes;;
One semicolon too many.
-------------
Marked as reviewed by eosterlund (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9455
More information about the hotspot-dev
mailing list